add fps camera
This commit is contained in:
parent
81355293e3
commit
843fb8b079
8 changed files with 25 additions and 9 deletions
|
@ -594,6 +594,8 @@ public class Client implements IThreadListener {
|
|||
private boolean voidParticles = true;
|
||||
@Variable(name = "draw_void_fog", category = CVarCategory.RENDER, display = "Nebel in der Tiefe")
|
||||
public boolean voidFog = true;
|
||||
@Variable(name = "draw_player_firstperson", category = CVarCategory.RENDER, display = "Spieler in 1. Person")
|
||||
public boolean showPlayerFirstPerson = false;
|
||||
@Variable(name = "crosshair_size", category = CVarCategory.GUI, min = 0, max = 32, display = "Größe des Fadenkreuzes")
|
||||
private int crosshairSize = 6;
|
||||
@Variable(name = "crosshair_color_notarget", type = IntType.COLOR, category = CVarCategory.GUI, display = "Fadenkreuz-Farbe (ohne Ziel)")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue