Wintermute Engine Forum

Wintermute Engine => WME Lite => Topic started by: PetaGames on February 15, 2012, 12:49:19 PM

Title: Particle Support in WME Lite??
Post by: PetaGames on February 15, 2012, 12:49:19 PM
Howdy guys?

I have got a question about WME Lite.

I have run my game by wmelite.exe in windows OS,but rain particle was not performed correctly.

is particle system supported in WME Lite?

Title: Re: Particle Support in WME Lite??
Post by: piere on February 15, 2012, 04:50:42 PM
It should work if it is a 2D game. What issue are you exactly having?
Title: Re: Particle Support in WME Lite??
Post by: PetaGames on February 16, 2012, 07:59:35 AM
thank piagent.

problem is solved.

cause is unsupported features in wme lite.(Sprite rotations)

and i remove piece of particle code:

Code: [Select]
pe.Rotation1 = pe.Angle1-180;
pe.Rotation2 = pe.Angle2-180;

and apply rotation in rain png file.