mrcrowley42 / godot-project

0 stars 0 forks source link

Overhaul food menu #78

Open mrcrowley42 opened 1 week ago

mrcrowley42 commented 1 week ago

Tasks to complete to get food menu ready

mrcrowley42 commented 1 week ago

Food items are currently defined as enums in the Creature class as FoodItem. Buttons are assigned a food type and boost amount.

We could probably rework this into using a custom resource, that way we can also include drinks and link icons