Skip to main content

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

You can change the mode with the button that says something like "Mode: auto" or by pressing F10 once or twice.

Making the tileset change color is much trickier, but technically possible with advanced scripting techniques - if you make multiple versions of the same room with different colors, there's the internal scripting command `gotoroom(x,y)` which you could run on some kind of timer. But it requires quite some explanation and layers of background knowledge; how much do you know about (internal) scripting?

Well, actually I know a major part of internal scripting... if I need to run a "timer" that's almost no problem for me...

There is one issue, when you enter a new room like to the left then... the player just goes another way.

Wait, I could make this a gimmick...

I tried internal scripting like 1 or a half years ago so I remember a lot of things... kind of.

But really, thanks, really thank you...