How can I achieve a 3D-like Y-axis coin rotation effect with Particle 2D in a 2D project?

Hello

I’d like to create a visual effect in my Cocos Creator 2D project where coins appear to rotate along the Y-axis, just like a 3D spinning coin.
However, since I can only use ParticleSystem 2D in a 2D project, it seems like only Z-axis (flat) rotation is available, and true Y-axis (vertical) rotation isn’t possible out of the box.

Is there any way or trick in a 2D project to make a coin look like it’s rotating around the Y-axis, either using the particle system or by animating individual coin objects?
For example, I’d appreciate advice on:

  • Using scale or frame animation for this effect
  • Any tips for achieving this with ParticleSystem 2D

If anyone has experience creating a similar effect, I’d be grateful for your suggestions or tips!

Thank you in advance.