aboutsummaryrefslogtreecommitdiff
path: root/client/menu/game.tscn
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-01 15:46:13 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-01 15:46:13 +0200
commit69cce2c92e067595d862c479104df6e966a1e8ee (patch)
tree33c5f8ca6993f4d8fdc38516ca7684406eb66e1d /client/menu/game.tscn
parent1e28d68b1fc17a95b0dda305633be2016b692836 (diff)
downloadhurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar
hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.bz2
hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.zst
refactor menu system yet again
Diffstat (limited to 'client/menu/game.tscn')
-rw-r--r--client/menu/game.tscn16
1 files changed, 16 insertions, 0 deletions
diff --git a/client/menu/game.tscn b/client/menu/game.tscn
new file mode 100644
index 00000000..708adf74
--- /dev/null
+++ b/client/menu/game.tscn
@@ -0,0 +1,16 @@
+[gd_scene load_steps=3 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"]
+
+[node name="GameMenu" type="Control"]
+layout_mode = 3
+anchors_preset = 15
+anchor_right = 1.0
+anchor_bottom = 1.0
+grow_horizontal = 2
+grow_vertical = 2
+script = ExtResource("1_cdpsh")
+auto_anim = false
+
+[node name="Game" parent="." instance=ExtResource("2_uojcy")]