1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "general": {
- "designResolution": {
- "width": 1280,
- "height": 720,
- "fitWidth": true,
- "fitHeight": true
- }
- },
- "physics": {
- "maxSubSteps": 5,
- "autoSimulation": false,
- "gravity": {
- "y": -100
- },
- "collisionGroups": [
- {
- "index": 1,
- "name": "Holl"
- },
- {
- "index": 2,
- "name": "Ball"
- }
- ],
- "collisionMatrix": {
- "0": 5,
- "1": 4,
- "2": 7
- }
- },
- "layer": [
- {
- "name": "CELL_RT_RENDERING",
- "value": 1
- }
- ],
- "__version__": "1.0.6",
- "fbx": {
- "legacyFbxImporter": {
- "visible": true
- }
- },
- "script": {
- "preserveSymlinks": true
- },
- "debug": {
- "sourceMaps": true,
- "inlineSourceMap": true
- },
- "preview": {
- "debug": true,
- "sourceMaps": true,
- "inlineSourceMap": true,
- "inlineSources": true,
- "showStats": true,
- "enableSourceMap": true
- }
- }
|