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

Implement the seed bag tool in the farming minigame #192

Closed cbcerquiaga closed 5 years ago

cbcerquiaga commented 5 years ago

-needs its own scene, using the seed bag asset -needs to cast seed shapes out -if those seeds hit a plot that's in the "ready" state, put that plot in the "planted" state -if the seeds land on a plot that is not in the "ready" state, increase the likelihood of varmint spawning

cbcerquiaga commented 5 years ago

What needs to happen next is that seeds need to disappear after they stop, and turn the nearest plots to "planted"