miskatonicstudio / goat

Godot Open Adventure Template (GOAT) is a tool for making 3D adventure games.
MIT License
371 stars 32 forks source link

Multimple inventory items #294

Closed IvailoBurov closed 2 years ago

IvailoBurov commented 2 years ago

Hi, Will be possible to add support of multiple inventory items by indicating their number? For example: 6 slices of pizza or 90 bullets? Currently, this option is limited to only one number per inventory item. Thank you.

miskatonicstudio commented 2 years ago

Hi! Yes, this feature is planned, there is even a GitHub issue created for it: #129 .

I've been working on several improvements lately, and this is one of them. Here is a video of how this feature could look like:

https://user-images.githubusercontent.com/36821133/161441751-ea2f507c-9229-45d2-98d3-64ad725a9cad.mp4

IvailoBurov commented 2 years ago

Great!