mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 16:13:47 +00:00
Left paths
This commit is contained in:
parent
9331876637
commit
ee7ee8b955
18 changed files with 52 additions and 8 deletions
|
|
@ -38,6 +38,7 @@ y_sort_enabled = true
|
|||
script = ExtResource("4_jtlua")
|
||||
Rooms = Array[Object]([ExtResource("5_gwtv6"), ExtResource("6_gwtv6"), ExtResource("7_wbqvu"), ExtResource("8_3fyis"), ExtResource("9_go1yg"), ExtResource("5_pfafs"), ExtResource("11_68lig"), ExtResource("12_83bvc"), ExtResource("13_y651a"), ExtResource("14_vhvs2"), ExtResource("15_6gk3e")])
|
||||
DungeonLength = 4
|
||||
Seed = 1
|
||||
|
||||
[node name="CameraController" type="Camera2D" parent="."]
|
||||
process_mode = 1
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -94,7 +94,7 @@ Direction = 1
|
|||
WallIndex = 2
|
||||
|
||||
[node name="East" type="Marker2D" parent="Doors"]
|
||||
position = Vector2(312, 87)
|
||||
position = Vector2(953, 91)
|
||||
script = ExtResource("7_d57gj")
|
||||
Direction = 2
|
||||
|
||||
|
|
@ -104,9 +104,11 @@ script = ExtResource("7_d57gj")
|
|||
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
|
||||
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ position = Vector2(159, 23)
|
|||
script = ExtResource("7_vcw48")
|
||||
|
||||
[node name="South" type="Marker2D" parent="Doors"]
|
||||
position = Vector2(158.671, 315.53)
|
||||
position = Vector2(160, 476)
|
||||
script = ExtResource("7_vcw48")
|
||||
Direction = 1
|
||||
|
||||
|
|
@ -94,10 +94,12 @@ Direction = 3
|
|||
WallIndex = 1
|
||||
|
||||
[node name="NavigationRegion2D" type="NavigationRegion2D" parent="."]
|
||||
visible = false
|
||||
navigation_polygon = SubResource("NavigationPolygon_rlq0q")
|
||||
use_edge_connections = false
|
||||
|
||||
[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