Updating labels on title.

This commit is contained in:
Bryce Covert
2016-02-24 11:47:41 -08:00
parent 0532a32ec7
commit 9b9b45a70c
2 changed files with 17 additions and 5 deletions

View File

@@ -95,7 +95,9 @@
(map #(assoc % :opacity opacity) i))))]
(when (:shown? entities)
(doto (:highlighted-text entities) (label! :set-color (color 1 1 1 opacity)))
(doto (:highlighted-text entities)
(label! :set-color (color 1 1 1 opacity))
(label! :set-font-scale 0.5))
(render! screen [(:fade entities) (:overlay entities)])
(render! screen (:items entities))
(if-let [item (:highlighted-item entities)]