]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/constants.qh
The PanelHud. Now in Xonotic git.
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / constants.qh
index 92ef9844eb206c5911c275a2b131ae4a1c25fab7..6d5655824c69e8237a3dc7cbd88163e6a21d2c78 100644 (file)
@@ -286,6 +286,9 @@ const float HUD_NORMAL = 0;
 const float HUD_SPIDERBOT = 10;
 const float HUD_WAKIZASHI = 11;
 const float HUD_RAPTOR    = 12;
+const vector eX = '1 0 0';
+const vector eY = '0 1 0';
+const vector eZ = '0 0 1';
 
 const float STAT_VEHICLESTAT_HEALTH  = 60;
 const float STAT_VEHICLESTAT_SHIELD  = 61;
@@ -501,3 +504,6 @@ float WATERLEVEL_SWIMMING = 2;
 float WATERLEVEL_SUBMERGED = 3;
 
 float MAX_SHOT_DISTANCE = 32768;
+
+// panel hud constants
+float panel_cnt = 9; // NOTE: IDs start from 0!