IngRRD/lib/globals
Vincent Riquer 86f243f15b * medals: 0% is 100% for the lower medal
* show currectly unreachable medals as transparent
2014-07-07 16:17:45 +02:00

37 lines
389 B
Bash

#!/bin/bash
declare -A \
last \
nosilver \
nogold \
noplatinum \
noblack \
declare -a \
bronzes \
silvers \
golds \
platinums \
blacks \
upbronze \
upsilver \
upgold \
upplatinum \
upblack \
declare -i \
bronzecount \
silvercount \
goldcount \
platinumcount \
blackcount \
show_graphs \
show_all \
curlevel \
declare \
graph \
start \
end \