On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

I pasted the code from this page into my pico8 (0.2.6b, same one that your web export seems to be running) but it doesn’t work, it stop()s on the first frame. any idea what’s up with that?

edit: ah elseif y>5and s!=" "or y<5and s==" "then needs two more spaces; it’s different here than it is on the main itch page

I won! 5 points. fun:)

(1 edit)

Let me double check, might have broken in the formatting!

Edit: hmm, copied and pasted both versions and both worked fine. I wonder if based on your comments if you had something that removed whitespaces as yes, you do need the double space to function correctly. Glad you figured that out!