Merge pull request #299 from thecelloman/movelightassets

Moving the light related assets and data out of the core.
This commit is contained in:
SilentMike 2013-04-04 11:49:24 -07:00
commit 8d0e6b8142
16 changed files with 21 additions and 21 deletions

View file

@ -26,10 +26,13 @@
// Do the sounds first -- later scripts/datablocks may need them
exec("./audioProfiles.cs");
// LightFlareData and LightAnimData(s)
exec("./lights.cs");
// Do the various effects next -- later scripts/datablocks may need them
exec("./particles.cs");
exec("./environment.cs");
exec("./triggers.cs");
// Add a rigid example