Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, how can I add more categories on the left page? I have put this in the gui file,   defines left_page = {( ("General"),("Categoria1"),)}    but it appears on the right page

Wondering this myself...

By which I mean it appears on both the left and right when I do it

define left_page = {_("General"),_("Categoria1"),}
#Needs the Underscores...