Allowed binds to execute commands.

This commit is contained in:
2025-09-11 12:58:04 -05:00
parent fe9af039fc
commit 8b20f0bf31
13 changed files with 244 additions and 251 deletions

View File

@@ -1,7 +1,8 @@
bind ` console;
echo " = Dawn Init = ";
bind ` toggleconsole;
bind w up;
bind a left;
bind s down;
bind a left;
bind d right;
bind up up;
bind down down;
@@ -9,6 +10,5 @@ bind left left;
bind right right;
bind e accept;
bind enter accept;
bind space accept;
bind esc cancel;
bind q cancel;
bind esc quit;