Skip to content

cf_sprite_flip_x

Category: sprite
GitHub: cute_sprite.h


Flip's the sprite on the x-axis.

void cf_sprite_flip_x(CF_Sprite* sprite)
Parameters Description
sprite The sprite.

Remarks

Works by flipping the sign of the sprite's scale on the x-axis.

CF_Sprite
cf_sprite_flip_y