diff options
Diffstat (limited to 'scenes/name_thyself.tscn')
| -rw-r--r-- | scenes/name_thyself.tscn | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/scenes/name_thyself.tscn b/scenes/name_thyself.tscn new file mode 100644 index 0000000..215c9b7 --- /dev/null +++ b/scenes/name_thyself.tscn @@ -0,0 +1,49 @@ +[gd_scene load_steps=3 format=3 uid="uid://baio67tv5ifph"] + +[ext_resource type="Texture2D" uid="uid://bxjwbucke02gl" path="res://assets/bg.png" id="1_c644k"] +[ext_resource type="Script" uid="uid://cmtn05tqqh0t4" path="res://scripts/GUI/PlayerName.cs" id="1_jhpgh"] + +[node name="NameThyself" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +script = ExtResource("1_jhpgh") + +[node name="TextureRect" type="TextureRect" parent="."] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +texture = ExtResource("1_c644k") +expand_mode = 3 + +[node name="VBoxContainer" 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 = -54.0 +offset_top = -29.0 +offset_right = 54.0 +offset_bottom = 29.0 +grow_horizontal = 2 +grow_vertical = 2 + +[node name="Label" type="Label" parent="VBoxContainer"] +layout_mode = 2 +text = "Quem é você?" + +[node name="thename" type="LineEdit" parent="VBoxContainer"] +layout_mode = 2 +placeholder_text = "Player" + +[node name="Button" type="Button" parent="VBoxContainer"] +layout_mode = 2 +text = "Iniciar" |
