xanarch-td/scenes/ui/BuildPanel.tscn
2026-06-03 21:53:16 -04:00

28 lines
764 B
Text

[gd_scene load_steps=2 format=3 uid="uid://buildpanel"]
[ext_resource type="Script" path="res://scripts/ui/BuildPanel.gd" id="1"]
[node name="BuildPanel" type="PanelContainer"]
offset_left = 0.0
offset_top = 60.0
offset_right = 260.0
offset_bottom = 500.0
visible = false
script = ExtResource("1")
[node name="VBox" type="VBoxContainer" parent="."]
offset_right = 260.0
offset_bottom = 440.0
[node name="RaceLabel" type="Label" parent="VBox"]
text = "Race"
horizontal_alignment = 1
[node name="ScrollContainer" type="ScrollContainer" parent="VBox"]
custom_minimum_size = Vector2(0, 300)
[node name="TowerList" type="VBoxContainer" parent="VBox/ScrollContainer"]
size_flags_horizontal = 3
[node name="CloseButton" type="Button" parent="VBox"]
text = "Close"