itch.io is community of indie game creators and players

Devlogs

Know Bugs

Open The Door
A browser game made in HTML5

Know Bugs:

- Whenever E is pressed, it goes to the next level.
The reason is that I placed the Input.GetKeyDown(KeyCode.E) statement in the Update function. So every time when E is pressed, the load next scene is activated.
I will correct the bugs once the voting process is finished.

Download Open The Door
Leave a comment