JustinMorin10 / FactoryGameDemo

GMS2 Factory Game
0 stars 0 forks source link

Storage Arrays and Item IDs #7

Open JustinMorin10 opened 3 hours ago

JustinMorin10 commented 3 hours ago

Created the basics to our storage system. Each machine or storage devices and have a set number of slots. In these slots can be held items. Item stacks can only go up to a set amount. max_stack_qty. If no available location is available, it will not accept any more items.