30 lines
801 B
Text
30 lines
801 B
Text
[gd_scene load_steps=2 format=3 uid="uid://raceselect"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/ui/RaceSelect.gd" id="1"]
|
|
|
|
[node name="RaceSelect" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource("1")
|
|
|
|
[node name="VBox" type="VBoxContainer" parent="."]
|
|
offset_left = 340.0
|
|
offset_top = 200.0
|
|
offset_right = 940.0
|
|
offset_bottom = 520.0
|
|
|
|
[node name="Title" type="Label" parent="VBox"]
|
|
text = "Choose Your Builder Race"
|
|
horizontal_alignment = 1
|
|
theme_override_font_sizes/font_size = 28
|
|
|
|
[node name="ButtonRow" type="HBoxContainer" parent="VBox"]
|
|
alignment = 1
|
|
|
|
[node name="Description" type="Label" parent="VBox"]
|
|
custom_minimum_size = Vector2(0, 60)
|
|
horizontal_alignment = 1
|
|
autowrap_mode = 3
|
|
|
|
[node name="ConfirmButton" type="Button" parent="VBox"]
|
|
text = "Confirm"
|