begin function for drawing title screen

This commit is contained in:
2025-02-19 04:07:27 +00:00
parent 6ca2d379f7
commit dab81e3904
4 changed files with 39 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
structure Constants =
struct
val fontSpace = 13
val fontSize: Real32.real = 30.0
val fontSpace = 26
val fontSize: Real32.real = 60.0
val worldWidth = 1920
val worldHeight = 1080