add textLineWidth value to text-constants.sml, which we can use to calculate functionality of centering on screen

This commit is contained in:
2025-08-31 01:00:31 +01:00
parent 83e062eb60
commit 7ac676e621

View File

@@ -3,6 +3,6 @@ struct
val xSpace = 13
val xSpace3 = xSpace * 3
val ySpace = 25
val fontSize: Real32.real = 30.0
val scale: Real32.real = 2.0
val textLineWidth = xSpace * 80
end