Protofall / Crayon-Game-Framework

My own library for making games on the Dreamcast
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Crayon: Add a "Skip" option to sprite_arrays #186

Closed Protofall closed 4 years ago

Protofall commented 5 years ago

As in, if you want to make sprite id 2 just not render, you can do so by setting the "visible" variable for that sprite to 0.

Note: Currently you can get this effect by:

However the above methods damage part of the data in some way (Former layer, alpha, fade, scale and num_sprites values will be lost) so a seperate official way should be used instead.