mirror of
https://git.kittycat.homes/zoe/pegchamp.git
synced 2024-08-15 03:15:39 +00:00
better sound effects
This commit is contained in:
parent
f2cb94d4e3
commit
5503c2d05a
146 changed files with 1189 additions and 88 deletions
19
Menu/Buttons/AudioSliders/VolumeSlider.tscn
Normal file
19
Menu/Buttons/AudioSliders/VolumeSlider.tscn
Normal file
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
|
||||
[ext_resource path="res://Menu/Buttons/AudioSliders/VolumeSlider.gd" type="Script" id=1]
|
||||
[ext_resource path="res://Menu/Theme.tres" type="Theme" id=2]
|
||||
|
||||
[node name="VolumeSlider" type="HSlider"]
|
||||
margin_right = 500.0
|
||||
margin_bottom = 32.0
|
||||
grow_vertical = 2
|
||||
rect_min_size = Vector2( 100, 32 )
|
||||
theme = ExtResource( 2 )
|
||||
max_value = 1.0
|
||||
step = 0.025
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[connection signal="value_changed" from="." to="." method="_on_MusicVolumeSlider_value_changed"]
|
Loading…
Add table
Add a link
Reference in a new issue