1
0
Fork 0

Add slime-mini/slope.json

This commit is contained in:
Voxel 2024-11-15 11:48:35 -03:00
parent e615d1422e
commit cc77dd484b

15
slime-mini/slope.json Normal file
View file

@ -0,0 +1,15 @@
{
"companyName": "IDnet",
"productName": "Slope",
"dataUrl": "slope_data.unityweb",
"wasmCodeUrl": "slope_wasmcode.unityweb",
"wasmFrameworkUrl": "slope_wasmframework.unityweb",
"asmCodeUrl": "slope_code.unityweb",
"asmMemoryUrl": "slope_memory.unityweb",
"asmFrameworkUrl": "slope_framework.unityweb",
"TOTAL_MEMORY": 268435456,
"graphicsAPI": ["WebGL 2.0", "WebGL 1.0"],
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#231F20"
}