Initial Prey Game integration support.

This commit is contained in:
Justin Marshall
2026-05-05 15:01:01 -07:00
parent a6c6f1ed26
commit 8d5f678b25
552 changed files with 265551 additions and 209 deletions
+6
View File
@@ -44,9 +44,15 @@ const int USERCMD_MSEC = 1000 / USERCMD_HZ;
const int BUTTON_ATTACK = BIT(0);
const int BUTTON_RUN = BIT(1);
const int BUTTON_ZOOM = BIT(2);
#ifdef PREY
const int BUTTON_ATTACK_ALT = BIT(3);
const int BUTTON_SCORES = BIT(4);
const int BUTTON_MLOOK = BIT(5);
#else
const int BUTTON_SCORES = BIT(3);
const int BUTTON_MLOOK = BIT(4);
const int BUTTON_5 = BIT(5);
#endif
const int BUTTON_6 = BIT(6);
const int BUTTON_7 = BIT(7);