capturetheflag/mods/ctf_stats
ClobberXD c6b3fbd0ce Improve rankings formspec
- Renamed `render_per_team_stats` to `render_team_stats`, for the immaculate intention of shortening lines without adding a line-break.
- Adds fixed minimum width to columns to space them out.
- Displays a player's rankings at the bottom of the formspec without having to scroll down. (if the player isn't in the top 50)
  - This is achieved using a very hacky method: Another table is required, with the same column widths as the main table. This is the reason why I added fixed width to columns in the main table. :)
2018-11-12 21:31:05 +00:00
..
depends.txt Add ctf_stats, remove furnace 2015-11-29 00:05:37 +00:00
gui.lua Improve rankings formspec 2018-11-12 21:31:05 +00:00
init.lua Display kill score as a HUD element (#182) 2018-11-12 11:45:51 +05:30