[HUDBars] Tick set to 0.5s

Discussed with crabman on irc
This commit is contained in:
Coethium 2016-08-15 01:39:25 +02:00 committed by GitHub
parent d711635d92
commit a5ea62d1ac
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ hb.settings.start_offset_left = { x = -175, y = -100 }
hb.settings.start_offset_right = { x = 15, y = -100 }
hb.settings.vmargin = 24
hb.settings.tick = 0.1
hb.settings.tick = 0.5
-- Table which contains all players with active default HUD bars (only for internal use)
--hb.players = {}