same as below
This commit is contained in:
parent
2164eade29
commit
cb0ffac056
1674 changed files with 29651 additions and 93 deletions
|
@ -208,6 +208,26 @@ max_value = 1.0
|
|||
step = 0.01
|
||||
script = ExtResource("7_qc1t8")
|
||||
|
||||
[node name="Label5" type="Label" parent="Settings Panel/Menu"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 0
|
||||
theme_override_fonts/font = ExtResource("4_ybv7t")
|
||||
theme_override_font_sizes/font_size = 80
|
||||
text = "sfx"
|
||||
|
||||
[node name="SFX Volume" type="HSlider" parent="Settings Panel/Menu"]
|
||||
custom_minimum_size = Vector2(300, 0)
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 4
|
||||
theme_override_icons/grabber = ExtResource("6_tt6es")
|
||||
theme_override_icons/grabber_highlight = ExtResource("6_tt6es")
|
||||
theme_override_styles/grabber_area = SubResource("StyleBoxFlat_4ojsq")
|
||||
theme_override_styles/grabber_area_highlight = SubResource("StyleBoxFlat_4ojsq")
|
||||
max_value = 1.0
|
||||
step = 0.01
|
||||
script = ExtResource("7_qc1t8")
|
||||
audio_bus_name = "SFX"
|
||||
|
||||
[node name="Tutorial Text" type="Label" parent="."]
|
||||
visible = false
|
||||
z_index = 2
|
||||
|
@ -302,13 +322,15 @@ text = "[center][wave]LOADING..."
|
|||
[node name="Music" type="AudioStreamPlayer2D" parent="."]
|
||||
stream = ExtResource("9_rc4r7")
|
||||
autoplay = true
|
||||
bus = &"Music"
|
||||
|
||||
[connection signal="pressed" from="Layout/Play" to="." method="play"]
|
||||
[connection signal="pressed" from="Layout/Settings" to="Settings Panel" method="show"]
|
||||
[connection signal="pressed" from="Layout/Tutorial" to="Tutorial Text" method="show"]
|
||||
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="hide"]
|
||||
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="save"]
|
||||
[connection signal="pressed" from="Settings Panel/Close" to="Settings Panel" method="hide"]
|
||||
[connection signal="text_changed" from="Settings Panel/Menu/Username" to="Settings Panel" method="check_valid"]
|
||||
[connection signal="text_changed" from="Settings Panel/Menu/Username" to="Settings Panel/Menu/Username" method="check"]
|
||||
[connection signal="value_changed" from="Settings Panel/Menu/MusicVolume" to="Settings Panel/Menu/MusicVolume" method="_on_value_changed"]
|
||||
[connection signal="value_changed" from="Settings Panel/Menu/SFX Volume" to="Settings Panel/Menu/SFX Volume" method="_on_value_changed"]
|
||||
[connection signal="pressed" from="Tutorial Text/Close" to="Tutorial Text" method="hide"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue