diff options
Diffstat (limited to 'Towers/Tower.tscn')
-rw-r--r-- | Towers/Tower.tscn | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/Towers/Tower.tscn b/Towers/Tower.tscn index 3c5241b..792c41a 100644 --- a/Towers/Tower.tscn +++ b/Towers/Tower.tscn @@ -32,7 +32,6 @@ properties/4/spawn = true properties/4/replication_mode = 0 [node name="Tower" type="StaticBody2D"] -y_sort_enabled = true collision_layer = 4 collision_mask = 5 input_pickable = true @@ -45,7 +44,7 @@ scale = Vector2(1.0625, 1.0625) texture = ExtResource("1_mrep8") centered = false region_enabled = true -region_rect = Rect2(400, 432, 32, 48) +region_rect = Rect2(400, 439, 32, 41) [node name="CollisionShape2D" type="CollisionShape2D" parent="."] position = Vector2(16, 16) @@ -103,31 +102,31 @@ text = "+Speed" unique_name_in_owner = true layout_mode = 2 -[node name="HBoxContainer" type="HBoxContainer" parent="HUD/VBoxContainer/Components"] +[node name="Frost" type="HBoxContainer" parent="HUD/VBoxContainer/Components"] layout_mode = 2 mouse_default_cursor_shape = 2 -[node name="TextureRect" type="TextureRect" parent="HUD/VBoxContainer/Components/HBoxContainer"] +[node name="TextureRect" type="TextureRect" parent="HUD/VBoxContainer/Components/Frost"] custom_minimum_size = Vector2(32, 0) layout_mode = 2 texture = ExtResource("4_ccrqc") stretch_mode = 5 -[node name="Label" type="Label" parent="HUD/VBoxContainer/Components/HBoxContainer"] +[node name="Label" type="Label" parent="HUD/VBoxContainer/Components/Frost"] layout_mode = 2 text = "Frost" -[node name="HBoxContainer2" type="HBoxContainer" parent="HUD/VBoxContainer/Components"] +[node name="Burn" type="HBoxContainer" parent="HUD/VBoxContainer/Components"] layout_mode = 2 mouse_default_cursor_shape = 2 -[node name="TextureRect" type="TextureRect" parent="HUD/VBoxContainer/Components/HBoxContainer2"] +[node name="TextureRect" type="TextureRect" parent="HUD/VBoxContainer/Components/Burn"] custom_minimum_size = Vector2(32, 0) layout_mode = 2 texture = ExtResource("5_y7tf5") stretch_mode = 5 -[node name="Label" type="Label" parent="HUD/VBoxContainer/Components/HBoxContainer2"] +[node name="Label" type="Label" parent="HUD/VBoxContainer/Components/Burn"] layout_mode = 2 text = "Burn" @@ -144,5 +143,5 @@ replication_config = SubResource("SceneReplicationConfig_spp26") [connection signal="pressed" from="HUD/VBoxContainer/HBoxContainer/Button1" to="." method="_on_button_1_pressed"] [connection signal="pressed" from="HUD/VBoxContainer/HBoxContainer/Button2" to="." method="_on_button_2_pressed"] [connection signal="pressed" from="HUD/VBoxContainer/HBoxContainer/Button3" to="." method="_on_button_3_pressed"] -[connection signal="gui_input" from="HUD/VBoxContainer/Components/HBoxContainer" to="." method="_on_h_box_container_gui_input"] -[connection signal="gui_input" from="HUD/VBoxContainer/Components/HBoxContainer2" to="." method="_on_h_box_container_2_gui_input"] +[connection signal="gui_input" from="HUD/VBoxContainer/Components/Frost" to="." method="_on_h_box_container_gui_input"] +[connection signal="gui_input" from="HUD/VBoxContainer/Components/Burn" to="." method="_on_h_box_container_2_gui_input"] |