Devlogs
1.1 Update
Posted April 27, 2025 by Minaridev
#update #fix
Hey everyone!
I'm releasing a new update to the game. It's a very small one but important still
- Updated the way code is executed. Engine that I'm using (RPG In A Box) uses tiles for level building and I had added script to every tile on area where I wanted the game to trigger a script. That is now improved with feature in the engine called zones. There is a wide area called Zone which triggers the script. So one script instead of many. Just much more streamlined way which I could have done in the beginning but I was lazy :P
- There's now a ghost appearing as grey fire wandering outside of the walkable area. This was something I originally wanted to add but I forgot to do it.
That's all for now. I may or may not add more actual gameplay content to this project. The idea is simple and could be extended with more nights with different objectives or puzzles. We'll see