Fix word ambient -> ambient

This commit is contained in:
VAILLANT Jeremy
2021-05-23 21:33:44 +02:00
parent fd7e341e49
commit 03fe0c753d
4 changed files with 22 additions and 22 deletions
+4 -4
View File
@@ -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]")