In this chapter, we’ll learn how to add animated coins and enemies to our game. We’ll learn how to create instances of the various objects in the main game scene and use them to keep track of the player score and lives. We’ll dive into important concepts such as signals, RayCast2D, collision masks and layers, and changing scenes.
Introducing a reward system in your game can make it more interesting and ...