-
Notifications
You must be signed in to change notification settings - Fork 1
/
cena_pausa.tscn
53 lines (45 loc) · 1.33 KB
/
cena_pausa.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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://script_pausa.gd" type="Script" id=1]
[ext_resource path="res://fonts/GameNationDemoRegular.ttf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=2]
size = 90
outline_color = Color( 0.898039, 0.0666667, 0.0666667, 1 )
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=1]
size = 85
font_data = ExtResource( 2 )
[node name="Node2D" type="Node2D"]
script = ExtResource( 1 )
[node name="ColorRect" type="ColorRect" parent="."]
modulate = Color( 0, 0, 0, 0.333333 )
margin_left = -576.0
margin_top = -404.0
margin_right = 1528.0
margin_bottom = 1060.0
__meta__ = {
"_edit_lock_": true,
"_edit_use_anchors_": false
}
[node name="musicas" type="CheckButton" parent="."]
margin_left = 136.0
margin_top = 172.0
margin_right = 448.0
margin_bottom = 302.0
custom_colors/font_color = Color( 0.913725, 0.0862745, 0.0862745, 1 )
custom_fonts/font = SubResource( 2 )
text = "Musica"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="sons" type="CheckButton" parent="."]
margin_left = 62.0
margin_top = 44.0
margin_right = 322.0
margin_bottom = 167.0
custom_colors/font_color = Color( 0, 0.411765, 0.937255, 1 )
custom_fonts/font = SubResource( 1 )
text = "Sons"
__meta__ = {
"_edit_use_anchors_": false
}
[connection signal="pressed" from="sons" to="." method="_on_sons_pressed"]