itch.io is community of indie game creators and players

Devlogs

GMS1 version

sprite_add_gif for GameMaker
A downloadable extension

Probably works in GMS 2.2 too, but I have no reason to check.

You’ll want to import the “gif_preinit” script from the demo project, which contains 50-something other scripts inside.

In GMS1, both helper extensions (gmv_array_magic and buffer_set_surface_fix) are obligatory because that’s old and buggy.

In GMS2, you can replace gmv_array_create calls by regular array_create or import the gmv_array_magic extension.

Files

  • sprite_add_gif_gms1.gmz 399 kB
    May 08, 2023
Download sprite_add_gif for GameMaker
Leave a comment