Advertisement
AnthonyCagliano

Untitled

Jul 18th, 2022
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. switch(*render){
  2. case 1:
  3. n_color = 159;
  4. break;
  5. case 2:
  6. n_color = 224;
  7. break;
  8. case 3:
  9. n_color = 247;
  10. break;
  11. case 0x0a:
  12. n_color = fontcolor;
  13. }
  14. fontlib_SetForegroundColor(n_color);
  15. fontlib_DrawGlyph(*render);
  16. render++;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement