mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Add orange map chemlight entry (#4839)
This commit is contained in:
parent
5deb305906
commit
b7f36ffd12
@ -32,4 +32,8 @@ class CfgLights {
|
||||
class ACE_FlashlightLight_Yellow: ACE_FlashlightLight_White {
|
||||
diffuse[] = {1,1,0.4};
|
||||
};
|
||||
|
||||
class ACE_FlashlightLight_Orange: ACE_FlashlightLight_White {
|
||||
diffuse[] = {1,0.65,0};
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user