Skip to main content

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

I've found an error when music ends on the game over screen.

Error

main.lua:228: attempt to perform arithmetic on a nil value

Traceback

main.lua:228: in function 'v'
hooks.lua:46: in function 'Call'
main.lua:142: in function 'draw'
[C]: in function 'xpcall'

Oops, forgot to validate the wave behind the text there. So it's trying to use values indexed from a table that isn't that large... Whoops. Appreciate you playing tho <3