-
Notifications
You must be signed in to change notification settings - Fork 1
/
data.json
58 lines (56 loc) · 1020 Bytes
/
data.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
{
"ColorChip":
{
"backgroundColor":0,
"maskColor":"#FF00FF",
"unique":false,
"debug":false
},
"DisplayChip":
{
"width":264,
"height":248,
"overscanX":1,
"overscanY":1,
"layers":6
},
"FontChip":
{
"unique":true,
"pages":2
},
"GameChip":
{
"totalMetaSprites":96,
"lockSpecs":true,
"maxSize":512,
"saveSlots":8
},
"MusicChip":
{
"totalSongs":32,
"notesPerTrack":127,
"totalPatterns":24,
},
"SoundChip":
{
"totalChannels":5,
"totalSounds":32,
"channelTypes":[-1,-1,-1,-1,-1]
},
"SpriteChip":{
"maxSpriteCount":0,
"unique":false,
"spriteWidth":8,
"spriteHeight":8,
"pages":8,
"cps":16
},
"TilemapChip":
{
"columns":256,
"rows":256,
"totalFlags":16,
"autoImport":false
}
}