inventory ordering.
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -1,12 +1,5 @@
|
|||||||
MOBILE
|
MOBILE
|
||||||
|
|
||||||
mint position hard to click
|
|
||||||
adjust hotspots
|
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
|
CLOJURE 1.8 direct linking
|
||||||
sometimes arrow takes override
|
sometimes arrow takes override
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 576 KiB After Width: | Height: | Size: 576 KiB |
@@ -153,6 +153,7 @@
|
|||||||
(label! :set-color (color 1 1 1 opacity)))
|
(label! :set-color (color 1 1 1 opacity)))
|
||||||
(render! screen [(:fade entities) (:overlay entities)])
|
(render! screen [(:fade entities) (:overlay entities)])
|
||||||
(render! screen (vals (:items entities)))
|
(render! screen (vals (:items entities)))
|
||||||
|
(render! screen [(get-in entities [:items (:selected-item entities)])])
|
||||||
(update-hovered-text screen entities)
|
(update-hovered-text screen entities)
|
||||||
|
|
||||||
(render! screen [(:hovered-text entities)]))
|
(render! screen [(:hovered-text entities)]))
|
||||||
|
|||||||
Reference in New Issue
Block a user