summaryrefslogtreecommitdiff
path: root/pages/MainScene.tscn
blob: da9bdcd044bb6fa4fe7cb45c87f45b2c99213442 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[gd_scene load_steps=4 format=2]

[ext_resource path="res://network/websocket_client_basic.gd" type="Script" id=1]
[ext_resource path="res://pages/MainMenu.tscn" type="PackedScene" id=2]
[ext_resource path="res://scripts/MainScene.gd" type="Script" id=3]

[node name="MainScene" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 3 )

[node name="GameCoordinator" type="Node" parent="."]
script = ExtResource( 1 )

[node name="MainMenu" parent="." instance=ExtResource( 2 )]