mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 23:54:35 +00:00
Moving the light related assets and data out of the core.
This commit is contained in:
parent
a868b649ad
commit
fb341fdf97
16 changed files with 21 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue