Compare commits

...

2 commits

Author SHA1 Message Date
Sagi Dayan 7e5a722284 README 2020-12-14 08:49:26 -05:00
Sagi Dayan cf05da8673 Controller rumble on camera shake + Dialog typos 2020-12-14 08:46:29 -05:00
3 changed files with 7 additions and 3 deletions

4
README.md Normal file
View file

@ -0,0 +1,4 @@
# Learning Godot 2D by making a game
Just trying to learn some game dev basics while making a game i would like

View file

@ -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()

View file

@ -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
},
{