Moving the light related assets and data out of the core.

This commit is contained in:
thecelloman 2013-04-02 19:44:31 -04:00
parent a868b649ad
commit fb341fdf97
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