Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

love the way to swing axe all around! but i complained about absence of a pause system when reading clues and messages. 've missed to understand how defeat boss :(

(+1)

i have no idea how to make a pause system, and i didnt have time to learn on the spot... Also with the boss you just stun it to get some hits and dodge the projectiles. Glad you enjoyed the axe!

(+1)

i don't know Unity, but in GMS i do in this way : at the beginning of Step Event ( on Update in Unity ) i set an if condition that check for a boolean ( generally a boolean variable of the Main Engine object ) this bool could be named pauseEvent and if is false Update will be skipped

(+1)

that could probably work, too late to update the game now but I try something like that for my other games