-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmod.json
More file actions
76 lines (76 loc) · 1.74 KB
/
mod.json
File metadata and controls
76 lines (76 loc) · 1.74 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"geode": "5.3.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "user95401.platformered_menu_game",
"name": "Platformered Menu Game",
"version": "v1.2.7",
"developer": "lil2kki",
"description": "Player in main menu is in Platformer Mode now!",
"tags": [ "gameplay", "offline", "enhancement", "customization" ],
"links": {
"community": "https://discord.gg/6SxAbk3bTA",
"homepage": "https://t.me/lil2kki_ch",
"source": "https://github.com/lil2kki/Platformered-Menu-Game"
},
"dependencies": {
"geode.node-ids": ">=v1.13.0"
},
"settings": {
"Freeze Background": {
"name": "Freeze Background",
"description": "",
"type": "bool",
"default": true
},
"Support Jetpacks": {
"name": "Support Jetpacks",
"description": "update ships to jetpacks.",
"type": "bool",
"default": true
},
"No Wave": {
"name": "No Wave",
"description": "retry player reset function until there is other gamemode",
"type": "bool",
"default": true
},
"No Swing": {
"name": "No Swing",
"description": "retry player reset function until there is other gamemode",
"type": "bool",
"default": true
},
"Run Away From Mouse": {
"name": "Run Away From Mouse",
"description": "",
"type": "bool",
"default": true
},
"Off-screen Protection": {
"name": "Off-screen Protection",
"description": "Moves icon right if too far left",
"type": "bool",
"default": true
},
"Mouse Zone": {
"name": "Mouse Zone",
"description": "mousezone mltpr",
"type": "float",
"default": 42.0,
"min": 0.0,
"max": 128.0,
"controls": {
"input": true,
"arrows": true,
"arrow-step": 0.01,
"slider": true,
"slider-step": 0.001
}
}
}
}