-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod.json
More file actions
96 lines (96 loc) · 2.22 KB
/
mod.json
File metadata and controls
96 lines (96 loc) · 2.22 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
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
{
"geode": "5.6.0",
"gd": {
"win": "2.2081",
"android": "2.2081",
"mac": "2.2081",
"ios": "2.2081"
},
"id": "deaen.gdrivebackup",
"name": "GDrive Backup",
"version": "v1.2.1",
"developer": "deaen",
"description": "Save & load your data to Google Drive!",
"dependencies": {
"geode.node-ids": ">=v1.20.0",
"camila314.geode-uri": {
"platforms": [
"win",
"mac"
],
"required": false,
"version": ">=v2.0.0"
}
},
"resources": {
"sprites": [
"resources/size.png",
"resources/title.png",
"resources/icon.png",
"resources/titleHint.png"
]
},
"settings": {
"signout-button": {
"type": "custom:signout-button"
},
"backup-title": {
"type": "title",
"name": "Backup Settings"
},
"load-game-options": {
"type": "bool",
"default": false,
"name": "Load game & editor options",
"description": "Enable loading your saved game & editor options (e.g. quick keys, CBS, button rows, link controls, etc.) <cr>Note:</c> This doesn't restore every single option, mainly excludes graphics options."
},
"ui-title": {
"type": "title",
"name": "UI Settings"
},
"slot-count": {
"type": "int",
"name": "Save slots count",
"description": "Choose how many save slots are available. <cr>Note:</c> This setting is purely <cg>visual</c>, changing this value does <cy>not</c> delete your save files.",
"default": 9,
"min": 1,
"max": 999,
"control": {
"arrows": true,
"arrow-step": 1,
"slider": false,
"input": true
}
},
"button-position": {
"type": "string",
"name": "Button position",
"description": "Sets the <cy>position</c> of the mod's button on the <cg>account menu</c>.",
"default": "bottom right",
"one-of": [
"bottom right",
"center right",
"top right",
"top left",
"center left",
"bottom left",
"bottom"
]
},
"bottom-button": {
"type": "bool",
"name": "Main menu shortcut button",
"description": "<cg>adds</cg> a button for GDrive Backup to the bottom of the main menu (next to the geode button).",
"default": false
}
},
"tags": [
"enhancement",
"online",
"utility"
],
"links": {
"homepage": "https://deaen.github.io",
"source": "https://github.com/deaen/GDriveBackup"
}
}