Closed dukemagus closed 1 year ago
https://kidscancode.org/godot_recipes/4.x/games/first_2d/first_2d_05/index.html
for this script to work, you need to add an "Input.is_action_pressed("the_shoot_button")" inside the delta function
The finished project on github has the line, though, so it just needs a a paragraph and a small code block on lesson 5
On a side note, the gif also shows the wrong kind of bullet. whomever recorded it used "Player_charged_beam (16 x 16).png" instead of "Player_beam (16 x 16).png". This doesn't prevent the completion of the tutorial, though.
Here's an alternate gif the author can use:
The tutorial has been updated. Thanks!
https://kidscancode.org/godot_recipes/4.x/games/first_2d/first_2d_05/index.html
for this script to work, you need to add an "Input.is_action_pressed("the_shoot_button")" inside the delta function
The finished project on github has the line, though, so it just needs a a paragraph and a small code block on lesson 5
On a side note, the gif also shows the wrong kind of bullet. whomever recorded it used "Player_charged_beam (16 x 16).png" instead of "Player_beam (16 x 16).png". This doesn't prevent the completion of the tutorial, though.
Here's an alternate gif the author can use: