33 lines
749 B
Plaintext
33 lines
749 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://3kcl30sump8c"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/loadout_editor.gd" id="1_y0cit"]
|
|
|
|
[node name="Panel" type="Panel"]
|
|
anchors_preset = 4
|
|
anchor_top = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = 90.0
|
|
offset_top = -142.5
|
|
offset_right = 545.0
|
|
offset_bottom = 142.5
|
|
grow_vertical = 2
|
|
script = ExtResource("1_y0cit")
|
|
|
|
[node name="HBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -20.0
|
|
offset_top = -20.0
|
|
offset_right = 20.0
|
|
offset_bottom = 20.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "Choose Character"
|