diff --git a/Game/Maps/map_1.tscn b/Game/Maps/map_1.tscn index 011bcb3..36e52b7 100644 --- a/Game/Maps/map_1.tscn +++ b/Game/Maps/map_1.tscn @@ -480,7 +480,7 @@ size = Vector2(802.125, 2.34375) size = Vector2(1161, 2) [sub_resource type="RectangleShape2D" id="RectangleShape2D_sglle"] -size = Vector2(163, 319) +size = Vector2(163, 334) [node name="Map1" type="Node2D"] script = ExtResource("1_rec5e") @@ -550,7 +550,7 @@ position = Vector2(579, 521) shape = SubResource("RectangleShape2D_4tlg5") [node name="CollisionShape2D5" type="CollisionShape2D" parent="TowerArea"] -position = Vector2(1072.5, 285.5) +position = Vector2(1072.5, 230) shape = SubResource("RectangleShape2D_sglle") [connection signal="timeout" from="Timer" to="." method="_on_timer_timeout"] diff --git a/Game/main.tscn b/Game/main.tscn index f2340eb..d362b45 100644 --- a/Game/main.tscn +++ b/Game/main.tscn @@ -5,6 +5,3 @@ [node name="Main" type="Node2D"] [node name="Map1" parent="." instance=ExtResource("1_xb63x")] - -[node name="Camera2D" type="Camera2D" parent="."] -position = Vector2(576, 320) diff --git a/project.godot b/project.godot index 06fe917..5dba074 100644 --- a/project.godot +++ b/project.godot @@ -11,7 +11,7 @@ config_version=5 [application] config/name="Defensaria" -run/main_scene="uid://drjcsrjs6uobn" +run/main_scene="uid://6x8vpcfwmxjd" config/features=PackedStringArray("4.4", "Mobile") config/icon="res://icon.svg"