Fix flow
This commit is contained in:
@@ -32,92 +32,92 @@ script = ExtResource("5_x77df")
|
||||
config = ExtResource("6_xnhlc")
|
||||
game_state = NodePath("..")
|
||||
|
||||
[node name="World" type="Node2D" parent="." unique_id=2118297724]
|
||||
[node name="World" type="Node2D" parent="LevelGameState" unique_id=2118297724]
|
||||
|
||||
[node name="ForestProps" type="Node2D" parent="World" unique_id=649424542]
|
||||
[node name="ForestProps" type="Node2D" parent="LevelGameState/World" unique_id=649424542]
|
||||
|
||||
[node name="Tree1" parent="World/ForestProps" unique_id=1917119095 instance=ExtResource("14_0cs5o")]
|
||||
[node name="Tree1" parent="LevelGameState/World/ForestProps" unique_id=1917119095 instance=ExtResource("14_0cs5o")]
|
||||
position = Vector2(1486, 543)
|
||||
|
||||
[node name="Tree2" parent="World/ForestProps" unique_id=1429193881 instance=ExtResource("14_0cs5o")]
|
||||
[node name="Tree2" parent="LevelGameState/World/ForestProps" unique_id=1429193881 instance=ExtResource("14_0cs5o")]
|
||||
position = Vector2(1510, 586)
|
||||
|
||||
[node name="Tree3" parent="World/ForestProps" unique_id=856028883 instance=ExtResource("14_0cs5o")]
|
||||
[node name="Tree3" parent="LevelGameState/World/ForestProps" unique_id=856028883 instance=ExtResource("14_0cs5o")]
|
||||
position = Vector2(1600, 586)
|
||||
|
||||
[node name="Tree4" parent="World/ForestProps" unique_id=547138642 instance=ExtResource("14_0cs5o")]
|
||||
[node name="Tree4" parent="LevelGameState/World/ForestProps" unique_id=547138642 instance=ExtResource("14_0cs5o")]
|
||||
position = Vector2(1482, 655)
|
||||
|
||||
[node name="Tree5" parent="World/ForestProps" unique_id=660535343 instance=ExtResource("14_0cs5o")]
|
||||
[node name="Tree5" parent="LevelGameState/World/ForestProps" unique_id=660535343 instance=ExtResource("14_0cs5o")]
|
||||
position = Vector2(1568, 656)
|
||||
|
||||
[node name="Tree6" parent="World/ForestProps" unique_id=894701042 instance=ExtResource("14_0cs5o")]
|
||||
[node name="Tree6" parent="LevelGameState/World/ForestProps" unique_id=894701042 instance=ExtResource("14_0cs5o")]
|
||||
position = Vector2(1665, 650)
|
||||
|
||||
[node name="Tree7" parent="World/ForestProps" unique_id=1661458508 instance=ExtResource("14_0cs5o")]
|
||||
[node name="Tree7" parent="LevelGameState/World/ForestProps" unique_id=1661458508 instance=ExtResource("14_0cs5o")]
|
||||
position = Vector2(1362, 792)
|
||||
|
||||
[node name="Tree8" parent="World/ForestProps" unique_id=2029836975 instance=ExtResource("14_0cs5o")]
|
||||
[node name="Tree8" parent="LevelGameState/World/ForestProps" unique_id=2029836975 instance=ExtResource("14_0cs5o")]
|
||||
position = Vector2(1452, 790)
|
||||
|
||||
[node name="Tree9" parent="World/ForestProps" unique_id=1580665442 instance=ExtResource("14_0cs5o")]
|
||||
[node name="Tree9" parent="LevelGameState/World/ForestProps" unique_id=1580665442 instance=ExtResource("14_0cs5o")]
|
||||
position = Vector2(1557, 793)
|
||||
|
||||
[node name="Tree10" parent="World/ForestProps" unique_id=1295721315 instance=ExtResource("14_0cs5o")]
|
||||
[node name="Tree10" parent="LevelGameState/World/ForestProps" unique_id=1295721315 instance=ExtResource("14_0cs5o")]
|
||||
position = Vector2(1644, 822)
|
||||
|
||||
[node name="GoldMine" parent="World" unique_id=341660167 instance=ExtResource("2_2j2oc")]
|
||||
[node name="GoldMine" parent="LevelGameState/World" unique_id=341660167 instance=ExtResource("2_2j2oc")]
|
||||
position = Vector2(274, 429)
|
||||
|
||||
[node name="Castle" parent="World" unique_id=1966557957 instance=ExtResource("3_5ru58")]
|
||||
[node name="Castle" parent="LevelGameState/World" unique_id=1966557957 instance=ExtResource("3_5ru58")]
|
||||
position = Vector2(853, 357)
|
||||
|
||||
[node name="Farm" parent="World" unique_id=283335851 instance=ExtResource("10_1lv5i")]
|
||||
[node name="Farm" parent="LevelGameState/World" unique_id=283335851 instance=ExtResource("10_1lv5i")]
|
||||
position = Vector2(380, 684)
|
||||
|
||||
[node name="Forestry" parent="World" unique_id=726284577 instance=ExtResource("11_pyqyw")]
|
||||
[node name="Forestry" parent="LevelGameState/World" unique_id=726284577 instance=ExtResource("11_pyqyw")]
|
||||
position = Vector2(825, 915)
|
||||
|
||||
[node name="UI" type="Control" parent="." unique_id=1299828389]
|
||||
[node name="UI" type="Control" parent="LevelGameState" unique_id=1299828389]
|
||||
layout_mode = 3
|
||||
anchors_preset = 0
|
||||
offset_right = 40.0
|
||||
offset_bottom = 40.0
|
||||
|
||||
[node name="GoldCurrencyTile" parent="UI" unique_id=1440583137 node_paths=PackedStringArray("game_state") instance=ExtResource("7_0cs5o")]
|
||||
[node name="GoldCurrencyTile" parent="LevelGameState/UI" unique_id=1440583137 node_paths=PackedStringArray("game_state") instance=ExtResource("7_0cs5o")]
|
||||
layout_mode = 0
|
||||
offset_right = 160.0
|
||||
offset_bottom = 31.0
|
||||
currency = ExtResource("9_1363k")
|
||||
game_state = NodePath("../../LevelGameState")
|
||||
game_state = NodePath("../..")
|
||||
|
||||
[node name="WorkerCurrencyTile" parent="UI" unique_id=1164876942 node_paths=PackedStringArray("game_state") instance=ExtResource("7_0cs5o")]
|
||||
[node name="WorkerCurrencyTile" parent="LevelGameState/UI" unique_id=1164876942 node_paths=PackedStringArray("game_state") instance=ExtResource("7_0cs5o")]
|
||||
layout_mode = 0
|
||||
offset_top = 32.0
|
||||
offset_right = 160.0
|
||||
offset_bottom = 63.0
|
||||
currency = ExtResource("10_i1cck")
|
||||
game_state = NodePath("../../LevelGameState")
|
||||
game_state = NodePath("../..")
|
||||
|
||||
[node name="FoodCurrencyTile" parent="UI" unique_id=1814936562 node_paths=PackedStringArray("game_state") instance=ExtResource("7_0cs5o")]
|
||||
[node name="FoodCurrencyTile" parent="LevelGameState/UI" unique_id=1814936562 node_paths=PackedStringArray("game_state") instance=ExtResource("7_0cs5o")]
|
||||
layout_mode = 0
|
||||
offset_top = 63.0
|
||||
offset_right = 160.0
|
||||
offset_bottom = 94.0
|
||||
currency = ExtResource("11_hskcg")
|
||||
game_state = NodePath("../../LevelGameState")
|
||||
game_state = NodePath("../..")
|
||||
|
||||
[node name="WoodCurrencyTile" parent="UI" unique_id=338003163 node_paths=PackedStringArray("game_state") instance=ExtResource("7_0cs5o")]
|
||||
[node name="WoodCurrencyTile" parent="LevelGameState/UI" unique_id=338003163 node_paths=PackedStringArray("game_state") instance=ExtResource("7_0cs5o")]
|
||||
layout_mode = 0
|
||||
offset_top = 94.0
|
||||
offset_right = 160.0
|
||||
offset_bottom = 125.0
|
||||
currency = ExtResource("12_l6a68")
|
||||
game_state = NodePath("../../LevelGameState")
|
||||
game_state = NodePath("../..")
|
||||
|
||||
[node name="GoalsDebugUI" parent="UI" unique_id=1494700185 instance=ExtResource("10_qifrv")]
|
||||
[node name="GoalsDebugUI" parent="LevelGameState/UI" unique_id=1494700185 instance=ExtResource("10_qifrv")]
|
||||
layout_mode = 1
|
||||
offset_left = 1253.0
|
||||
offset_left = 1067.0
|
||||
offset_top = 817.0
|
||||
offset_right = 1913.0
|
||||
offset_bottom = 1076.0
|
||||
|
||||
Reference in New Issue
Block a user