-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLobby.tscn
125 lines (115 loc) · 2.76 KB
/
Lobby.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Scripts/Lobby.gd" type="Script" id=1]
[ext_resource path="res://Sprites/lobby_button_2.png" type="Texture" id=2]
[ext_resource path="res://OperaLyricsSmooth-OOJo.ttf" type="DynamicFontData" id=3]
[sub_resource type="DynamicFont" id=1]
font_data = ExtResource( 3 )
[node name="Lobby" type="CanvasLayer"]
layer = 10
script = ExtResource( 1 )
[node name="PlayerButtons" type="VBoxContainer" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -128.0
margin_top = -193.0
margin_right = 128.0
margin_bottom = 157.0
alignment = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="MapGenButton" type="TextureButton" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -128.0
margin_top = 162.0
margin_right = 128.0
margin_bottom = 194.0
texture_normal = ExtResource( 2 )
stretch_mode = 3
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label2" type="Label" parent="MapGenButton"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -62.5
margin_top = -9.0
margin_right = 62.5
margin_bottom = 11.0
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 0.364706, 0.290196, 0.290196, 1 )
text = "Generate Map"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="StartButtonServer" type="TextureButton" parent="."]
visible = false
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -128.0
margin_top = 162.0
margin_right = 128.0
margin_bottom = 194.0
texture_normal = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="StartButtonServer"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -50.0
margin_top = -9.0
margin_right = 50.0
margin_bottom = 11.0
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 0.364706, 0.290196, 0.290196, 1 )
text = "Start Game"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="StartButtonClient" type="TextureButton" parent="."]
visible = false
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -128.0
margin_top = 162.0
margin_right = 128.0
margin_bottom = 194.0
texture_normal = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="StartButtonClient"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -50.0
margin_top = -9.0
margin_right = 50.0
margin_bottom = 11.0
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 0.364706, 0.290196, 0.290196, 1 )
text = "Close Lobby"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}