Пример #1
0
 public static void drawStringC(String text, int x, int y, int colour) {
   drawStringC(text, x, y, colour, true);
 }