Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

bitsy

a little engine for little games, worlds, and stories · By adam le doux

Made a Hack for Animation Sequence/ Timed Events

A topic by EiZi233 created 12 days ago Views: 62
Viewing posts 1 to 1
(2 edits)

Recently working on a Bitsy project and made a hack for my game! 

This hack helps creates animation sequences that automatically cycle through different rooms at timed intervals.

Hope this help the community. A demo and the hack can be found here https://eizi233.itch.io/tho-must-confront-the-long-forgotten-portrait-of-eternit.... I will also try pushing the hack to the https://github.com/seleb/bitsy-hacks hack repo later

What the Sequence Player do is basically takes in a sequence of map IDs and change the map in sequence with an interval. Inspired by the Full Animation demo by Zetef here https://zetef.itch.io/full-animation-in-bitsy and this hack basically automates the animation process.