-
Notifications
You must be signed in to change notification settings - Fork 4
/
mod.json
78 lines (78 loc) · 1.55 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
{
"geode": "3.4.0",
"gd": {
"win": "2.206",
"android": "2.206",
"mac": "2.206"
},
"version": "v0.3.4-alpha",
"id": "alk.allium",
"name": "Allium Drawing Tool",
"developer": "alk",
"description": "The drawing tool for Geometry Dash",
"dependencies": [
{
"id": "geode.node-ids",
"importance": "required",
"version": ">=1.11.0"
},
{
"id": "alphalaneous.editortab_api",
"importance": "required",
"version": ">=1.0.0"
},
{
"id": "geode.custom-keybinds",
"version": ">=1.7.1",
"importance": "required"
}
],
"links": {
"source": "https://github.com/altalk23/Allium"
},
"resources": {
"spritesheets": {
"AlliumSpritesheet": [
"resources/*.png",
"resources/icons/*.png"
]
},
"sprites": [
"resources/images/*.png"
]
},
"settings": {
"brush-line-width": {
"type": "float",
"default": 5,
"min": 0.5,
"name": "Brush Width",
"description": "(Temporary) The thickness of the brush",
"max": 30
},
"brush-color-id": {
"type": "int",
"default": 1011,
"name": "Brush Color ID",
"description": "(Temporary) The ID of the brush color",
"min": 1,
"max": 1020
},
"brush-curve-detail": {
"type": "float",
"default": 0.4,
"min": 0.05,
"name": "Curve detail",
"description": "(Temporary) The detail of the curve",
"max": 3
},
"brush-free-threshold": {
"type": "float",
"default": 0.4,
"min": 0.05,
"name": "Free Threshold",
"description": "(Temporary) The threshold of the free tool",
"max": 1.5
}
}
}