-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmod.json
31 lines (31 loc) · 1.01 KB
/
mod.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
{
"geode": "1.3.4",
"version": "v0.0.3",
"id": "cgytrus.algebradash",
"name": "Algebra Dash",
"developer": "ConfiG",
"description": "",
"early-load": true,
"settings": {
"anti-aliasing": {
"name": "Anti-aliasing",
"description": "Enables antialiasing to improve visual quality. Goes from Off (0) to MSAA x16 (4). Doesn't work on macOS. Requires restart",
"type": "int",
"min": 0,
"max": 4,
"default": 0
},
"fast-alt-tab": {
"name": "Fast Alt Tab",
"description": "Disables saving when minimizing the game",
"type": "bool",
"default": true
},
"force-rgba8888": {
"name": "Force RGBA8888",
"description": "Makes the game always load textures as RGBA8888 instead of RGBA4444 to improve visual quality. Doesn't work on macOS. Requires texture reload",
"type": "bool",
"default": false
}
}
}