]> de.git.xonotic.org Git - xonotic/xonstat.git/commitdiff
Add sprites for OK weapons.
authorAnt Zucaro <azucaro@gmail.com>
Sat, 24 Aug 2019 12:09:41 +0000 (08:09 -0400)
committerAnt Zucaro <azucaro@gmail.com>
Sat, 24 Aug 2019 12:09:41 +0000 (08:09 -0400)
development.ini
xonstat/static/css/sprites.css

index 62c9c36fac5507f879d0db47d84cec140f4e5af9..607970671dc8fd50e6dd8019425ce8a300599203 100755 (executable)
@@ -28,7 +28,7 @@ xonstat.minimum_required_players = 1
 
 # how far back to reach for calculating leaderboard rank
 # e.g. set to 7 and only the current week's data is used
-xonstat.leaderboard_lifetime = 30
+xonstat.leaderboard_lifetime = 365
 
 # should the server verify requests using the d0_blind_id library?
 # if so, edit the d0_blind_id.py file with the correct location of
index 07ae6b76ddf03fc74119eba774c07cc82c3fce2f..dfcaebdda397ec65af4df075a862f5a5065d4f6b 100755 (executable)
@@ -50,3 +50,7 @@
 .sprite-tuba{ background-position: -107px -54px; width: 77px; height: 38px; } 
 .sprite-uzi{ background-position: -107px -122px; width: 77px; height: 38px; } 
 .sprite-machinegun{ background-position: -107px -122px; width: 77px; height: 38px; } 
+.sprite-okhmg{ background-position: -107px -122px; width: 77px; height: 38px; } 
+.sprite-oknex{ background-position: 0 -1382px; width: 77px; height: 38px; } 
+.sprite-okshotgun{ background-position: 0 -1938px; width: 77px; height: 38px; } 
+.sprite-okmachinegun{ background-position: -107px -122px; width: 77px; height: 38px; } 
\ No newline at end of file