Turret Leaderboard


A leaderboard and statistics UI for your turrets and defenses.

Utilities
a month ago
2.0 - 2.1
199

i KILL column

a month 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)

a month 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.

a month 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.

a month ago

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

a month ago

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

type = "switch"

a month ago

Done!

a month ago

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

a month ago
(updated a month ago)

Alright, version for 2.0 should be up as well.

a month ago

That's great, thx

New response