less scaling

This commit is contained in:
Bryce Covert
2016-03-15 08:29:09 -07:00
parent 1055efd223
commit f440eeb3ff

View File

@@ -61,7 +61,7 @@
_ (bitmap-font! font :set-markup-enabled true)
tr (bitmap-font! font :get-region)
scale (/ scale 2)
scale (or (min (max scale 0.35) 0.5) 0.5)
scale (or (min (max scale 0.4) 0.5) 0.5)
tx (.getTexture tr)
_ (texture! tx :set-filter Texture$TextureFilter/Linear Texture$TextureFilter/Linear)
style (style :label font color)