feat: add builder configuration file
feat: add cocos-service configuration file feat: add device configuration file feat: add engine configuration file feat: add information configuration file feat: add program configuration file feat: add project configuration file feat: add TypeScript configuration file
This commit is contained in:
19
settings/v2/packages/builder.json
Normal file
19
settings/v2/packages/builder.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"__version__": "1.3.9",
|
||||
"splash-setting": {
|
||||
"logo": {
|
||||
"type": "none",
|
||||
"image": "project://settings/300.png"
|
||||
},
|
||||
"background": {
|
||||
"type": "color",
|
||||
"color": {
|
||||
"x": 1,
|
||||
"y": 1,
|
||||
"z": 1,
|
||||
"w": 1
|
||||
}
|
||||
},
|
||||
"totalTime": 2000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user