From: Ant Zucaro Date: Sat, 24 Aug 2019 12:09:41 +0000 (-0400) Subject: Add sprites for OK weapons. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e5fb2bd7a23583a07c66615aa05d9be54e7d1b87;p=xonotic%2Fxonstat.git Add sprites for OK weapons. --- diff --git a/development.ini b/development.ini index 62c9c36..6079706 100755 --- a/development.ini +++ b/development.ini @@ -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 diff --git a/xonstat/static/css/sprites.css b/xonstat/static/css/sprites.css index 07ae6b7..dfcaebd 100755 --- a/xonstat/static/css/sprites.css +++ b/xonstat/static/css/sprites.css @@ -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