added coords
This commit is contained in:
@@ -16,11 +16,18 @@ public class Config {
|
||||
public int fpsSize = 16;
|
||||
public int fpsX = 1;
|
||||
public int fpsY = 1;
|
||||
public boolean fpsEnabled = true;
|
||||
public String lastModule = "FPS";
|
||||
|
||||
public int keyX = 1;
|
||||
public int keyY = 1;
|
||||
public int keySize = 16;
|
||||
public boolean keyEnabled = true;
|
||||
|
||||
public int coordsX = 1;
|
||||
public int coordsY = 1;
|
||||
public int coordsP = 4;
|
||||
public boolean coordsEnabled = true;
|
||||
|
||||
private static final Gson GSON = new GsonBuilder().setPrettyPrinting().create();
|
||||
private static final Path PATH = FabricLoader.getInstance()
|
||||
|
||||
Reference in New Issue
Block a user