You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
997 B
39 lines
997 B
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scripts/menus/settings_player_menu.gd" type="Script" id=1]
|
|
|
|
[node name="settings_player_menu" type="Control"]
|
|
margin_left = 513.0
|
|
margin_top = 23.0
|
|
margin_right = 878.0
|
|
margin_bottom = 116.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="name_label" type="Label" parent="VBoxContainer"]
|
|
margin_right = 365.0
|
|
margin_bottom = 14.0
|
|
text = "PLAYER_NAME"
|
|
|
|
[node name="name" type="LineEdit" parent="VBoxContainer"]
|
|
margin_top = 18.0
|
|
margin_right = 365.0
|
|
margin_bottom = 42.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="color_label" type="Label" parent="VBoxContainer"]
|
|
margin_top = 46.0
|
|
margin_right = 365.0
|
|
margin_bottom = 60.0
|
|
text = "PLAYER_COLOR"
|
|
|
|
[node name="color" type="ColorPickerButton" parent="VBoxContainer"]
|
|
margin_top = 64.0
|
|
margin_right = 365.0
|
|
margin_bottom = 84.0
|
|
size_flags_horizontal = 3
|