add ability to set (r, g, b) colour values for font

This commit is contained in:
2025-08-18 01:31:22 +01:00
parent de92e8c2ac
commit 4ec3ba18fd
97 changed files with 2761 additions and 8090 deletions

View File

@@ -1,5 +1,5 @@
structure AsciiSpace =
struct
fun lerp (xOffset: Real32.real, yOffset, scale, windowWidth, windowHeight) =
fun lerp (xOffset: Real32.real, yOffset, scale, windowWidth, windowHeight, r, g, b) =
#[ ]
end