mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 11:24:46 +00:00
26 lines
383 B
JSON
26 lines
383 B
JSON
{
|
|
"__version__": "1.0.6",
|
|
"general": {
|
|
"designResolution": {
|
|
"width": 1280,
|
|
"height": 720,
|
|
"fitWidth": false,
|
|
"fitHeight": true
|
|
}
|
|
},
|
|
"layer": [
|
|
{
|
|
"name": "World",
|
|
"value": 1
|
|
},
|
|
{
|
|
"name": "Loading",
|
|
"value": 2
|
|
}
|
|
],
|
|
"custom_joint_texture_layouts": [],
|
|
"script": {
|
|
"preserveSymlinks": true
|
|
}
|
|
}
|