Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hello! 

Is there an option to play a demo or something to check if this fits my project?

 I would also have some questions:
- can we make tools that affect more than one tile (upgraded tool)?
- can we make crops grow after "going to bed" (like after the switch X is ON and then OFF); I mean no "time involved"?
- are the crops spawned events, or it works different?
- can we have "water variable" for watering can instead of "item consume on watering"?
- can we play "common event" after picking crops? So we can attach picking animation or sth depending on needs. 

Thank you so much.

(+1)

Sorry, I missed this somehow. I've added a demo project.

Tools currently only affect one tile. 

Crop growth is not connected to time. You can just call the Advance Day plugin command or increase the day variable value. 

Crops are not spawned events. They are sprites drawn on the map based on data the plugin saves. 

Watering variable is not currently supported.

A common event is not currently built in after picking up crops. 

I can add some of these to a future update.