aboutsummaryrefslogtreecommitdiff
path: root/client/menu/game.tscn
diff options
context:
space:
mode:
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")]