This commit is contained in:
neon443
2024-09-28 10:17:17 +01:00
parent 2baec5aa3a
commit 0f21d156c3
14 changed files with 903 additions and 0 deletions

15
game/slope/Build/slope.json Executable 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"
}