-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main.tscn
22 lines (16 loc) · 1.21 KB
/
Main.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[gd_scene load_steps=5 format=3 uid="uid://cdkwy05f333bn"]
[ext_resource type="PackedScene" uid="uid://dpmc8ov2t756s" path="res://Background/Background.tscn" id="1_65xq0"]
[ext_resource type="Script" path="res://Main.gd" id="1_vyv0y"]
[ext_resource type="PackedScene" uid="uid://cuf2jgmqhrjat" path="res://Interface/Interface.tscn" id="2_ad0ep"]
[ext_resource type="PackedScene" uid="uid://c4csrb4ww8cdj" path="res://Game/Game.tscn" id="4_piobs"]
[node name="Main" type="Node2D"]
script = ExtResource("1_vyv0y")
[node name="Background" parent="." instance=ExtResource("1_65xq0")]
[node name="Interface" parent="." instance=ExtResource("2_ad0ep")]
[node name="Game" parent="." instance=ExtResource("4_piobs")]
visible = false
[connection signal="change_local_ready_status" from="Interface" to="." method="_on_interface_change_local_ready_status"]
[connection signal="request_game" from="Interface" to="." method="_on_interface_request_game"]
[connection signal="request_lobby" from="Interface" to="." method="_on_interface_request_lobby"]
[connection signal="request_send_message" from="Interface" to="." method="_on_interface_request_send_message"]
[connection signal="game_finished" from="Game" to="." method="_on_game_finished"]