Re: timer question and gameModeFadeOut
Posted: Thu Jul 07, 2016 4:53 pm
thanks!
Official Legend of Grimrock Forums
https://mail.almosthumangames.com/forum/
https://mail.almosthumangames.com/forum/viewtopic.php?t=14142
Code: Select all
{
class = "Model",
name = "coloureffect",
model = "mod_assets/models/gel.fbx",
material = "greeneffect",
emissiveColor = vec(-255,255,-255),
onInit = function(self)
self:disable()
end
},