less scaling
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user