1
0
Fork 0
forked from Simnation/Main

Update config.lua

This commit is contained in:
Nordi98 2025-06-30 00:54:00 +02:00
parent a4033a5c26
commit a306f1926d

View file

@ -26,15 +26,15 @@ Config.Glasses = {
female = {
up = {
drawable = 70, -- ID für hochgeklappte Brille (weiblich)
texture = 2 -- Textur für hochgeklappte Brille (weiblich)
texture = 1 -- Textur für hochgeklappte Brille (weiblich)
},
nvDown = {
drawable = 73, -- ID für runtergeklappte Nachtsichtbrille (weiblich)
texture = 2 -- Textur für runtergeklappte Nachtsichtbrille (weiblich)
texture = 1 -- Textur für runtergeklappte Nachtsichtbrille (weiblich)
},
thermalDown = {
drawable = 73, -- ID für runtergeklappte Wärmebildbrille (weiblich)
texture = 2 -- Textur für runtergeklappte Wärmebildbrille (weiblich)
texture = 1 -- Textur für runtergeklappte Wärmebildbrille (weiblich)
}
}
}