summaryrefslogtreecommitdiff
path: root/client/menu/game.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-07 19:09:01 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-07 19:09:01 +0200
commitfaf2c3c45f4a27769662c923f34672e7dfd7254d (patch)
tree967fa1a739ebd42099fbad1f5a6f9ef1aa778937 /client/menu/game.tscn
parentb44053da52eb94d755a69eb68a4c2994d07c423f (diff)
parentf0f6af6822b3057f0735adf705bcce4c4548f321 (diff)
downloadhurrycurry-faf2c3c45f4a27769662c923f34672e7dfd7254d.tar
hurrycurry-faf2c3c45f4a27769662c923f34672e7dfd7254d.tar.bz2
hurrycurry-faf2c3c45f4a27769662c923f34672e7dfd7254d.tar.zst
Merge branch 'master' of https://codeberg.org/metamuffin/undercooked
Diffstat (limited to 'client/menu/game.tscn')
-rw-r--r--client/menu/game.tscn6
1 files changed, 5 insertions, 1 deletions
diff --git a/client/menu/game.tscn b/client/menu/game.tscn
index 708adf74..af7f22a8 100644
--- a/client/menu/game.tscn
+++ b/client/menu/game.tscn
@@ -1,7 +1,8 @@
-[gd_scene load_steps=3 format=3 uid="uid://bbjwoxs71fnsk"]
+[gd_scene load_steps=4 format=3 uid="uid://bbjwoxs71fnsk"]
[ext_resource type="Script" path="res://menu/game.gd" id="1_cdpsh"]
[ext_resource type="PackedScene" uid="uid://c6krh36hoqfg8" path="res://game.tscn" id="2_uojcy"]
+[ext_resource type="PackedScene" uid="uid://bc50la65ntifb" path="res://menu/lobby.tscn" id="3_udxby"]
[node name="GameMenu" type="Control"]
layout_mode = 3
@@ -14,3 +15,6 @@ script = ExtResource("1_cdpsh")
auto_anim = false
[node name="Game" parent="." instance=ExtResource("2_uojcy")]
+
+[node name="Lobby" parent="." instance=ExtResource("3_udxby")]
+layout_mode = 1