Controller rumble on camera shake + Dialog typos
This commit is contained in:
parent
7d167deb57
commit
cf05da8673
2 changed files with 3 additions and 3 deletions
|
@ -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()
|
||||
|
||||
|
|
|
@ -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
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue