Game development
Godot Tutorial – Part 12: Picking and Using Items
In this tutorial we will learn how to create objects that can be picked up and used by the player. To keep things simple, in our little game there will be only two types of objects, i.e. two potions that will allow the player to recover health and mana. Potion Read more…