From 309ed20627ed798c464a9f97d9c32ceb1a314595 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sat, 1 Mar 2025 13:10:21 -0700 Subject: add a reset button! --- src/engine/config/constants.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/engine/config') 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 -- cgit v1.2.3-70-g09d2