Add configurable TPS display based on a real time sliding window of the last X seconds.

This commit is contained in:
Xinhuan
2008-10-14 00:23:55 +08:00
parent 30d5b7cdaa
commit 61a6dc0872
2 changed files with 122 additions and 22 deletions
+4
View File
@@ -100,6 +100,10 @@ L["Bar Height"] = true
L["Height of each bar"] = true
L["Bar Spacing"] = true
L["Spacing between each bar"] = true
L["Show TPS"] = true
L["Show threat per second values"] = true
L["TPS Window"] = true
L["TPS_WINDOW_DESC"] = "The threat per second calculation is based on a real time sliding window of the last X seconds."
L["Bar Label Options"] = true
L["Font"] = true
L["The font that the labels will use"] = true