forked from prevter/Comment-Emojis-Reloaded
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
65 lines (65 loc) · 1.56 KB
/
Copy pathmod.json
File metadata and controls
65 lines (65 loc) · 1.56 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
{
"geode": "5.0.0-beta.1",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "prevter.comment_emojis",
"name": "Comment Emojis Reloaded",
"version": "v1.3.0",
"developer": "prevter",
"description": "Emojis support in comments",
"tags": [ "customization", "interface", "enhancement", "online" ],
"links": { "source": "https://github.com/Prevter/Comment-Emojis-Reloaded" },
"resources": {
"spritesheets": {
"EmojiSheet": [
"resources/emojis/twemoji/*.png",
"resources/emojis/geometrydash/*.png",
"resources/emojis/legacy/*.png",
"resources/emojis/cube/*.png",
"resources/emojis/custom/*.png",
"resources/emojis/cat/*.png",
"resources/emojis/players/*.png",
"resources/emojis/samsung/*.png"
]
},
"sprites": [ "resources/picker_icon.png" ],
"files": [ "resources/emojis/animated/*.webp" ]
},
"dependencies": {
"geode.node-ids": ">=1.19.0",
"prevter.imageplus": ">=1.0.5"
},
"incompatibilities": {
"thesillydoggo.comment_emojis": ">=1.0.0"
},
"settings": {
"frequently-used-emojis-limit": {
"name": "Frequently Used Emojis Limit",
"description": "How many emojis to store in the frequently used emojis list.",
"type": "int",
"default": 39,
"min": 0
},
"ui-scale": {
"name": "Emoji Picker UI Scale",
"description": "Scales up emojis in the emoji picker.",
"type": "int",
"default": {
"win": 1,
"mac": 1,
"android": 2
},
"min": 1,
"max": 3,
"control": {
"arrows": true,
"slider": true,
"slider-step": 1
}
}
}
}