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.
40 lines
876 B
40 lines
876 B
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://scripts/menu/player_settings.gd" type="Script" id=1]
|
|
|
|
[node name="settings" type="Control"]
|
|
margin_left = 513.0
|
|
margin_top = 23.0
|
|
margin_right = 878.0
|
|
margin_bottom = 240.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="name_label" type="Label" parent="."]
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
margin_top = -95.5
|
|
margin_bottom = -68.5
|
|
text = "Name"
|
|
|
|
[node name="name" type="LineEdit" parent="."]
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
margin_top = -51.5
|
|
margin_bottom = -14.5
|
|
|
|
[node name="color_label" type="Label" parent="."]
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
margin_top = 1.5
|
|
margin_bottom = 28.5
|
|
text = "Color"
|
|
|
|
[node name="color" type="ColorPickerButton" parent="."]
|
|
anchor_top = 0.5
|
|
anchor_right = 1.0
|
|
anchor_bottom = 0.5
|
|
margin_top = 46.5
|
|
margin_bottom = 79.5
|