-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbread.tscn
63 lines (54 loc) · 1.72 KB
/
bread.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
[gd_scene load_steps=2 format=2]
[ext_resource path="res://bread.gd" type="Script" id=1]
[node name="bread" type="Control"]
margin_right = 93.0
margin_bottom = 40.0
rect_min_size = Vector2( 70, 0 )
script = ExtResource( 1 )
[node name="poly_for_first" type="Polygon2D" parent="."]
visible = false
position = Vector2( -1.4876, 0.0931025 )
color = Color( 0.00392157, 0.737255, 0.858824, 1 )
polygon = PoolVector2Array( 1.51661, 0.0921001, 21.6091, 19.7454, 1.50799, 39.8082 )
[node name="Polygon2D" type="Polygon2D" parent="."]
position = Vector2( -1.48651, 0.0743256 )
color = Color( 0.00392157, 0.737255, 0.858824, 1 )
polygon = PoolVector2Array( 1.51661, 0.0921001, 72.2271, 0.0783272, 91.9596, 19.6784, 71.1677, 39.8082, 1.50799, 39.8082, 21.1081, 19.9433 )
[node name="Label" type="Label" parent="."]
visible = false
margin_left = 35.7507
margin_top = 13.3043
margin_right = 75.7507
margin_bottom = 27.3043
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "X"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Label2" type="RichTextLabel" parent="."]
visible = false
margin_left = 35.7507
margin_top = 13.3043
margin_right = 75.7507
margin_bottom = 27.3043
custom_colors/default_color = Color( 0, 0, 0, 1 )
bbcode_enabled = true
bbcode_text = "Y"
text = "Y"
[node name="ElLabel" type="RichTextLabel" parent="."]
margin_left = 28.17
margin_top = 12.6134
margin_right = 68.17
margin_bottom = 32.6134
custom_colors/default_color = Color( 0, 0, 0, 1 )
bbcode_enabled = true
bbcode_text = "[u]X[/u]"
text = "X"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="button" type="TextureButton" parent="."]
margin_left = 20.0
margin_right = 71.0
margin_bottom = 40.0
[connection signal="pressed" from="button" to="." method="_on_button_pressed"]