""" settings.static - default settings etc static data """ DEFAULT_SETTINGS = [ ("hiscore", "281238!HIL"), ("hiscore", "190355!VIL"), ("hiscore", "164710!KSU"), ("hiscore", "100000!---"), ("hiscore", "90000!---"), ("hiscore", "80000!-S-"), ("hiscore", "70000!-L-"), ("hiscore", "60000!-I-"), ("hiscore", "50000!-C-"), ("hiscore", "40000!-E-"), ("hiscore", "30000!---"), ("hiscore", "25000!-I-"), ("hiscore", "20000!-T-"), ("hiscore", "15000!---"), ("hiscore", "10000!-O-"), ("hiscore", "8000!-F-"), ("hiscore", "6000!-F-"), ("hiscore", "4000!---"), ("hiscore", "2000!---"), ("hiscore", "0!---"), ("sfx_volume", "10"), ("music_volume", "10") ]