This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
liblast/GUI/CharacterSelect.tscn

67 lines
1.8 KiB
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://GUI/CharacterSelect.gd" type="Script" id=1]
[ext_resource path="res://GUI/theme.tres" type="Theme" id=2]
[node name="CharacterSelect" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="CenterContainer" type="CenterContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
theme = ExtResource( 2 )
use_top_left = true
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer"]
margin_left = -177.0
margin_top = -50.0
margin_right = 176.0
margin_bottom = 50.0
[node name="CharacterList" type="HBoxContainer" parent="CenterContainer/VBoxContainer"]
margin_right = 353.0
margin_bottom = 48.0
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Button" type="Button" parent="CenterContainer/VBoxContainer/CharacterList"]
margin_left = 30.0
margin_right = 322.0
margin_bottom = 48.0
text = "Her Majesty the Queen"
[node name="Options" type="HBoxContainer" parent="CenterContainer/VBoxContainer"]
margin_top = 52.0
margin_right = 353.0
margin_bottom = 100.0
alignment = 1
[node name="SelectButton" type="Button" parent="CenterContainer/VBoxContainer/Options"]
margin_right = 88.0
margin_bottom = 48.0
size_flags_horizontal = 4
text = "Select"
[node name="OptionsButton" type="Button" parent="CenterContainer/VBoxContainer/Options"]
margin_left = 92.0
margin_right = 199.0
margin_bottom = 48.0
text = "Options"
[node name="DisconnectButton" type="Button" parent="CenterContainer/VBoxContainer/Options"]
margin_left = 203.0
margin_right = 353.0
margin_bottom = 48.0
text = "Disconnect"
[connection signal="pressed" from="CenterContainer/VBoxContainer/Options/SelectButton" to="." method="spawn"]