-
Notifications
You must be signed in to change notification settings - Fork 1
/
details.json
47 lines (47 loc) · 1.26 KB
/
details.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
{
"author": "inc0der | LunaTechs",
"category": 3,
"defaultParameters": [
{
"defaultValue": { "k": 10, "v": true },
"description": "Skip the title scene and go straight into the game",
"id": -1,
"name": "Quick Start"
},
{
"defaultValue": { "k": 8, "v": "f5" },
"description": "Reload the game using a keyboard shortcut",
"id": -1,
"name": "Reload Shortcut"
},
{
"defaultValue": { "k": 10, "v": true },
"description": "Show the console window on game load",
"id": -1,
"name": "Show Console"
}
],
"description": "A set of useful functions and tools for development of games and plugins",
"name": "DevTools",
"parameters": [
{
"defaultValue": { "k": 10, "v": true },
"description": "Skip the title scene and go straight into the game",
"id": -1,
"name": "Quick Start"
},
{
"defaultValue": { "k": 8, "v": "f5" },
"description": "Reload the game using a keyboard shortcut",
"id": -1,
"name": "Reload Shortcut"
},
{
"defaultValue": { "k": 10, "v": true },
"description": "Show the console window on game load",
"id": -1,
"name": "Show Console"
}
],
"website": "https://lunatechs.dev"
}