-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsettings.json
36 lines (36 loc) · 924 Bytes
/
settings.json
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
27
28
29
30
31
32
33
34
35
36
{
"game_settings": {
"FPS": 75,
"OBSTACLE_DEFAULT_VEL": 0
},
"graphic": {
"GAME_NAME": "Solipsist",
"resolution": [
0,
0
],
"FULL_SCREEN": true,
"theme": 0,
"FONT": "fonts/712_serif.ttf",
"FONT_COLOR": [[255,255,255],[0,0,0]],
"PLAYER_COLOR": [[255,255,255],[0,0,0]],
"BACKGROUND": [[0,0,0],[255,255,255]],
"OBSTACLE_COLOR": [[255,255,255],[0,0,0]],
"InputBox": {
"COLOR_ACTIVE": [[255, 255, 255],[100,100,100]],
"COLOR_INACTIVE": [[150, 150, 150],[50,50,50]]
}
},
"music": {
"VOLUME": 1,
"EFFECT_VOLUME": 1,
"DEFAULT_MUSIC_FOLDER": "sounds/music/",
"DEFAULT_SOUND_FOLDER": "sounds/sounds/"
},
"stats": {
"CLICKS": 0,
"TIME_PLAYED": 0,
"BEST_RECORD": 0
},
"language": 0
}