25.03.2014, 19:55
I want to take your advice and skip A and B and go right to C. Is it same as I did with the spritesheet? I put the letters in the same spritesheet as before and right my own procedure where it BBLITZ the font graphics into the location I specify?
Statement GraphicsText{X,Y, Char}
end statement
GraphicsText{12,12, "R"}
GraphicsText{12,14, "O"}
...
etc?
Statement GraphicsText{X,Y, Char}
end statement
GraphicsText{12,12, "R"}
GraphicsText{12,14, "O"}
...
etc?