bring in cozette-sml so we can draw text

This commit is contained in:
2025-02-19 03:48:38 +00:00
parent 25b2c41355
commit 6ca2d379f7
4 changed files with 9 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
structure Constants =
struct
val fontSpace = 13
val fontSize: Real32.real = 30.0
val worldWidth = 1920
val worldHeight = 1080
val worldWidthReal: Real32.real = 1920.0