feat: Implement the "Stop N Go" arena with new assets, scenes, and associated game logic and UI.
This commit is contained in:
+38
-14
@@ -33,6 +33,8 @@
|
||||
[ext_resource type="Texture2D" uid="uid://ikek8mcpeob5" path="res://assets/graphics/gui/rankings/2nd.png" id="28_fuf3a"]
|
||||
[ext_resource type="Texture2D" uid="uid://bowng12514p53" path="res://assets/graphics/gui/rankings/3rd.png" id="29_pibwh"]
|
||||
[ext_resource type="Texture2D" uid="uid://biun2yvglxgij" path="res://assets/graphics/touch_control/grab_tekton.png" id="36_pibwh"]
|
||||
[ext_resource type="Texture2D" uid="uid://bucwm17lfd131" path="res://assets/graphics/gui/help icon.png" id="37_pibwh"]
|
||||
[ext_resource type="Texture2D" uid="uid://da3yx87ar7kcj" path="res://assets/graphics/gui/setting_icon.png" id="38_c6pm6"]
|
||||
[ext_resource type="Script" uid="uid://86ikh0wuqk7v" path="res://scripts/ui/powerup_inventory_ui.gd" id="powerup_ui_script"]
|
||||
[ext_resource type="Script" uid="uid://b54tfa0n6kogi" path="res://scripts/managers/touch_controls.gd" id="touch_manager"]
|
||||
[ext_resource type="Script" uid="uid://djiml4sh61dc1" path="res://scripts/ui/virtual_joystick.gd" id="virtual_joystick"]
|
||||
@@ -93,7 +95,7 @@ content_margin_left = 33.0
|
||||
content_margin_bottom = 20.0
|
||||
texture = SubResource("CompressedTexture2D_chjal")
|
||||
|
||||
[node name="Main" type="Node3D" unique_id=1566673391]
|
||||
[node name="Main" type="Node3D" unique_id=864552263]
|
||||
script = ExtResource("1_xcpe3")
|
||||
|
||||
[node name="EnhancedGridMap" type="GridMap" parent="." unique_id=1838552857]
|
||||
@@ -1639,7 +1641,9 @@ flat = true
|
||||
icon_alignment = 1
|
||||
expand_icon = true
|
||||
|
||||
[node name="TouchControls" type="Control" parent="." unique_id=1539594058]
|
||||
[node name="TouchLayer" type="CanvasLayer" parent="." unique_id=1234512345]
|
||||
|
||||
[node name="TouchControls" type="Control" parent="TouchLayer" unique_id=1539594058]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -1651,7 +1655,7 @@ mouse_filter = 2
|
||||
theme = ExtResource("18_pm3ni")
|
||||
script = ExtResource("touch_manager")
|
||||
|
||||
[node name="VirtualJoystick" type="Control" parent="TouchControls" unique_id=1983608919]
|
||||
[node name="VirtualJoystick" type="Control" parent="TouchLayer/TouchControls" unique_id=1983608919]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 2
|
||||
@@ -1664,7 +1668,7 @@ offset_bottom = -120.0
|
||||
grow_vertical = 0
|
||||
script = ExtResource("virtual_joystick")
|
||||
|
||||
[node name="PowerBarBtn" type="VBoxContainer" parent="TouchControls" unique_id=278736451]
|
||||
[node name="PowerBarBtn" type="VBoxContainer" parent="TouchLayer/TouchControls" unique_id=278736451]
|
||||
layout_mode = 0
|
||||
offset_left = 56.0
|
||||
offset_top = 117.44364
|
||||
@@ -1673,7 +1677,7 @@ offset_bottom = 284.44363
|
||||
rotation = -0.10297442
|
||||
theme_override_constants/separation = 10
|
||||
|
||||
[node name="AttackModeBtn" type="Button" parent="TouchControls/PowerBarBtn" unique_id=1380511463]
|
||||
[node name="AttackModeBtn" type="Button" parent="TouchLayer/TouchControls/PowerBarBtn" unique_id=1380511463]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
@@ -1683,7 +1687,7 @@ flat = true
|
||||
icon_alignment = 1
|
||||
expand_icon = true
|
||||
|
||||
[node name="TektonGrabBtn" type="Button" parent="TouchControls/PowerBarBtn" unique_id=2097928368]
|
||||
[node name="TektonGrabBtn" type="Button" parent="TouchLayer/TouchControls/PowerBarBtn" unique_id=2097928368]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
@@ -1692,7 +1696,7 @@ flat = true
|
||||
icon_alignment = 1
|
||||
expand_icon = true
|
||||
|
||||
[node name="InteractionBtn" type="VBoxContainer" parent="TouchControls" unique_id=1738242916]
|
||||
[node name="InteractionBtn" type="VBoxContainer" parent="TouchLayer/TouchControls" unique_id=1738242916]
|
||||
layout_mode = 0
|
||||
offset_left = 139.14175
|
||||
offset_top = 108.42897
|
||||
@@ -1701,7 +1705,7 @@ offset_bottom = 275.429
|
||||
rotation = -0.10297442
|
||||
theme_override_constants/separation = 10
|
||||
|
||||
[node name="GrabBtn" type="Button" parent="TouchControls/InteractionBtn" unique_id=914810452]
|
||||
[node name="GrabBtn" type="Button" parent="TouchLayer/TouchControls/InteractionBtn" unique_id=914810452]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
@@ -1711,7 +1715,7 @@ flat = true
|
||||
icon_alignment = 1
|
||||
expand_icon = true
|
||||
|
||||
[node name="PutBtn" type="Button" parent="TouchControls/InteractionBtn" unique_id=1027790362]
|
||||
[node name="PutBtn" type="Button" parent="TouchLayer/TouchControls/InteractionBtn" unique_id=1027790362]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
@@ -1797,6 +1801,7 @@ layout_mode = 2
|
||||
text = "Resume"
|
||||
|
||||
[node name="HowToPlayBtn" type="Button" parent="PauseMenu/Panel/VBox" unique_id=987654321]
|
||||
visible = false
|
||||
custom_minimum_size = Vector2(200, 45)
|
||||
layout_mode = 2
|
||||
text = "How to Play"
|
||||
@@ -2001,18 +2006,37 @@ custom_minimum_size = Vector2(0, 40)
|
||||
layout_mode = 2
|
||||
text = "Back"
|
||||
|
||||
[node name="SettingsBtn" type="Button" parent="." unique_id=1964422444]
|
||||
[node name="TopMenuUI" type="CanvasLayer" parent="." unique_id=1234567890]
|
||||
layer = 2
|
||||
|
||||
[node name="HelpBtn" type="Button" parent="TopMenuUI" unique_id=833886895]
|
||||
anchors_preset = 1
|
||||
anchor_left = 1.0
|
||||
anchor_right = 1.0
|
||||
offset_left = -158.0
|
||||
offset_top = 8.0
|
||||
offset_right = -77.0
|
||||
offset_bottom = 90.0
|
||||
grow_horizontal = 0
|
||||
scale = Vector2(0.75, 0.75)
|
||||
focus_mode = 0
|
||||
icon = ExtResource("37_pibwh")
|
||||
flat = true
|
||||
|
||||
[node name="SettingsBtn" type="Button" parent="TopMenuUI" unique_id=1964422444]
|
||||
anchors_preset = 1
|
||||
anchor_left = 1.0
|
||||
anchor_right = 1.0
|
||||
offset_left = -78.0
|
||||
offset_top = 8.0
|
||||
offset_right = -30.0
|
||||
offset_bottom = 56.0
|
||||
offset_right = 2.0
|
||||
offset_bottom = 90.0
|
||||
grow_horizontal = 0
|
||||
text = "⚙"
|
||||
scale = Vector2(0.75, 0.75)
|
||||
focus_mode = 0
|
||||
icon = ExtResource("38_c6pm6")
|
||||
flat = true
|
||||
|
||||
[connection signal="text_submitted" from="MessageInput" to="." method="_on_message_input_text_submitted"]
|
||||
[connection signal="pressed" from="PauseMenu/Panel/VBox/ResumeBtn" to="." method="_on_resume_pressed"]
|
||||
[connection signal="pressed" from="PauseMenu/Panel/VBox/HowToPlayBtn" to="." method="_on_how_to_play_pressed"]
|
||||
[connection signal="pressed" from="PauseMenu/Panel/VBox/SettingsBtn" to="." method="_on_settings_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user