Updated client config.

This commit is contained in:
Andrew Lalis 2022-07-20 07:32:06 +02:00
parent dc092e3b8f
commit 3d1b076c58
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ public class ClientConfig {
}
public static class DisplayConfig {
public boolean fullscreen = false;
public boolean captureCursor = false;
public boolean fullscreen = true;
public boolean captureCursor = true;
public float fov = 70;
}
}