-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPlayerSelectButton.tscn
50 lines (44 loc) · 1.21 KB
/
PlayerSelectButton.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
[gd_scene load_steps=6 format=2]
[ext_resource path="res://Scripts/PlayerSelectButton.gd" type="Script" id=1]
[ext_resource path="res://Sprites/lobby_button_1.png" type="Texture" id=2]
[ext_resource path="res://OperaLyricsSmooth-OOJo.ttf" type="DynamicFontData" id=3]
[sub_resource type="StyleBoxFlat" id=1]
corner_detail = 1
anti_aliasing = false
[sub_resource type="DynamicFont" id=2]
font_data = ExtResource( 3 )
[node name="TextureButton" type="TextureButton"]
margin_right = 256.0
margin_bottom = 32.0
size_flags_horizontal = 0
texture_normal = ExtResource( 2 )
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Panel" type="Panel" parent="."]
margin_left = 232.0
margin_top = 2.0
margin_right = 252.0
margin_bottom = 30.0
custom_styles/panel = SubResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -99.5
margin_top = -9.0
margin_right = 101.5
margin_bottom = 11.0
grow_horizontal = 2
grow_vertical = 2
custom_fonts/font = SubResource( 2 )
custom_colors/font_color = Color( 0.364706, 0.290196, 0.290196, 1 )
align = 1
__meta__ = {
"_edit_use_anchors_": false
}