Tag: Platformer

Building a 2D Platformer Game with Godot. Part 3

Previously, in part 1 of this series, we learned how to create a Godot project and add scenes and nodes. In part 2 of this series, we learned how to add animation to the player node. In this article, we will add a background to our game. This is going to be a very short art...