forked from Simnation/Main
Update config.lua
This commit is contained in:
parent
a4033a5c26
commit
a306f1926d
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue