]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/timer.qh
Using GAME_STOPPED to freeze the round timer
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / timer.qh
index 6db88c68b39ee50fce1f8acce9c778465a3223ae..c029e656f45761ce3027df16642bbdd5ccd12979 100644 (file)
@@ -1,2 +1,8 @@
 #pragma once
 #include "../panel.qh"
+
+bool autocvar_hud_panel_timer;
+bool autocvar_hud_panel_timer_dynamichud        = true;
+bool autocvar_hud_panel_timer_increment;
+int autocvar_hud_panel_timer_secondary = 1;
+bool autocvar_hud_panel_timer_unbound;