zorfmorf / hedge

0 stars 0 forks source link

Add scythe tool and wheat seeds #75

Closed zorfmorf closed 9 years ago

zorfmorf commented 9 years ago

There are some special wheat tiles with growing grass. Can only be harvested with a scythe (but several tiles at once!)

zorfmorf commented 9 years ago

Scythe is already added, need to add the correspondig seeds first

zorfmorf commented 9 years ago

When a wheat tile updates itself, it needs to check if it is surrounded by wheat plants in a similar state. Sheesh. The plant update routine therefore needs to do the following

Then we can do the wheat plant logic "if left is a same wheat but not right or above use texture x". Ugh

zorfmorf commented 9 years ago

Done. Some special case texture issues left, but the feature in itself is done and not feeling like tackling that immediately