From cc77dd484bd23936cb4c6d789cc14a15999d1a49 Mon Sep 17 00:00:00 2001 From: v Date: Fri, 15 Nov 2024 11:48:35 -0300 Subject: [PATCH] Add slime-mini/slope.json --- slime-mini/slope.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 slime-mini/slope.json diff --git a/slime-mini/slope.json b/slime-mini/slope.json new file mode 100644 index 0000000..733101b --- /dev/null +++ b/slime-mini/slope.json @@ -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" +} \ No newline at end of file