Skip to content

cf_sprite_defaults

Category: sprite
GitHub: cute_sprite.h


Returns an empty sprite.

CF_Sprite cf_sprite_defaults()

Remarks

Empty sprites can not be drawn. You probably don't want this function unless you know what you're doing, instead, you may be looking for cf_make_sprite or cf_make_easy_sprite.

CF_Sprite
cf_make_sprite
cf_make_easy_sprite