Updated client config.
This commit is contained in:
parent
dc092e3b8f
commit
3d1b076c58
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue