diff options
author | tpart <tpart120@proton.me> | 2024-07-07 18:52:49 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-07 18:52:54 +0200 |
commit | 44499c6e81dc5cc014f502cf6cb4db0c96081d7e (patch) | |
tree | 7cf07ee27ba517d7d4766677cc367bd1f9a16fbd /client/menu/game.tscn | |
parent | a72f4466c568dd7d7fe6f76a295fdd1162c1d312 (diff) | |
download | hurrycurry-44499c6e81dc5cc014f502cf6cb4db0c96081d7e.tar hurrycurry-44499c6e81dc5cc014f502cf6cb4db0c96081d7e.tar.bz2 hurrycurry-44499c6e81dc5cc014f502cf6cb4db0c96081d7e.tar.zst |
Add lobby menu
Diffstat (limited to 'client/menu/game.tscn')
-rw-r--r-- | client/menu/game.tscn | 6 |
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 |