summaryrefslogtreecommitdiff
path: root/src/engine/config/constants.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth@simponic.xyz>2025-03-01 13:10:21 -0700
committerElizabeth Hunt <elizabeth@simponic.xyz>2025-03-01 13:10:21 -0700
commit309ed20627ed798c464a9f97d9c32ceb1a314595 (patch)
treeb98d7ec6f6dd3eb3bcc4eaaaf76035ad9a2671a0 /src/engine/config/constants.ts
parent8dacee8f73633131fd68935c1e2493dc4beec837 (diff)
downloadthe-abstraction-engine-309ed20627ed798c464a9f97d9c32ceb1a314595.tar.gz
the-abstraction-engine-309ed20627ed798c464a9f97d9c32ceb1a314595.zip
add a reset button!
Diffstat (limited to 'src/engine/config/constants.ts')
-rw-r--r--src/engine/config/constants.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/engine/config/constants.ts b/src/engine/config/constants.ts
index 89f7e92..5303ab5 100644
--- a/src/engine/config/constants.ts
+++ b/src/engine/config/constants.ts
@@ -27,6 +27,8 @@ export namespace KeyConstants {
" ": Action.INTERACT,
enter: Action.INTERACT,
+
+ r: Action.RESET,
};
// value -> [key] from KeyActions