cbcerquiaga / YouMeAndTheEndOfTheWorld

A 2 player RPG set in a post-asteroid Earth and created with the Godot engine
MIT License
13 stars 4 forks source link

Make tool object for farming minigame #188

Closed cbcerquiaga closed 5 years ago

cbcerquiaga commented 5 years ago

Tool will be an abstract class, implemented by the 4 tools (seedBag, wateringCan, hoe, and basket). It needs to be able to be equipped, swapped, and used, and have a current direction. It needs to be able to check distance in the direction it's facing.