Moved teleporter related particle data out of the managed data file and into art/datablock/teleporter.cs. I also corrected a bad filepath that would prevent mission loading.

This commit is contained in:
thecelloman 2013-04-02 14:54:01 -04:00
parent a868b649ad
commit 65197aa753
3 changed files with 33 additions and 31 deletions

View file

@ -23,11 +23,3 @@
// This is the default save location for any Particle Emitter datablocks created in the
// Particle Editor (this script is executed from onServerCreated())
datablock ParticleEmitterData(TeleportFlash_Emitter : DefaultEmitter)
{
ejectionVelocity = "0.1";
particles = "TeleporterFlash";
thetaMax = "180";
softnessDistance = "1";
ejectionOffset = "0.417";
};