copyrat90 / iso_butano

Helper class for butano engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iso_butano

iso_butano is collections of helpers I wrote for the Butano Engine.

Included items

1. iso_bn::variable_wait_sprite_animate_action<MaxSize> class

This is a wrapper that adds variable wait_updates to the bn::sprite_animate_action<MaxSize>.

2. iso_bn::random class

This adds getters & setters for the internal seeds in bn::random.

3. iso_bn::sprite_palette_swap_toggle_action class

This is a palette swap toggle action, inspired by bn::sprite_palette_inverted_toggle_action.

License

Source code's license is same as Butano Engine, as this is a derivative work for the Butano.

Graphics can be downloaded from here, and are licensed under the CC0 license.

About

Helper class for butano engine

License:zlib License


Languages

Language:C++ 94.1%Language:Makefile 5.9%