Game Development Community

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";

#1
02/03/2006 (3:49 pm)
Mike, thanks for this report, i've fixed this in our repo!

Cheers,

-Justin