Light config

This commit is contained in:
Chris Adderley 2018-12-09 21:49:50 -08:00
parent b4df58df61
commit d6b6fd07da

View File

@ -16,6 +16,11 @@
scale = 1,1,1 scale = 1,1,1
rotation = 0, 0, 0 rotation = 0, 0, 0
} }
@MODULE[ModuleLight]
{
@animationName = RestockSpotLight_On
}
// MODEL // MODEL
// { // {
// model = Squad/Parts/Utility/spotLightMk1/model // model = Squad/Parts/Utility/spotLightMk1/model
@ -34,8 +39,8 @@
scale = 1,1,1 scale = 1,1,1
rotation = 0, 0, 0 rotation = 0, 0, 0
} }
// MODEL @MODULE[ModuleLight]
// { {
// model = Squad/Parts/Utility/spotLightMk2/model @animationName = RestockFloodLight_On
// } }
} }