Skip to content

txt v0.1.0

Compare
Choose a tag to compare
@thacuber2a03 thacuber2a03 released this 21 Jan 23:58
· 49 commits to main since this release
d49319a

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 now toStrings 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 one
  • bgColor(r,g,b) was repeated twice in the docs, with different descriptions for both