mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-06 01:21:17 +00:00
Left paths
This commit is contained in:
parent
9331876637
commit
ee7ee8b955
18 changed files with 52 additions and 8 deletions
|
|
@ -77,24 +77,24 @@ script = ExtResource("7_67kci")
|
|||
WallIndex = 2
|
||||
|
||||
[node name="South" type="Marker2D" parent="Doors"]
|
||||
position = Vector2(159.196, 149.348)
|
||||
position = Vector2(158, 319)
|
||||
script = ExtResource("7_67kci")
|
||||
Direction = 1
|
||||
|
||||
[node name="South2" type="Marker2D" parent="Doors"]
|
||||
position = Vector2(479.86, 149.81)
|
||||
position = Vector2(477, 319)
|
||||
script = ExtResource("7_67kci")
|
||||
Direction = 1
|
||||
WallIndex = 1
|
||||
|
||||
[node name="South3" type="Marker2D" parent="Doors"]
|
||||
position = Vector2(798.847, 148.522)
|
||||
position = Vector2(800, 317)
|
||||
script = ExtResource("7_67kci")
|
||||
Direction = 1
|
||||
WallIndex = 2
|
||||
|
||||
[node name="East" type="Marker2D" parent="Doors"]
|
||||
position = Vector2(312, 87)
|
||||
position = Vector2(951, 88)
|
||||
script = ExtResource("7_67kci")
|
||||
Direction = 2
|
||||
|
||||
|
|
@ -104,9 +104,11 @@ script = ExtResource("7_67kci")
|
|||
Direction = 3
|
||||
|
||||
[node name="NavigationRegion2D" type="NavigationRegion2D" parent="."]
|
||||
visible = false
|
||||
navigation_polygon = SubResource("NavigationPolygon_rlq0q")
|
||||
|
||||
[node name="PlayerEnterDetector" type="Area2D" parent="."]
|
||||
visible = false
|
||||
collision_layer = 0
|
||||
collision_mask = 2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue