← Return to game
Log in with itch.io to leave a comment.
So I tested the game on my friends… and in case you miss the hint about how to use the console when it becomes available at a level:
set file pushable — makes the file pushable. Example: set file.md pushable
set file pushable
set file.md pushable
check filename — checks the file’s properties. remove filename prop — removes a property from the file.
check filename
remove filename prop
← Return to game
Comments
Log in with itch.io to leave a comment.
So I tested the game on my friends… and in case you miss the hint about how to use the console when it becomes available at a level:
spoiler
set file pushable— makes the file pushable.Example:
set file.md pushablecheck filename— checks the file’s properties.remove filename prop— removes a property from the file.