summaryrefslogtreecommitdiff
path: root/client/menu/game.tscn
blob: af7f22a8b6119c7e65d1040ac40570c50bb2b3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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
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")]

[node name="Lobby" parent="." instance=ExtResource("3_udxby")]
layout_mode = 1