diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-01-05 16:54:36 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-01-05 16:54:36 +0100 |
commit | 35b0f811f23f029110373798b19d9d0895d907f0 (patch) | |
tree | 2e4906a992c2569fa0f89dbe0f079010a734cc41 /ui/login.tscn | |
parent | e08a29e73ea4f7e6d78e8e7f5a6e7033dbc1f542 (diff) |
next commit
Diffstat (limited to 'ui/login.tscn')
-rw-r--r-- | ui/login.tscn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/login.tscn b/ui/login.tscn index 4842c26..172b00e 100644 --- a/ui/login.tscn +++ b/ui/login.tscn @@ -46,7 +46,6 @@ stretch_mode = 6 [node name="Login" type="CenterContainer" parent="."] unique_name_in_owner = true -visible = false layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -174,6 +173,7 @@ texture_hover = ExtResource("16_hqeko") [node name="CharacterSelection" type="CenterContainer" parent="."] unique_name_in_owner = true +visible = false layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 @@ -305,6 +305,7 @@ stream = ExtResource("3_2nukd") [node name="ChatWindow" parent="." instance=ExtResource("4_ah2a1")] unique_name_in_owner = true +visible = false layout_mode = 1 anchors_preset = -1 anchor_top = 0.829 |