itch.io is community of indie game creators and players

Devlogs

equipment ui

45 Day Roguelike
A browser game made in HTML5

added: equipment UI

changed: inventory UI

i’m bad at UI programming so this took me a while. i ended up changing the inventory screen to only be a list of items without any commands. pressing Enter/Return opens a details screen where commands can be issued (equip, drop, etc).

the descriptions for each item are automatically generated based on each attribute the item has so sometimes it’s not… great, especially when an item has multiple damage sources. it’s best effort and should be much better than before though

Leave a comment