feat: Add new sprite animation assets, including 15sec and 30sec sprites, and initial animation and main scenes with supporting scripts.

This commit is contained in:
Yogi Wiguna
2026-03-25 11:23:16 +08:00
parent a99297dd65
commit f482909df5
10 changed files with 793 additions and 30 deletions
+17 -29
View File
@@ -118,9 +118,9 @@ material = SubResource("ShaderMaterial_j8jky")
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 63.731766
offset_left = 29.731762
offset_top = -200.62561
offset_right = 214.42894
offset_right = 180.42894
offset_bottom = -15.877472
grow_vertical = 2
rotation = -0.10297442
@@ -131,9 +131,8 @@ clip_contents = true
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 34.000004
offset_top = -190.23553
offset_right = 250.0
offset_right = 216.0
offset_bottom = 25.764465
grow_vertical = 2
rotation = -0.10297442
@@ -1031,9 +1030,9 @@ texture = ExtResource("9_6gcb6")
[node name="PlayeBoardPanelName" type="PanelContainer" parent="." unique_id=1458381676]
material = SubResource("ShaderMaterial_j8jky")
offset_left = 44.0
offset_left = 9.999996
offset_top = 113.710526
offset_right = 216.29385
offset_right = 182.29385
offset_bottom = 153.37068
rotation = -0.10297442
theme_override_styles/panel = SubResource("StyleBoxFlat_playerboard")
@@ -1042,9 +1041,9 @@ theme_override_styles/panel = SubResource("StyleBoxFlat_playerboard")
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 50.718987
offset_left = 16.718983
offset_top = -244.58023
offset_right = 133.719
offset_right = 99.718994
offset_bottom = -208.58023
grow_vertical = 2
rotation = -0.10297442
@@ -1056,9 +1055,9 @@ text = "Guest"
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 170.71896
offset_left = 136.71896
offset_top = -258.02036
offset_right = 210.71896
offset_right = 176.71896
offset_bottom = -222.02036
grow_vertical = 2
rotation = -0.10297442
@@ -1097,10 +1096,10 @@ layout_mode = 2
anchors_preset = 4
anchor_top = 0.5
anchor_bottom = 0.5
offset_left = 84.0
offset_top = -7.0
offset_right = 229.0
offset_bottom = 29.0
offset_left = 32.0
offset_top = 2.241272
offset_right = 177.0
offset_bottom = 38.241272
grow_vertical = 2
rotation = -0.10297442
theme_override_styles/panel = SubResource("StyleBoxTexture_tel4y")
@@ -1131,10 +1130,10 @@ layout_mode = 2
theme_override_styles/panel = SubResource("StyleBoxTexture_j8jky")
[node name="GoalsTimer" type="PanelContainer" parent="." unique_id=2106663301]
offset_left = 235.8717
offset_top = 338.0481
offset_right = 267.8717
offset_bottom = 371.04816
offset_left = 183.8717
offset_top = 347.28937
offset_right = 215.8717
offset_bottom = 380.28943
rotation = -0.10297442
[node name="TimerLabel" type="Label" parent="GoalsTimer" unique_id=466345203]
@@ -1879,17 +1878,6 @@ custom_minimum_size = Vector2(0, 40)
layout_mode = 2
text = "Back"
[node name="SettingsBtn" type="Button" parent="." 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
grow_horizontal = 0
text = "⚙"
[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"]