Small Beta1 Level Editor bug
by Mike Lilligreen · in Torque Game Builder · 02/03/2006 (3:29 pm) · 1 replies
Particle effects were not loading, fix was easy though - in prefs.cs I changed:
$levelEditor::particleSpec = "t2d/data/shapes/*.dts";
to:
$levelEditor::particleSpec = "t2d/data/particles/*.eff";
$levelEditor::particleSpec = "t2d/data/shapes/*.dts";
to:
$levelEditor::particleSpec = "t2d/data/particles/*.eff";
About the author
Associate Justin DuJardin
Default Studio Name
Cheers,
-Justin