Files
dusk/assets/init.dcf
2025-09-11 22:07:51 -05:00

17 lines
264 B
Plaintext

echo " = Dawn Init = ";
bind ` toggleconsole;
bind w up;
bind s down;
bind a left;
bind d right;
bind up up;
bind down down;
bind left left;
bind right right;
bind e accept;
bind enter accept;
bind q cancel;
bind esc quit;
alias test "echo \"test\"";
bind p test;