Lua Text Drawing w/ Element Selector

  • GalaxyPT
    1st Oct 2013 Banned 1 Permalink
    This post is hidden because the user is banned
  • FeynmanLogomaker
    1st Oct 2013 Member 0 Permalink

    Nice, I like it!

  • mniip
    1st Oct 2013 Developer 0 Permalink
    function newmatrix makes really less than zero sense,
    table['key'] is the same as table.key,
    lines 33-39: i see what you tried to do there, but you could've done local char=texter_font[cl] or texter_font.NULL and make drawLetter take the char table instead
    Edited once by mniip. Last: 1st Oct 2013
  • FeynmanLogomaker
    1st Oct 2013 Member 0 Permalink

    This was actually my script, the newmatrix was junk code. IDK why it was even in there in the first place, and it was deleted in the most recent version.