-
Notifications
You must be signed in to change notification settings - Fork 1
/
mod.json
67 lines (67 loc) · 1.53 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
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
{
"geode": "3.8.1",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206",
"ios": "2.206"
},
"id": "user95401.platformered_menu_game",
"name": "Platformered Menu Game",
"version": "v1.1.0",
"developer": "user95401",
"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/user95401_channel",
"source": "https://github.com/user95401/Platformered-Menu-Game"
},
"settings": {
"Freese Background": {
"name": "Freese 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
},
"Runaway From Mouse": {
"name": "Runaway From Mouse",
"description": "",
"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
}
}
}
}