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 assets for farming minigame #187

Open cbcerquiaga opened 5 years ago

cbcerquiaga commented 5 years ago

We need: 5 frames (sprout, partially grown, fully grown, wilting, wilted) for various plants a basket a watering can a hoe a seedbag a bench that will store the tools some sort of pest (like a rat or a rabbit) 3 frames (ready to plant, planted, needs hoeing) for dirt water for the watering can seeds for the seed bag the actual vegetables that are being grown to go into the inventory and potentially appear in the basket

cbcerquiaga commented 5 years ago

I think the clay soil sprite ought to be changed. Right now, the sprite is designed to look like the planted sprite, meaning it would only be used after a plant has gone in a given plot. It may be better to have it be more like the default "ready" texture so that it can be used both before and after, so we can require players to how the land before they plant on it. I'll work on it and see if I can make one that looks good.

cbcerquiaga commented 5 years ago

I made a mutated rat, but it's in a side-on view when it really ought to be top-down or isometric (depending on how we want this particular minigame to look) and it's not animated

cbcerquiaga commented 5 years ago

All that's left to do is the vegetables in the basket. Improvements to the pest should count as #198