Skip to content

cf_sprite_flip_y

Category: sprite
GitHub: cute_sprite.h


Flip's the sprite on the y-axis.

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

Remarks

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

CF_Sprite
cf_sprite_flip_x