1
0
Fork 0

add fps camera

This commit is contained in:
Sen 2025-08-01 23:39:20 +02:00
parent 81355293e3
commit 843fb8b079
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
8 changed files with 25 additions and 9 deletions

View file

@ -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)")