feat: completing tutorial

This commit is contained in:
2026-04-11 06:00:54 +08:00
parent 5323aea5fb
commit a478e3fc2e
11 changed files with 360 additions and 141 deletions
+2 -1
View File
@@ -1156,6 +1156,7 @@ text = "NOT CONNECTED"
horizontal_alignment = 1
[node name="VersionLabel" type="Label" parent="." unique_id=351711152]
visible = false
layout_mode = 1
anchors_preset = 3
anchor_left = 1.0
@@ -1170,5 +1171,5 @@ grow_horizontal = 0
grow_vertical = 0
theme_override_colors/font_color = Color(0.6, 0.6, 0.6, 0.6)
theme_override_font_sizes/font_size = 11
text = "v0.1.0 ALPHA"
text = "v.2.1.3"
horizontal_alignment = 2
+6 -2
View File
@@ -1727,7 +1727,7 @@ expand_icon = true
[node name="PauseMenu" type="CanvasLayer" parent="." unique_id=181131829]
process_mode = 3
layer = 10
layer = 1002
visible = false
[node name="Background" type="ColorRect" parent="PauseMenu" unique_id=412985431]
@@ -2007,9 +2007,11 @@ layout_mode = 2
text = "Back"
[node name="TopMenuUI" type="CanvasLayer" parent="." unique_id=1234567890]
layer = 2
layer = 102
[node name="HelpBtn" type="Button" parent="TopMenuUI" unique_id=833886895]
top_level = true
z_index = 2000
anchors_preset = 1
anchor_left = 1.0
anchor_right = 1.0
@@ -2024,6 +2026,8 @@ icon = ExtResource("37_pibwh")
flat = true
[node name="SettingsBtn" type="Button" parent="TopMenuUI" unique_id=1964422444]
top_level = true
z_index = 2000
anchors_preset = 1
anchor_left = 1.0
anchor_right = 1.0
+16
View File
@@ -68,6 +68,9 @@ shape = SubResource("SphereShape3D_3oo5r")
[node name="Name" type="Label3D" parent="." unique_id=848046946]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.0281162, 0)
billboard = 1
no_depth_test = true
render_priority = 2
outline_render_priority = 1
text = "username"
font = ExtResource("8_y4r1p")
font_size = 48
@@ -78,6 +81,9 @@ autowrap_mode = 2
[node name="Position" type="Label3D" parent="." unique_id=482425681]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.537, 0)
billboard = 1
no_depth_test = true
render_priority = 2
outline_render_priority = 1
modulate = Color(0.32, 0.614667, 1, 1)
text = "1st"
font = ExtResource("8_y4r1p")
@@ -114,6 +120,7 @@ script = ExtResource("7_botctrl")
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, -1, 0, 1, -4.371139e-08, 0, 1.5653763, 0)
visible = false
billboard = 1
render_priority = 3
sprite_frames = ExtResource("10_y4r1p")
animation = &"freeze-initiator"
frame = 149
@@ -123,6 +130,7 @@ frame_progress = 1.0
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, -1, 0, 1, -4.371139e-08, 0, 1.5653763, 0)
visible = false
billboard = 1
render_priority = 3
sprite_frames = ExtResource("10_y4r1p")
animation = &"ghost-initiator"
frame = 149
@@ -132,6 +140,7 @@ frame_progress = 1.0
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, -1, 0, 1, -4.371139e-08, 0, 1.5653763, 0)
visible = false
billboard = 1
render_priority = 3
sprite_frames = ExtResource("10_y4r1p")
animation = &"speed-initator"
frame = 149
@@ -141,6 +150,7 @@ frame_progress = 1.0
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, -1, 0, 1, -4.371139e-08, 0, 1.5653763, 0)
visible = false
billboard = 1
render_priority = 3
sprite_frames = ExtResource("10_y4r1p")
animation = &"wall-initiator"
@@ -148,6 +158,7 @@ animation = &"wall-initiator"
transform = Transform3D(0.5, 0, 0, 0, 0.5, 1.509958e-07, 0, -1.509958e-07, 0.5, 0, 1.5475016, 0.012766336)
visible = false
billboard = 1
render_priority = 3
sprite_frames = ExtResource("10_y4r1p")
animation = &"scatter_knock"
frame = 59
@@ -157,6 +168,7 @@ frame_progress = 1.0
transform = Transform3D(0.5, 0, 0, 0, -0.5, -7.54979e-08, 0, 7.54979e-08, -0.5, 0, 1.4714267, 0.02553294)
visible = false
billboard = 1
render_priority = 3
sprite_frames = ExtResource("10_y4r1p")
animation = &"floor_spawn_top"
frame = 23
@@ -165,6 +177,7 @@ frame_progress = 1.0
[node name="floor_spawn_bot" type="AnimatedSprite3D" parent="." unique_id=169253263]
transform = Transform3D(1.2, 0, 0, 0, -5.2453668e-08, -1.2, 0, 1.2, -5.2453668e-08, 0, -0.506722, -4.4299043e-08)
visible = false
render_priority = 3
sprite_frames = ExtResource("10_y4r1p")
animation = &"floor_spawn_bot"
frame = 35
@@ -174,6 +187,7 @@ frame_progress = 1.0
transform = Transform3D(0.5, 0, 0, 0, -2.1855694e-08, -0.5, 0, 0.5, -2.1855694e-08, 0, 1.5653763, 0)
visible = false
billboard = 1
render_priority = 3
sprite_frames = ExtResource("10_y4r1p")
animation = &"stunned-receiver"
frame = 59
@@ -182,12 +196,14 @@ frame_progress = 1.0
[node name="attack_mode_top" type="AnimatedSprite3D" parent="." unique_id=2002706555]
transform = Transform3D(0.5, 0, 0, 0, -2.1855694e-08, -0.5, 0, 0.5, -2.1855694e-08, 0, 1.5653763, 0)
visible = false
render_priority = 3
sprite_frames = ExtResource("10_y4r1p")
animation = &"attack-mode-receiver-top"
[node name="attack_mode_bot" type="AnimatedSprite3D" parent="." unique_id=1320274503]
transform = Transform3D(1, 0, 0, 0, -4.371139e-08, -1, 0, 1, -4.371139e-08, 0, -0.6701627, 0)
visible = false
render_priority = 3
sprite_frames = ExtResource("10_y4r1p")
animation = &"attack-mode-receiver-bot"
frame = 31
+5
View File
@@ -34,6 +34,7 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.3731489, 0)
pixel_size = 0.002
billboard = 1
no_depth_test = true
render_priority = 1
texture = ExtResource("4_grab_icon")
[node name="KeyLabel" type="Label3D" parent="InteractionPrompt" unique_id=1816493043]
@@ -41,6 +42,8 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.30466843, 0)
pixel_size = 0.01
billboard = 1
no_depth_test = true
render_priority = 2
outline_render_priority = 1
modulate = Color(0.1, 1, 0.2, 1)
text = "[ G ]"
font_size = 48
@@ -51,6 +54,8 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.79176676, 0)
pixel_size = 0.01
billboard = 1
no_depth_test = true
render_priority = 2
outline_render_priority = 1
text = "LIFT TEKTON"
font_size = 38
outline_size = 10
+40 -1
View File
@@ -54,7 +54,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
mouse_filter = 2
mouse_filter = 1
color = Color(0, 0, 0, 1)
[node name="HighlightBorder" type="Panel" parent="." unique_id=25061739]
@@ -157,3 +157,42 @@ offset_left = 1080.0
offset_top = 96.0
offset_right = 1356.0
offset_bottom = 405.0
[node name="ObjectivePanel" type="PanelContainer" parent="." unique_id=-1098906247]
visible = false
anchors_preset = 3
anchor_left = 1.0
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = -315.0
offset_top = -210.0
offset_right = -15.0
offset_bottom = -130.0
grow_horizontal = 0
grow_vertical = 0
mouse_filter = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_panel")
[node name="MarginContainer" type="MarginContainer" parent="ObjectivePanel" unique_id=-197916117]
layout_mode = 2
theme_override_constants/margin_left = 15
theme_override_constants/margin_top = 10
theme_override_constants/margin_right = 15
theme_override_constants/margin_bottom = 10
[node name="VBoxContainer" type="VBoxContainer" parent="ObjectivePanel/MarginContainer" unique_id=1029384756]
layout_mode = 2
[node name="Title" type="Label" parent="ObjectivePanel/MarginContainer/VBoxContainer" unique_id=1352415614]
layout_mode = 2
theme_override_colors/font_color = Color(1, 0.85, 0.1, 1)
theme_override_font_sizes/font_size = 14
text = "CURRENT OBJECTIVE"
[node name="ObjectiveText" type="RichTextLabel" parent="ObjectivePanel/MarginContainer/VBoxContainer" unique_id=895826431]
layout_mode = 2
theme_override_font_sizes/normal_font_size = 18
bbcode_enabled = true
text = "Objective text goes here"
fit_content = true
+9 -9
View File
@@ -573,16 +573,16 @@ theme_override_styles/pressed = SubResource("StyleBoxTexture_3r3oo")
theme_override_styles/hover = SubResource("StyleBoxTexture_cn37d")
[node name="AchievementPanel" type="Panel" parent="MainMargin/MainHBox/BottomWrapper" unique_id=689276483]
custom_minimum_size = Vector2(165.5, 208)
custom_minimum_size = Vector2(82.75, 104)
layout_mode = 1
anchors_preset = -1
anchor_left = 0.35300002
anchor_top = -1.9760001
anchor_right = 0.45800003
anchor_bottom = 0.42600003
offset_left = -0.08200073
offset_top = 0.008010864
offset_right = 19.047974
offset_bottom = 8.641998
anchor_left = 0.377
anchor_top = -1.1520001
anchor_right = 0.44700003
anchor_bottom = 0.407
offset_left = 0.4619751
offset_top = -11.383995
offset_right = 13.421753
offset_bottom = -1.8549156
rotation = 0.10297442
theme_override_styles/panel = SubResource("StyleBoxTexture_abdxb")
+1 -1
View File
@@ -328,5 +328,5 @@ grow_horizontal = 0
grow_vertical = 0
theme_override_colors/font_color = Color(0.6, 0.6, 0.6, 0.6)
theme_override_font_sizes/font_size = 11
text = "v2.1.0"
text = "v2.1.2"
horizontal_alignment = 2