summaryrefslogtreecommitdiff
path: root/src/sliceitoff/settings/static.py
blob: 8c8935b72f04ffd6cabc2c8b7800daa05a76810e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
""" 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")
]