-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasconfig.json
66 lines (66 loc) · 1.52 KB
/
asconfig.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
64
65
66
{
"application": "application.xml",
"config": "air",
"type": "app",
"compilerOptions": {
"output": "bin/air.swf",
"library-path": [
"src/assets/"
],
"define": [
{
"name": "CONFIG::not_air",
"value": false
},
{
"name": "CONFIG::air",
"value": true
},
{
"name": "CONFIG::debug",
"value": false
},
{
"name": "CONFIG::release",
"value": true
},
{
"name": "CONFIG::timeStamp",
"value": "\"2020-03-28\""
}
],
"default-size": {
"width": 780,
"height": 480
},
"default-frame-rate": 60,
"default-background-color": "#000000",
"debug": true,
"swf-version": 43
},
"files": [
"src/Main.as"
],
"airOptions": {
"windows": {
"output": "bin/R^3Game",
"signingOptions": {
"storetype": "pkcs12",
"keystore": "bat/R3Air.p12"
}
},
"mac": {
"output": "bin/r3.air",
"signingOptions": {
"storetype": "pkcs12",
"keystore": "bat/R3Air.p12"
}
},
"files": [
{
"file": "bin",
"path": "bin"
}
]
}
}