-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
35 lines (35 loc) · 1.06 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
32
33
34
35
{
"geode": "4.0.1",
"gd": {
"win": "2.2074",
"android": "2.2074",
"mac": "2.2074",
"ios": "2.2074"
},
"id": "rgc_exists.swingcopter_flip",
"name": "Swingcopter Flip",
"version": "v1.0.5",
"developer": "RGC Exists",
"description": "Flips the player's visuals upside down when gravity is reversed in swingcopter mode. Makes it easier to keep track of what your gravity is.",
"tags": ["offline", "customization"],
"settings": {
"mod-enabled": {
"type": "bool",
"name": "Enabled",
"description": "Whether or not the mod is enabled. Turning this off will remove the flipping.",
"default": true
},
"invert-flip": {
"type": "bool",
"name": "Flip Sprite When Right Side Up",
"description": "Flip the sprite when the player is in REGULAR gravity. Some swingcopter icons face up so it can feel confusing without it.",
"default": false
},
"subtle-rotation": {
"type": "bool",
"name": "Subtle Rotation Animation",
"description": "Enable/disable a slight rotation applied to the swing when they flip directions.",
"default": true
}
}
}