Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

One change I am going to fix right now, is a piece of script that executes when you enter a new area.
Previously I had to handle that by adding all the events that should happen on the action in the previous room, but if you can enter a room from four different ones, its four files with almost identical script, I could provide the room one comes from as a parameter as well so I could still adapt the script to directional information or other things.