]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - xonotic-server.cfg
debug_text_3d_* macros: remove trailing semicolons, read cvars instead of autocvars...
[xonotic/xonotic-data.pk3dir.git] / xonotic-server.cfg
index d8310d5f76318b33248d9dad66f6b04bfebef16b..dcd61c09cd54ddb30102bc1d154d96307c41d7f8 100644 (file)
@@ -469,8 +469,8 @@ set sv_accuracy_data_send 1 "1 send weapon accuracy data statistics and improved
 set _independent_players 0 "DO NOT TOUCH"
 set _notarget 0 "NO, REALLY, DON'T"
 
-set debug_text_3d_default_duration 10
-set debug_text_3d_default_velocity "0 -10 0"
+set debug_text_3d_default_duration 10 "Default duration for debug_text_3d()"
+set debug_text_3d_default_velocity "0 -10 0" "Default velocity for debug_text_3d() in screen coords (X and Y from top left)"
 
 // otherwise, antilag breaks
 sv_gameplayfix_consistentplayerprethink 1