initial commit
This commit is contained in:
commit
fe3761d448
122 changed files with 3439 additions and 0 deletions
4
Menus/MainMenu/Volume.gd
Normal file
4
Menus/MainMenu/Volume.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends HSlider
|
||||
|
||||
func _on_value_changed(value):
|
||||
Globals.SetMasterVolume(value)
|
Reference in a new issue