Keypad interactable
Reprogrammed » Devlog

A new Interactable has been added: the Keypad. The Keypad contains an integer code and activates its corresponding Activatable when the player inputs a value that matches that code.
As per any Interactable, the Keypad can activate any type of Activatable (although only Doors currently exist).
The user can interact with the Keypad by looking at it and pressing E. Doing so will pull up a menu displaying the ten digits, as well as four other keys: "X", "C", "<", and "SUBMIT".
- The digit keys will input the corresponding digit into the Keypad.
- "X" will exit the player out of the Keypad's UI.
- "C" will clear the value in the Keypad, resetting it to 0.
- "<" will backspace the Keypad, deleting the most recently inputted digit.
- "SUBMIT" will attempt to submit the code, activating the corresponding Activatable if the code is correct. Inputting an incorrect code does nothing (although a debug message saying the code was wrong will be printed).
Get Reprogrammed
Reprogrammed
Status | In development |
Authors | JulianCortez, manaisstoredintheballs, omarti23, celestialmaddie |
Genre | Survival, Puzzle |
Tags | Horror, Singleplayer |
More posts
- 3D Assets: Basement Tileset59 days ago
- 3D Assets for the Main Level77 days ago
- Enemy AI: NavMesh prototypeNov 10, 2024
- 3D Characters - Rigging --> AnimationsNov 10, 2024
- 3D Characters - ModelingNov 10, 2024
- Level DesignNov 05, 2024
- Character Design - EllieNov 05, 2024
Leave a comment
Log in with itch.io to leave a comment.