Skip to main content

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

It took me longer than I'd like to admit to figure this game out(I didn't read the instructions at first), but once I did, it was pretty fun, but easy with a touchscreen :  ) 

Also,  to fix the music, just put "

func _process(_delta):

     if Music.playing == false:

          Music.playing = true

"

oh that makes sense. thank you