diff --git a/src/Actors/Camera.gd b/src/Actors/Camera.gd index 3e61c75..0277ffe 100644 --- a/src/Actors/Camera.gd +++ b/src/Actors/Camera.gd @@ -16,7 +16,7 @@ func start_shake(duration:float = .2, frequency:float = 15.0, amplitude:float = _shake_config.amplitude = amplitude $Duration.wait_time = duration $Frequency.wait_time = 1 / frequency - + Input.start_joy_vibration(0, 0.5, 1, duration) $Duration.start() $Frequency.start() diff --git a/src/CutScenes/ChallengeCutscene.gd b/src/CutScenes/ChallengeCutscene.gd index b16a1d5..7a3a4d1 100644 --- a/src/CutScenes/ChallengeCutscene.gd +++ b/src/CutScenes/ChallengeCutscene.gd @@ -18,11 +18,11 @@ var _old_man_dialog = [ "callback": null }, { - "text": "To redeam your self i crafted 10 challanges for ya", + "text": "To redeam your self I crafted 10 challanges for ya", "callback": null }, { - "text": "You have ten minutes to complete them all and collect as meny Coins and Orbs as you can", + "text": "You have ten minutes to complete them all and collect as many Coins and Orbs as you can", "callback": null }, {