-
Notifications
You must be signed in to change notification settings - Fork 2
/
mod.json
182 lines (182 loc) · 4.52 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"geode": "3.9.0",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206",
"ios": "2.206"
},
"id": "user95401.gemetry_trash",
"name": "Gemetry Trash v2.11 [ABANDONED]",
"version": "v5354.5543.4-beta",
"developer": "user95401",
"description": "",
"early-load": true,
"resources": {
"sprites": [
"resources/sprites/*.png",
"resources/sprites/**/*.png"
],
"spritesheets": {
"SecretSheet": [
"resources/spritesheets/SecretSheet/**/*.png"
],
"GJ_GameSheet03": [
"resources/spritesheets/GJ_GameSheet03/**/*.png"
],
"GJ_GameSheet04": [
"resources/spritesheets/GJ_GameSheet04/**/*.png"
],
"PlayerExplosion_01": [
"resources/spritesheets/PlayerExplosion_01/**/*.png"
]
},
"files": [
"resources/files/*",
"resources/files/**/*",
"resources/**/*.mpg",
"resources/**/*.mp3",
"resources/**/*.ogg",
"resources/**/*.wav",
"resources/**/*.plist",
"resources/**/*.rand",
"resources/**/*.sfx*",
"resources/**/**/*.mpg",
"resources/**/**/*.mp3",
"resources/**/**/*.ogg",
"resources/**/**/*.wav",
"resources/**/**/*.plist",
"resources/**/**/*.rand",
"resources/**/**/*.sfx*"
]
},
"settings": {
"Buttons": {
"type": "title",
"name": "Buttons"
},
"No Button Anim": {
"name": "No Button Anim",
"description": "remove effect when btn get activated",
"type": "bool",
"default": true
},
"No Button UDare Dialog": {
"name": "No Button UDare Dialog",
"description": "remove button dialog appearance",
"type": "bool",
"default": false
},
"No Button Click Sound": {
"name": "No Button Click Sound",
"description": "remove sound on btn click",
"type": "bool",
"default": false
},
"Main Menu": {
"type": "title",
"name": "Main Menu"
},
"No Menu Game BG Pulse": {
"name": "No Menu Game BG Pulse",
"description": "No Menu Game BG Pulse",
"type": "bool",
"default": false
},
"No New Explode in Menu Game": {
"name": "No New Explode in Menu Game",
"description": "remove new explode effect for players in main menu",
"type": "bool",
"default": false
},
"No Players Destroyed Counter": {
"name": "No Players Destroyed Counter",
"description": "remove new explode effect for players in main menu",
"type": "bool",
"default": false
},
"Add Objects in Menu Game": {
"name": "Add Objects in Menu Game",
"description": "spikes and pad....",
"type": "bool",
"default": false
},
"Freese Menu Game BG when Platformered": {
"name": "Freese Menu Game BG when Platformered",
"description": "Freese Menu Game BG when PlatformeredFreese Menu Game BG when PlatformeredFreese Menu Game BG when PlatformeredFreese Menu Game BG when Platformered....",
"type": "bool",
"default": true
},
"No Platformer in Menu Game": {
"name": "No Platformer in Menu Game",
"description": "no....",
"type": "bool",
"default": false
},
"Animate Menu Game": {
"name": "Animate Menu Game",
"description": "^v<><><^^^vvas<><><>....",
"type": "bool",
"default": true
},
"Random Shit": {
"type": "title",
"name": "Random Shit"
},
"Add Cursor Particles": {
"name": "Add Cursor Particles",
"description": "Add Cursor Particles....",
"type": "bool",
"default": true,
"requires-restart": true
},
"Break Player Rotations At Plat": {
"name": "Break Player Rotations At Plat.",
"description": "asd....",
"type": "bool",
"default": true
},
"Funny Robot Rotation": {
"name": "Funny Robot Rotation",
"description": "robot rotation acts like ship.",
"type": "bool",
"default": true
},
"jelly cube": {
"name": "jelly cube",
"description": "jelly cube.",
"type": "bool",
"default": true
},
"play loading theme at resource loading": {
"name": "play loading theme at resource loading",
"description": "play loading theme at resource loading.",
"type": "bool",
"default": true
},
"Update Scene Scale By Screen View": {
"name": "Update Scene Scale By Screen View",
"description": "Update Scene Scale By Screen View.",
"type": "bool",
"default": true
},
"Editor Cave Sounds": {
"name": "Editor Cave Sounds",
"description": "Editor Cave Sounds.",
"type": "bool",
"default": true
},
"Show Random Meme After Loading": {
"name": "Show Random Meme After Loading",
"description": "Show Random Meme After Loading.",
"type": "bool",
"default": true
},
"soggy cat?": {
"name": "soggy cat?",
"description": "soggy cat???",
"type": "bool",
"default": true
}
}
}