diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-07-14 19:02:47 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-07-14 19:02:47 +0200 |
| commit | 721b9ecb282f84839eb096de4d269176f8ab389f (patch) | |
| tree | 1471e5395f80d9aeb04d19ea00436fe628820456 /client/menu/game.tscn | |
| parent | 52f422a01be059a120908a8d1f63335116ccf0e1 (diff) | |
| parent | 3da43172332caf76e111639281c81916e7202c4b (diff) | |
| download | hurrycurry-721b9ecb282f84839eb096de4d269176f8ab389f.tar hurrycurry-721b9ecb282f84839eb096de4d269176f8ab389f.tar.bz2 hurrycurry-721b9ecb282f84839eb096de4d269176f8ab389f.tar.zst | |
Merge branch 'master' of codeberg.org:hurrycurry/hurrycurry
Diffstat (limited to 'client/menu/game.tscn')
| -rw-r--r-- | client/menu/game.tscn | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/client/menu/game.tscn b/client/menu/game.tscn index af7f22a8..417aaf96 100644 --- a/client/menu/game.tscn +++ b/client/menu/game.tscn @@ -1,8 +1,10 @@ -[gd_scene load_steps=4 format=3 uid="uid://bbjwoxs71fnsk"] +[gd_scene load_steps=6 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://bpikve6wlsjfl" path="res://menu/overlay.tscn" id="3_i0ytb"] [ext_resource type="PackedScene" uid="uid://bc50la65ntifb" path="res://menu/lobby.tscn" id="3_udxby"] +[ext_resource type="PackedScene" uid="uid://b21nrnkygiyjt" path="res://menu/popup_message.tscn" id="5_n1wy0"] [node name="GameMenu" type="Control"] layout_mode = 3 @@ -16,5 +18,21 @@ auto_anim = false [node name="Game" parent="." instance=ExtResource("2_uojcy")] +[node name="Overlay" parent="." instance=ExtResource("3_i0ytb")] +layout_mode = 1 + [node name="Lobby" parent="." instance=ExtResource("3_udxby")] layout_mode = 1 + +[node name="Debug" type="RichTextLabel" parent="."] +visible = false +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +mouse_filter = 1 + +[node name="PopupMessage" parent="." instance=ExtResource("5_n1wy0")] +layout_mode = 1 |