organize data configs by domain

This commit is contained in:
2026-04-28 14:17:21 +02:00
parent ece9b1268f
commit 356bb5ef88
21 changed files with 15 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
export const MOVE_FORWARD_KEY = "z";
export const MOVE_BACKWARD_KEY = "s";
export const MOVE_LEFT_KEY = "q";
export const MOVE_RIGHT_KEY = "d";
export const JUMP_KEY = " ";
export const INTERACT_KEY = "e";
export const PRIMARY_INTERACT_MOUSE_BUTTON = 0;