Hi all. I really like this introduction to Godot, thanks @kaanalpar
I decided to create some cheap pixel art Sprites to suit my theme. A nice link with the pixel art course. Canโt wait to animate this
It was funny to use Rigidbodies and Mass properties to create some sort of game over (if you push the guards off the field, it is more or less like they are killing you ).
You can watch the run here:
As you can see at the end of the video, with around 300 characters in the game, each get_tree().reload_current_scene()
becomes super slow. I guess we will learn how to better optimize this in the following courses