Skip to main content

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

Twice in a row I got buried at level 3, and on clicking Play Again, it crashed, with this in the console:

Uncaught TypeError: Cannot read properties of null (reading 'drawImage')
    at initialize.updateUVs (index-Cjwc1ZX0.js:97:70643)
    at initialize.setCutPosition (index-Cjwc1ZX0.js:97:68438)
    at initialize.setSize (index-Cjwc1ZX0.js:97:68601)
    at initialize.updateText (index-Cjwc1ZX0.js:23:2887)
    at initialize.setText (index-Cjwc1ZX0.js:21:51)
    at fe._updateSandUI (index-Cjwc1ZX0.js:102:20779)
    at fe._onRegistryChange (index-Cjwc1ZX0.js:102:20572)
    at s.emit (index-Cjwc1ZX0.js:1:2146)
    at Object.set [as sandCaught] (index-Cjwc1ZX0.js:1:103038)
    at initialize.setValue (index-Cjwc1ZX0.js:1:102833)

Not sure if it’s related, but the stats in that modal were wrong too. It said Level 1 but I was on Level 3, and it said 0 sand but I had 65 sand.

thanks for the feedback!, yeah i have had those bugs during my playtests and submitted it anyways as it was almost submission deadline but i did manage to fix it although wasn't able to update the game. the problems were related to how phaser syncs scenes that i didn't really understand too well at the time as i had recently learned it for this jam.