inventory ordering.

This commit is contained in:
Bryce Covert
2017-03-11 10:17:31 -08:00
parent b038dfbb98
commit dbb636c7b5
4 changed files with 1 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -1,12 +1,5 @@
MOBILE
mint position hard to click
adjust hotspots
ego shouldn't ever be the interaction
you can see the bottom of the thing
move entrance to antique
inventory selected item needs to be rendered on top
CLOJURE 1.8 direct linking
sometimes arrow takes override

Binary file not shown.

Before

Width:  |  Height:  |  Size: 576 KiB

After

Width:  |  Height:  |  Size: 576 KiB

View File

@@ -153,6 +153,7 @@
(label! :set-color (color 1 1 1 opacity)))
(render! screen [(:fade entities) (:overlay entities)])
(render! screen (vals (:items entities)))
(render! screen [(get-in entities [:items (:selected-item entities)])])
(update-hovered-text screen entities)
(render! screen [(:hovered-text entities)]))