fixed a little
This commit is contained in:
@@ -13,13 +13,14 @@ import java.nio.file.Path;
|
||||
|
||||
public class Config {
|
||||
|
||||
public int fpsP = 6;
|
||||
public int fpsSize = 16;
|
||||
public int fpsX = 1;
|
||||
public int fpsY = 1;
|
||||
public String lastModule = "FPS";
|
||||
|
||||
public int keyX = 1;
|
||||
public int keyY = 1;
|
||||
public int keySize = 16;
|
||||
|
||||
private static final Gson GSON = new GsonBuilder().setPrettyPrinting().create();
|
||||
private static final Path PATH = FabricLoader.getInstance()
|
||||
@@ -27,6 +28,7 @@ public class Config {
|
||||
.resolve("citrus-dev.json");
|
||||
|
||||
private static Config instance;
|
||||
public int fpsP = 4;
|
||||
|
||||
public static Config get() {
|
||||
if (instance == null) {
|
||||
|
||||
Reference in New Issue
Block a user