This commit is contained in:
Anuken
2025-05-27 11:26:31 -04:00
parent 64305aa8b1
commit b9c224e114
+1 -1
View File
@@ -27,7 +27,7 @@ import java.io.*;
public class Fonts{ public class Fonts{
private static final String mainFont = "fonts/font.woff"; private static final String mainFont = "fonts/font.woff";
private static final ObjectSet<String> unscaled = ObjectSet.with("iconLarge"); private static final ObjectSet<String> unscaled = ObjectSet.with("iconLarge", "logic");
private static ObjectIntMap<String> unicodeIcons = new ObjectIntMap<>(); private static ObjectIntMap<String> unicodeIcons = new ObjectIntMap<>();
private static IntMap<String> unicodeToName = new IntMap<>(); private static IntMap<String> unicodeToName = new IntMap<>();
private static ObjectMap<String, String> stringIcons = new ObjectMap<>(); private static ObjectMap<String, String> stringIcons = new ObjectMap<>();