This repository has been archived on 2024-05-12. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
GMTK-2023/Menus/PauseMenu/HSlider.gd

5 lines
206 B
GDScript

#extends HSlider
#
#func _on_value_changed(value):
# Globals.SetMasterVolume(value)
# get_node("../../../../../../MainMenu/StartOptions/Container/TitleOptions/Containers/Volume").set_value_no_signal(value)