forked from clicksounds/geode-clicksound
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod.json
39 lines (39 loc) · 1023 Bytes
/
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
{
"geode": "2.0.0",
"version": "v1.0.4",
"id": "beat.click-sound.rain",
"name": "Click sound (rain moment)",
"developer": "Beat & Tweaked by rain, not for server upload",
"gd": {
"android": "2.205",
"win": "2.204",
"mac": "2.200"
},
"description": "Plays a sound whenever you press a jump button.",
"resources": {
"files": [
"resources/*.ogg"
]
},
"settings": {
"clicksound-currentsound": {
"name": "Current click sound",
"description": "Change the click sound. 1 = Normal Volume Keycap, 2 = Boom, 3 = 10DB louder keycap, 4 = Fire In The Hole, 5 = I love GD Cologne, 6 = Metronome, 7 = Click one, 8 = Metal Pipe, 9 = TikTok.",
"type": "int",
"default": 1,
"min": 1,
"max": 9,
"control": {
"arrows": true,
"slider": false
}
},
"OnlyOnJump": {
"name": "Only play on jump",
"description": "Doesn't play sound on movement of platformer keys",
"type": "bool",
"default": true
}
},
"repository": "https://github.com/BeatACVR/geode-clicksound"
}