-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmods.tscn
More file actions
91 lines (78 loc) · 3.81 KB
/
mods.tscn
File metadata and controls
91 lines (78 loc) · 3.81 KB
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
[gd_scene load_steps=12 format=3 uid="uid://behhi3o8f1nys"]
[ext_resource type="Texture2D" uid="uid://c7jcrpe8n6228" path="res://options.png" id="1_flk0m"]
[ext_resource type="Script" path="res://options.gd" id="2_e5oyy"]
[ext_resource type="FontFile" uid="uid://cvvi6o8v4r7dh" path="res://ariblk.ttf" id="3_pvhet"]
[ext_resource type="AudioStream" uid="uid://b54qsdxvp8v5p" path="res://options_volumetest.wav" id="7_sdeis"]
[ext_resource type="AudioStream" uid="uid://dvtte0lvio6u0" path="res://baa.wav" id="8_3cs54"]
[ext_resource type="AudioStream" uid="uid://daax0sm4wiefg" path="res://uihover.wav" id="9_wyeod"]
[ext_resource type="AudioStream" uid="uid://dh6pm2jo1420s" path="res://uipress.wav" id="10_atvbf"]
[ext_resource type="AudioStream" uid="uid://chbwgwjhw1tmf" path="res://uirelease.wav" id="11_etvuq"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_kls10"]
[sub_resource type="Theme" id="Theme_51314"]
default_font = ExtResource("3_pvhet")
Button/colors/font_color = Color(0, 0, 0, 1)
Button/colors/font_disabled_color = Color(0.875, 0.875, 0.875, 0.5)
Button/colors/font_focus_color = Color(0, 0, 0, 1)
Button/colors/font_hover_color = Color(0, 0.545924, 0.934453, 1)
Button/colors/font_hover_pressed_color = Color(0.0536234, 0, 0.872918, 1)
Button/colors/font_outline_color = Color(0, 0, 0, 1)
Button/colors/font_pressed_color = Color(0.160392, 0.185003, 1, 1)
Button/font_sizes/font_size = 12
Button/fonts/font = ExtResource("3_pvhet")
Panel/styles/panel = SubResource("StyleBoxEmpty_kls10")
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_wq7h2"]
[node name="Options" type="Sprite2D"]
position = Vector2(320, 240)
texture = ExtResource("1_flk0m")
[node name="Node" type="Node" parent="."]
script = ExtResource("2_e5oyy")
[node name="Exit" type="Button" parent="Node"]
texture_filter = 2
offset_left = 200.0
offset_top = 384.0
offset_right = 280.0
offset_bottom = 402.0
scale = Vector2(1.52, 1.52)
focus_mode = 0
theme = SubResource("Theme_51314")
theme_override_constants/outline_size = 0
theme_override_fonts/font = ExtResource("3_pvhet")
theme_override_font_sizes/font_size = 12
theme_override_styles/focus = SubResource("StyleBoxEmpty_wq7h2")
theme_override_styles/disabled_mirrored = SubResource("StyleBoxEmpty_wq7h2")
theme_override_styles/disabled = SubResource("StyleBoxEmpty_wq7h2")
theme_override_styles/hover_pressed_mirrored = SubResource("StyleBoxEmpty_wq7h2")
theme_override_styles/hover_pressed = SubResource("StyleBoxEmpty_wq7h2")
theme_override_styles/hover_mirrored = SubResource("StyleBoxEmpty_wq7h2")
theme_override_styles/hover = SubResource("StyleBoxEmpty_wq7h2")
theme_override_styles/pressed_mirrored = SubResource("StyleBoxEmpty_wq7h2")
theme_override_styles/pressed = SubResource("StyleBoxEmpty_wq7h2")
theme_override_styles/normal_mirrored = SubResource("StyleBoxEmpty_wq7h2")
theme_override_styles/normal = SubResource("StyleBoxEmpty_wq7h2")
text = "Exit"
alignment = 0
metadata/_edit_use_anchors_ = true
[node name="OptionsVolumetest" type="AudioStreamPlayer" parent="Node"]
stream = ExtResource("7_sdeis")
volume_db = -16.0
autoplay = true
bus = &"Music"
[node name="Baa" type="AudioStreamPlayer" parent="Node"]
stream = ExtResource("8_3cs54")
volume_db = -10.0
[node name="Uihover" type="AudioStreamPlayer" parent="Node"]
stream = ExtResource("9_wyeod")
volume_db = -10.0
mix_target = 2
max_polyphony = 6
[node name="Uipress" type="AudioStreamPlayer" parent="Node"]
stream = ExtResource("10_atvbf")
volume_db = -10.0
mix_target = 2
[node name="Uirelease" type="AudioStreamPlayer" parent="Node"]
stream = ExtResource("11_etvuq")
volume_db = -10.0
mix_target = 2
[connection signal="button_down" from="Node/Exit" to="Node" method="_on_save_button_down"]
[connection signal="mouse_entered" from="Node/Exit" to="Node" method="_on_save_mouse_entered"]
[connection signal="pressed" from="Node/Exit" to="Node" method="_on_save_pressed"]