-
Notifications
You must be signed in to change notification settings - Fork 9
/
mod.json
58 lines (58 loc) · 1.39 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
{
"geode": "3.7.1",
"version": "v1.1.1",
"gd": {
"win": "2.206",
"mac": "2.206",
"android": "2.206",
"ios": "2.206"
},
"id": "thesillydoggo.comment_emojis",
"name": "Emojis in Comments",
"dependencies": [
{
"id": "geode.node-ids",
"version": ">=1.12.0-beta.2",
"importance": "required"
}
],
"resources": {
"spritesheets": {
"GJ_EmojiSheet": [
"emojis/discord/*.png"
],
"GJ_EmojiSheet02": [
"emojis/other/*.png"
],
"GJ_EmojiSheet03": [
"emojis/players/*.png"
],
"GJ_EmojiSheet04": [
"emojis/cube/*.png"
],
"GJ_AnimatedEmojiSheet01": [
"emojis/animated/shiggy/*.png",
"emojis/animated/hype/*.png",
"emojis/animated/petmaurice/*.png",
"emojis/animated/bonk/*.png",
"emojis/animated/partying/*.png",
"emojis/animated/ned_explosion/*.png",
"emojis/animated/polarbear/*.png",
"emojis/animated/colonthreecat/*.png",
"emojis/animated/cubedance/*.png",
"emojis/animated/cubespeen/*.png",
"emojis/animated/cubehyperthink/*.png",
"emojis/animated/deltaruneexplosion/*.png"
],
"GJ_EmojiUISheet": [
"resources/*.png"
]
}
},
"developer": "TheSillyDoggo",
"description": "Allows you to post emojis in the comments of levels (and on account posts)",
"repository": "https://github.com/TheSillyDoggo/Comment-Emojis",
"links": {
"source": "https://github.com/TheSillyDoggo/Comment-Emojis"
}
}