vbt
Staff member
latest 3D sample not yet tested, but there is already a new release 🙂)))
Changelog
4/7/2016:
NEW: Free loaded sprites with two new functions (thx @RolyPolyPie for the suggestion):
jo_sprite_free_from(sprite_id)
Free all sprites from the given sprite_id
jo_sprite_free_all()
Free all sprites()
NEW: Little performance upgrade when loading sprite
FIX: Per-pixel collision doesn't work when the sprite is replaced through jo_sprite_replace()