-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathroot.tscn
28 lines (21 loc) · 954 Bytes
/
root.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[gd_scene load_steps=2 format=3 uid="uid://bkelx87tou8h8"]
[ext_resource type="Script" path="res://root.gd" id="1_5f6ns"]
[node name="root" type="Node2D"]
script = ExtResource("1_5f6ns")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
offset_left = 492.0
offset_top = 267.0
offset_right = 698.0
offset_bottom = 428.0
[node name="bobble_btn" type="Button" parent="VBoxContainer"]
layout_mode = 2
text = "Bobble (mesh)"
[node name="lobby_btn" type="Button" parent="VBoxContainer"]
layout_mode = 2
text = "Lobby"
[node name="server_client_btn" type="Button" parent="VBoxContainer"]
layout_mode = 2
text = "Server / Client"
[connection signal="pressed" from="VBoxContainer/bobble_btn" to="." method="_on_bobble_btn_pressed"]
[connection signal="pressed" from="VBoxContainer/lobby_btn" to="." method="_on_lobby_btn_pressed"]
[connection signal="pressed" from="VBoxContainer/server_client_btn" to="." method="_on_server_client_btn_pressed"]