diff --git a/desktop/asset-work/dream/far.png b/desktop/asset-work/dream/far.png index 552f7882..8a934af5 100644 Binary files a/desktop/asset-work/dream/far.png and b/desktop/asset-work/dream/far.png differ diff --git a/desktop/gametodos.txt b/desktop/gametodos.txt index 874a55b9..0b5483f7 100644 --- a/desktop/gametodos.txt +++ b/desktop/gametodos.txt @@ -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 diff --git a/desktop/resources/packed/pack2.png b/desktop/resources/packed/pack2.png index debd42d7..cc3b93dc 100644 Binary files a/desktop/resources/packed/pack2.png and b/desktop/resources/packed/pack2.png differ diff --git a/desktop/src-common/advent/screens/inventory.clj b/desktop/src-common/advent/screens/inventory.clj index 77151c61..6861ec4c 100644 --- a/desktop/src-common/advent/screens/inventory.clj +++ b/desktop/src-common/advent/screens/inventory.clj @@ -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)]))