Jo Engine Forum

Sega Saturn Development => General Jo Engine Help => Topic started by: Mr. Potatobadger on February 15, 2017, 03:14:09 am

Title: Flipping Sprites?
Post by: Mr. Potatobadger on February 15, 2017, 03:14:09 am
Is there a way to flip sprites in Jo Engine without flipping every sprite on screen? I know SGL supports this natively.
Title: Re: Flipping Sprites?
Post by: mindslight on April 05, 2017, 04:46:08 pm
Hi,

I already answer on twitter but... ;)

You just have to draw bettween enable and disable flipping methods like this:

jo_sprite_enable_horizontal_flip();

jo_sprite_draw...

jo_sprite_disable_horizontal_flip();