diff options
Diffstat (limited to 'UI/lobby_setting.tscn')
-rw-r--r-- | UI/lobby_setting.tscn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/UI/lobby_setting.tscn b/UI/lobby_setting.tscn new file mode 100644 index 0000000..8c462b4 --- /dev/null +++ b/UI/lobby_setting.tscn @@ -0,0 +1,17 @@ +[gd_scene load_steps=2 format=3 uid="uid://fgqkxat8pwjk"] + +[ext_resource type="Script" path="res://UI/lobby_setting.gd" id="1_ntovh"] + +[node name="LobbySetting" type="HBoxContainer"] +size_flags_vertical = 2 +script = ExtResource("1_ntovh") + +[node name="Label" type="Label" parent="."] +layout_mode = 2 +text = "Setting" + +[node name="TextEdit" type="LineEdit" parent="."] +layout_mode = 2 +text = "5" + +[connection signal="text_changed" from="TextEdit" to="." method="_on_text_edit_text_changed"] |