This commit is contained in:
Nordi98 2025-06-30 01:19:32 +02:00
parent 383fe3647a
commit 2d5b44dac7
2 changed files with 79 additions and 14 deletions

View file

@ -43,8 +43,8 @@ Config.Glasses = {
-- Flashlight configuration
Config.Flashlight = {
color = {r = 255, g = 255, b = 255}, -- Farbe des Lichts (weiß)
range = 30.0, -- Reichweite des Lichts
intensity = 8.0, -- Intensität des Lichts
range = 50.0, -- Erhöhte Reichweite des Lichts
intensity = 15.0, -- Erhöhte Intensität des Lichts
offset = {x = 0.0, y = 0.3, z = 0.0} -- Position des Lichts relativ zum Kopf
}