Files
Decked-Out-Defense/UI/Menus/CharacterSelect/character_select.tscn
2026-01-28 13:42:26 +11:00

97 lines
3.7 KiB
Plaintext

[gd_scene format=3 uid="uid://bc6m3cluulpis"]
[ext_resource type="Script" uid="uid://plrd0ckxrabh" path="res://UI/Menus/CharacterSelect/character_select.gd" id="1_lqqhx"]
[ext_resource type="Script" uid="uid://b1ucgfqilvr67" path="res://UI/Menus/CharacterSelect/character_preview.gd" id="9_8d0rx"]
[ext_resource type="PackedScene" uid="uid://clabkhnbn75rf" path="res://UI/tower_label.tscn" id="10_jdigy"]
[sub_resource type="ProceduralSkyMaterial" id="ProceduralSkyMaterial_tlgw2"]
sky_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
ground_horizon_color = Color(0.662243, 0.671743, 0.686743, 1)
energy_multiplier = 0.0
[sub_resource type="Sky" id="Sky_atdxu"]
sky_material = SubResource("ProceduralSkyMaterial_tlgw2")
[sub_resource type="Environment" id="Environment_pq6wd"]
background_mode = 2
sky = SubResource("Sky_atdxu")
tonemap_mode = 2
glow_enabled = true
[node name="CharacterSelect" type="Node3D" unique_id=436729461 node_paths=PackedStringArray("hero_preview_panel")]
script = ExtResource("1_lqqhx")
hero_preview_panel = NodePath("PanelContainer")
[node name="WorldEnvironment" type="WorldEnvironment" parent="." unique_id=1371630210]
environment = SubResource("Environment_pq6wd")
[node name="DirectionalLight3D" type="DirectionalLight3D" parent="." unique_id=1239254279]
transform = Transform3D(-0.866023, -0.433016, 0.250001, 0, 0.499998, 0.866027, -0.500003, 0.749999, -0.43301, 0, 0, 0)
light_energy = 0.0
shadow_enabled = true
[node name="Node3D" type="Node3D" parent="." unique_id=1629857614]
[node name="Camera3D" type="Camera3D" parent="Node3D" unique_id=1488123111]
transform = Transform3D(1, 0, 0, 0, 0.976893, 0.21373, 0, -0.21373, 0.976893, 0, 2.25535, 10.9009)
cull_mask = 1047553
fov = 39.4
[node name="PanelContainer" type="PanelContainer" parent="." unique_id=39844487 node_paths=PackedStringArray("tower_label_container", "hero_name_label")]
anchors_preset = -1
anchor_left = 0.05
anchor_top = 0.5
anchor_right = 0.05
anchor_bottom = 0.5
grow_vertical = 2
script = ExtResource("9_8d0rx")
tower_label_scene = ExtResource("10_jdigy")
tower_label_container = NodePath("HBoxContainer2/HBoxContainer")
hero_name_label = NodePath("HBoxContainer2/Label")
[node name="HBoxContainer2" type="VBoxContainer" parent="PanelContainer" unique_id=190920841]
layout_mode = 2
[node name="Label" type="Label" parent="PanelContainer/HBoxContainer2" unique_id=728476760]
auto_translate_mode = 2
layout_mode = 2
text = "character name"
horizontal_alignment = 1
vertical_alignment = 1
[node name="HSeparator" type="HSeparator" parent="PanelContainer/HBoxContainer2" unique_id=984564366]
layout_mode = 2
[node name="HBoxContainer" type="VBoxContainer" parent="PanelContainer/HBoxContainer2" unique_id=1179176427]
layout_mode = 2
[node name="Controls" type="VBoxContainer" parent="." unique_id=1200198613]
anchors_preset = -1
anchor_left = 0.5
anchor_top = 0.95
anchor_right = 0.5
anchor_bottom = 0.95
grow_horizontal = 2
grow_vertical = 0
[node name="HBoxContainer" type="HBoxContainer" parent="Controls" unique_id=1966478987]
layout_mode = 2
[node name="PrevButton" type="Button" parent="Controls/HBoxContainer" unique_id=1857725137]
layout_mode = 2
text = "BUTTON_PREVIOUS"
[node name="NextButton" type="Button" parent="Controls/HBoxContainer" unique_id=1088756994]
layout_mode = 2
text = "BUTTON_NEXT"
[node name="ConfirmButton" type="Button" parent="Controls" unique_id=1693979285]
layout_mode = 2
text = "BUTTON_CONFIRM"
[node name="Podiums" type="Node3D" parent="." unique_id=743227295]
[connection signal="pressed" from="Controls/HBoxContainer/PrevButton" to="." method="retreat_selector"]
[connection signal="pressed" from="Controls/HBoxContainer/NextButton" to="." method="advance_selector"]
[connection signal="pressed" from="Controls/ConfirmButton" to="." method="_on_confirm_button_pressed"]