txt v0.1.0
txt v0.1.0 is out
added:
TXT.fontSize(s)
: does what it says in the tin
changes:
- removed meta module (had to recompile wren, why aren't any binaries out there damn it)
TXT.write
nowtoString
s the value to write before actually writing it- every single error message is now in starting lowercase. it just fits with, well, everything else
(note: Wren errors are still in starting uppercase)
fixes:
CELL_SIZE
said 8 when every cell is actually 7 bytes long :(bgColor(g)
was changing the foreground color rather than the background onebgColor(r,g,b)
was repeated twice in the docs, with different descriptions for both