Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- switch(*render){
- case 1:
- n_color = 159;
- break;
- case 2:
- n_color = 224;
- break;
- case 3:
- n_color = 247;
- break;
- case 0x0a:
- n_color = fontcolor;
- }
- fontlib_SetForegroundColor(n_color);
- fontlib_DrawGlyph(*render);
- render++;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement