Turret Leaderboard


A leaderboard and statistics UI for your turrets and defenses.

Utilities
3 months ago
2.0 - 2.1
247

i KILL column

3 months ago

If you swap the lines, you'll get the same effect as in the other columns. The "KILLS" column will be the same as "DAMAGE," "KPH," and "DPH."

from this line:
add_grid_label(row_gui, tostring(row.kills), column_widths.kills)

to this line:
add_grid_label(row_gui, format_big(row.kills), column_widths.kills)

3 months ago

Hello and thanks for the comment, if I understand corectly this means that kills will be written/shortened with the k/m/b like "2.2M Kills" instead of "2200000 Kills"? If so, I thought about it but liked having a column with a big number to look a bit different from the other columns. I'll give it a try and see how it looks.

3 months ago

Yes, exactly like that 2.2k, 1.2M, etc. It was just a suggestion, you can always add it to the options so everyone can set it up as they like.

3 months ago

Yeah, probably a small checkbox to switch between full or formatted numbers.

3 months ago

If you want, you can add this, I think this is enough and it looks nice.

type = "switch"

3 months ago

Done!

3 months ago

Ok, nice. But i have no 2.1 version, because now its experimental.

3 months ago
(updated 3 months ago)

Alright, version for 2.0 should be up as well.

3 months ago

That's great, thx

New response