hi all,
I'm developping an isometric 2D game, i'm using draw2DImage() method to draw tiles .
now i want to add some particle effects.
the problem is that in 2D stuff is not attached to 3D camera (when the camera moves 2D stuff stay in the same place), but particle effects moves with camera !
this makes a problem because when the local player moves in my game i move the whole map and the player remains in the center of screen.
but if i put a particle effects and adjust the camera , particles looks like moving with the player ! :s
hope you understand what i mean :s
now i want to know if it's possible to attach a particle effect to a 2D tile (ie 2DImage) ?
Particle effect in 2D game
Particle effect in 2D game
[ Enzys http://enzys.online.fr ] : Un MMORPG français en dev (^_^)Y
-
Guest