-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathAgordoj.tscn
125 lines (107 loc) · 3.37 KB
/
Agordoj.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
[gd_scene load_steps=7 format=1]
[ext_resource path="res://Agordoj.gd" type="Script" id=1]
[ext_resource path="res://Temoj/baskuligebla_butono_malsxalta.png" type="Texture" id=2]
[ext_resource path="res://Temoj/baskuligebla_butono_ensxalta.png" type="Texture" id=3]
[ext_resource path="res://Tiparoj/jomhuria.fnt" type="BitmapFont" id=4]
[ext_resource path="res://Sonoj/Tabloj/130428__mmiron__na-sharp.ogg" type="AudioStream" id=5]
[ext_resource path="res://GUI/reen.png" type="Texture" id=6]
[node name="Agordoj" type="Control"]
anchor/right = 1
anchor/bottom = 1
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 450.0
margin/top = 150.0
margin/right = 110.0
margin/bottom = 810.0
script/script = ExtResource( 1 )
[node name="Fono" type="Polygon2D" parent="."]
transform/pos = Vector2( -450, 0 )
polygon = Vector2Array( 600, -1580, 600, 2680, 0, 2680, 0, -1580 )
uv = Vector2Array( )
color = Color( 0.117647, 0.533333, 0.898039, 1 )
vertex_colors = ColorArray( )
offset = Vector2( 0, 0 )
texture/texture = null
texture/offset = Vector2( 0, 0 )
texture/scale = Vector2( 1, 1 )
texture/rotation = 0.0
invert/enable = false
invert/border = 100.0
[node name="Muzikoj" type="CheckButton" parent="."]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = -400.0
margin/top = 100.0
margin/right = 100.0
margin/bottom = 200.0
custom_icons/off = ExtResource( 2 )
custom_icons/on = ExtResource( 3 )
custom_fonts/font = ExtResource( 4 )
custom_colors/font_color_disabled = Color( 1, 1, 1, 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
toggle_mode = true
is_pressed = true
enabled_focus_mode = 2
shortcut = null
text = "Muzikoj"
flat = false
align = 0
[node name="Sonoj" type="CheckButton" parent="."]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = -400.0
margin/top = 250.0
margin/right = 100.0
margin/bottom = 350.0
custom_icons/off = ExtResource( 2 )
custom_icons/on = ExtResource( 3 )
custom_fonts/font = ExtResource( 4 )
custom_colors/font_color_disabled = Color( 1, 1, 1, 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
toggle_mode = true
is_pressed = true
enabled_focus_mode = 2
shortcut = null
text = "Sonoj"
flat = false
align = 0
[node name="Enveno_sono" type="StreamPlayer" parent="."]
stream/stream = ExtResource( 5 )
stream/play = false
stream/loop = false
stream/volume_db = 5.0
stream/autoplay = false
stream/paused = false
stream/loop_restart_time = 0.0
stream/buffering_ms = 500
[node name="Reen" type="Button" parent="."]
anchor/left = 1
anchor/right = 1
rect/scale = Vector2( 0.5, 0.5 )
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = -40.0
margin/top = -150.0
margin/right = -180.0
margin/bottom = -10.0
toggle_mode = false
enabled_focus_mode = 2
shortcut = null
icon = ExtResource( 6 )
flat = false
[connection signal="toggled" from="Muzikoj" to="." method="_on_Muzikoj_toggled"]
[connection signal="toggled" from="Sonoj" to="." method="_on_Sonoj_toggled"]
[connection signal="pressed" from="Reen" to="." method="_on_Reen_pressed"]