Better fonts.

This commit is contained in:
Bryce Covert
2016-02-24 10:23:10 -08:00
parent 0cacfdac1f
commit 0532a32ec7
3 changed files with 98 additions and 98 deletions

View File

@@ -214,7 +214,7 @@
style (style :label font (color :red))
[x y] [(/ 1280 2) (/ 960 2)]
talk (label message style :set-alignment Align/center)
talk (label message style :set-alignment Align/center :set-font-scale 0.5)
x (- x (/ (label! talk :get-width) 2))
talk (assoc talk :x x :y y :opacity 1.0)
talk (ensure-on-screen talk)]