Re: [Super-tux-devel] Coins
Brought to you by:
wkendrick
From: Benjamin P. J. <bp...@gm...> - 2004-05-05 00:30:10
|
Mistake! > > Hmm.. how many columns/rows would be reasonable for the characters? > ASCII = 255 charakters ... 0 to 34 ain't printable ones (such as > Enter, Tab, etc...), 35 to 126 are MUSTS, 127 to 168 would be nice for > NLS. > 169 to 255 are pretty much not needed for SuperTux, I think. --- actually not right: 32 to 126 are MUSTS. (32 = SPACE, 33 = ! , 34 = "). Benjamin |