-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnin.json
63 lines (63 loc) · 1.03 KB
/
nin.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
{
"title": "Construct",
"authors": [
"profit",
"iverjo",
"sigveseb",
"run",
"eldfor",
"lulle",
"tr0n",
"rohtie",
"cristea",
"stiaje"
],
"description": "This is my project",
"previewImage": "https://raw.githubusercontent.com/ninjadev/nin/master/nin/frontend/app/images/nin-dark.png",
"aspectRatio": "16:9",
"music": {
"path": "res/music.mp3",
"bpm": 103,
"subdivision": 4,
"BEANOffset": 0
},
"googleAnalyticsID": "Your GA ID",
"labels": [
{
"name": "Start",
"BEAN": 0
},
{
"name": "Build car",
"BEAN": 256
},
{
"name": "Build heli",
"BEAN": 384
},
{
"name": "Build robot",
"BEAN": 512
},
{
"name": "Funky prog solo",
"BEAN": 640
},
{
"name": "Greets",
"BEAN": 768
},
{
"name": "Build trebuchet",
"BEAN": 896
},
{
"name": "Build batmobil",
"BEAN": 1024
},
{
"name": "Outtro",
"BEAN": 1152
}
]
}