Added bindings for mouse clicks, fixed lights

This commit is contained in:
MihailRis
2023-11-22 21:15:12 +03:00
parent b472626d8d
commit b6a8358e9e
5 changed files with 13 additions and 7 deletions
+3
View File
@@ -16,6 +16,9 @@
#define BIND_CAM_ZOOM "camera.zoom"
#define BIND_PLAYER_NOCLIP "player.noclip"
#define BIND_PLAYER_FLIGHT "player.flight"
#define BIND_PLAYER_ATTACK "player.attack"
#define BIND_PLAYER_BUILD "player.build"
#define BIND_PLAYER_PICK "player.pick"
#define BIND_HUD_INVENTORY "hud.inventory"
#endif // SRC_CORE_DEFS_H_