hopefully, hopefully, the last of font issues. used magic wand, expand 8px, fill with black. mono for no AA.

This commit is contained in:
Bryce Covert
2016-04-21 20:49:05 -07:00
parent 93f47dd2fe
commit 0acdf0171d
11 changed files with 213 additions and 211 deletions

View File

@@ -35,7 +35,7 @@
"Scott Steinburg"]]
[:pos ["QA"
"Dane Tippman"
"Henri Hanninen"
"Henri Hänninen"
"David Goodin"]
["QA Lead"
"Wayne Sung"]
@@ -100,8 +100,8 @@
(fn [people-rows person-name]
(-> people-rows
(conj :row)
(conj (label person-name (get-person-style entities 1.0) :set-alignment Align/center))))
[(label (doto role) (get-role-style entities 1.0) :set-alignment Align/center)]
(conj (label person-name (get-person-style entities 1.0) :set-alignment Align/center :set-font-scale 0.25))))
[(label (doto role) (get-role-style entities 1.0) :set-alignment Align/center :set-font-scale 0.25)]
persons))
:top :width 350 :pad-right 30 :pad-left 30])))
[]
@@ -195,7 +195,7 @@
(.apply viewport)
(let [entities (utils/apply-tweens screen entities (:tweens entities))
entities (start-message-if-necessary screen entities)]
(clear!)
(render! screen [(:bg entities) (:credit-table entities) (:fade entities) (:dbh entities) (:pos entities)])
entities))