hopefully, hopefully, the last of font issues. used magic wand, expand 8px, fill with black. mono for no AA.
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user