Interrupt / delverengine

Delver game engine and editor
zlib License
803 stars 80 forks source link

Updating Hotbar JSON schema #250

Closed PythooonUser closed 2 years ago

PythooonUser commented 3 years ago

Updates the JSON schema for Hotbar. Left-over of #244 .

I'm a bit unsure what invOffset is for. I think it is used for the 6 armor slots?

Interrupt commented 3 years ago

I thought the invOffset was used to give the hotbar the first N inventory slots, and then the bag starting after those. That might not be how it works anymore though.

PythooonUser commented 3 years ago

Ah, interesting. I will test this out and update the schema accordingly. Thanks!

PythooonUser commented 3 years ago

I thought the invOffset was used to give the hotbar the first N inventory slots, and then the bag starting after those. That might not be how it works anymore though.

Updated.