528e22875d
- Rename enum GAUNTLET→CANDY_SURVIVAL, all gauntlet_*→candy_survival_* - Rename files: gauntlet_manager→candy_survival_manager, candy_cannon→candy_survival_npc, gauntlet.tscn→candy_survival.tscn - Rewrite candy_survival_manager.gd: blueprints, candy stack, Mekton delivery, Sugar Rush, knock/ghost charges, sticky-as-wall - Update player_movement_manager.gd: smack→knock system, ghost integration - All Candy Survival issues (#54-57, #65-70) retitled per boss design - Shared managers (goals_cycle, goal, player_race, playerboard, turn) untouched
50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
[gd_scene load_steps=2 format=3]
|
|
|
|
[ext_resource type="FontFile" uid="uid://xnjx058n4tsw" path="res://assets/fonts/Nougat-ExtraBlack.ttf" id="1_font"]
|
|
|
|
[node name="CandySurvivalHUD" type="CanvasLayer"]
|
|
layer = 5
|
|
visible = false
|
|
|
|
[node name="TopContainer" type="CenterContainer" parent="."]
|
|
anchors_preset = 5
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
offset_top = 70.0
|
|
grow_horizontal = 2
|
|
|
|
[node name="SlowMoLabel" type="Label" parent="TopContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 18
|
|
theme_override_colors/font_color = Color(0.3, 0.5, 1.0, 1)
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 4
|
|
theme_override_fonts/font = ExtResource("1_font")
|
|
text = "SLOW-MO"
|
|
horizontal_alignment = 1
|
|
visible = false
|
|
|
|
[node name="BottomContainer" type="CenterContainer" parent="."]
|
|
anchors_preset = 7
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
offset_top = -120.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 0
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="BottomContainer"]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 4
|
|
|
|
[node name="PhaseLabel" type="Label" parent="BottomContainer/VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_font_sizes/font_size = 24
|
|
theme_override_colors/font_color = Color(1, 0.6, 0.8, 1)
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/outline_size = 6
|
|
theme_override_fonts/font = ExtResource("1_font")
|
|
text = "🍬 OPEN ARENA"
|
|
horizontal_alignment = 1
|