Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi Paul,

the GEM is a great tool and i will used it for the pico1k jam this month. Its really nice.

Today, I found an issue. GEM breaks the code on using the short-hand-print ?"" syntax in if-else. The following code won't work in pico8

if 1==2 then 
?"never" elseif 1==1then 
?"working" end

The elseif has to be in the next line. Maybe you will fix that issue in the future 😊

quite a list of small things to fix. One day. Maybe!