Been following this tutorial but I got stuck because the code wasn't working
https://www.youtube.com/watch?v=nKBhz6oJYsc
I used a tilemap to make the ground section, that's the only thing I did differently
Learn the basics of Godot by making a side scroller game from scratch.
The code for the game is built from scratch and will re-create all the features of the t-rex game. This will use a parallax background node to create the scrolling background with a 3D effect. I'll have a spawner to generate enemies as well as collision detection.
Code and ...