Fix word ambient -> ambient
This commit is contained in:
+4
-4
@@ -45,11 +45,11 @@ func get_setting_gyrosocpe():
|
||||
func set_setting_gyroscope(value):
|
||||
setting.set_gyroscope(value)
|
||||
|
||||
func get_setting_ambiant_sound():
|
||||
return setting.get_ambiant_sound()
|
||||
func get_setting_ambient_sound():
|
||||
return setting.get_ambient_sound()
|
||||
|
||||
func set_setting_ambiant_sound(value):
|
||||
setting.set_ambiant_sound(value)
|
||||
func set_setting_ambient_sound(value):
|
||||
setting.set_ambient_sound(value)
|
||||
|
||||
func _process(_delta):
|
||||
print("[global#_process]")
|
||||
|
||||
Reference in New Issue
Block a user