add ability to set (r, g, b) colour values for font
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user