-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathproject.pixelbox
67 lines (67 loc) · 981 Bytes
/
project.pixelbox
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
{
"name": "MonkeyWarp",
"version": "2.0.0",
"screen": {
"fullscreen": false,
"resizable": false,
"width": 160,
"height": 144,
"pixelSize": {
"width": 4,
"height": 4
}
},
"tileSize": {
"width": 8,
"height": 8
},
"palette": {
"name": "gameboy",
"file": "palette",
"colors": [
"#183725",
"#416E2B",
"#9FBB32",
"#CFE581"
]
},
"controls": {
"right": 68,
"A": 75,
"start": 13,
"up": 87,
"down": 83,
"B": 76,
"left": 65
},
"gamepad": {
"analogToDpad": true,
"deadZone": 0.5
},
"touchEvent": {
"multiTouch": false,
"disableContextMenu": false,
"hideMousePointer": false
},
"components": {
"pixelboxCore": true,
"keyboard": true,
"AudioManager": true,
"TINA": false,
"gamepad": true,
"webGL": true
},
"loader": {
"colors": [
"#CFE581",
"#183725"
],
"custom": ""
},
"buildOptions": {
"scriptLanguage": "ES5",
"hasAtlas": true,
"tokenify": []
},
"appid": "P83eGaylrJ9h0mEd"
}