I like this game! The biggest issue for me was the first time I read the letter: I couldn't figure out how to close it. Only later I realized you have to place the cursor on the letter to be able to close it, but you should not have to.
I really liked how you made the light that can be turned on and off, can I ask how did you achieve that techically? I mean specifically the emissive cone shaped part.
Nice job overall!
Viewing post in Umbrella Room jam comments
Hello Jack. Thanks for playing our game. We did realize that bug where you have to place the cursor on the objects to re-interact with them, and you are right, it shouldn't be like that, sadly it wasn't something we could spend time on :<
About the light... We used Unity that already has an cone shaped light emissor, and we already have programed an toggleable interactor, so the only thing we really had to do was make the toggleable interactor turn the object that was with the light component on and off. :D