TBye101 / MagicalLife

A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
MIT License
234 stars 27 forks source link

Need ability to select inventory item when queuing and action #113

Closed GreyWolf234 closed 5 years ago

GreyWolf234 commented 5 years ago

Need filtered inventory selection window.

I would like the ability when selecting the "Till" action and clicking on Tilled soil to be able to pop up an inventory window filtered by a type. In my case that type would be seed. When the user selects an item the window would return that item selection to the caller.

I would use the item selection to show all seeds. When the user selects a seed I would bind that seed to the tilled soil and queue a planting job.