comparison game/G.java @ 183:cf0256f13612

Remove global number of fonts static.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 16 Mar 2017 13:29:22 +0200
parents b9bc493ae53c
children 28a40f23746b
comparison
equal deleted inserted replaced
182:88b364dfd501 183:cf0256f13612
20 20
21 public class G 21 public class G
22 { 22 {
23 public static final String version = "0.86"; 23 public static final String version = "0.86";
24 24
25 public static final int numFonts = 4;
26 public static Font baseFont; 25 public static Font baseFont;
27 public static Font fonts[]; 26 public static Font fonts[];
28 public static FontMetrics metrics[]; 27 public static FontMetrics metrics[];
29 28
30 public static SoundManager smgr; 29 public static SoundManager smgr;