Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
renaming some files
  • Loading branch information
keb13015 committed Oct 23, 2018
1 parent 373a5a3 commit 6e39e40
Show file tree
Hide file tree
Showing 31 changed files with 27 additions and 27 deletions.
Expand Up @@ -9,7 +9,7 @@
<script src="TemplateData/UnityProgress.js"></script>
<script src="Build/UnityLoader.js"></script>
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/DMD2530-Animation-DevinQuinn.json", {onProgress: UnityProgress});
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/DMD3520-Animation-DevinQuinn.json", {onProgress: UnityProgress});
</script>
</head>
<body>
Expand Down
@@ -1,13 +1,13 @@
{
"companyName": "DefaultCompany",
"productName": "Room1",
"dataUrl": "DMD2530-Lighting-DevinQuinn.data.unityweb",
"wasmCodeUrl": "DMD2530-Lighting-DevinQuinn.wasm.code.unityweb",
"wasmFrameworkUrl": "DMD2530-Lighting-DevinQuinn.wasm.framework.unityweb",
"TOTAL_MEMORY": 268435456,
"graphicsAPI": ["WebGL 2.0", "WebGL 1.0"],
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#231F20",
"cacheControl": {"default": "must-revalidate"}
{
"companyName": "DefaultCompany",
"productName": "Room1",
"dataUrl": "DMD2530-Lighting-DevinQuinn.data.unityweb",
"wasmCodeUrl": "DMD2530-Lighting-DevinQuinn.wasm.code.unityweb",
"wasmFrameworkUrl": "DMD2530-Lighting-DevinQuinn.wasm.framework.unityweb",
"TOTAL_MEMORY": 268435456,
"graphicsAPI": ["WebGL 2.0", "WebGL 1.0"],
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#231F20",
"cacheControl": {"default": "must-revalidate"}
}
Expand Up @@ -9,7 +9,7 @@
<script src="TemplateData/UnityProgress.js"></script>
<script src="Build/UnityLoader.js"></script>
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/DMD2530-Lighting-DevinQuinn.json", {onProgress: UnityProgress});
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/DMD3520-Lighting-DevinQuinn.json", {onProgress: UnityProgress});
</script>
</head>
<body>
Expand Down
Expand Up @@ -9,7 +9,7 @@
<script src="TemplateData/UnityProgress.js"></script>
<script src="Build/UnityLoader.js"></script>
<script>
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/DMD2530-Physics-DevinQuinn.json", {onProgress: UnityProgress});
var gameInstance = UnityLoader.instantiate("gameContainer", "Build/DMD3520-Physics-DevinQuinn.json", {onProgress: UnityProgress});
</script>
</head>
<body>
Expand Down
@@ -1,13 +1,13 @@
{
"companyName": "UConn DMD2530 - 3D Virtual World and Simulations - Professor Ken Thompson",
"productName": "Terrain - Devin Quinn",
"dataUrl": "DMD2530-Terrain-DevinQuinn.data.unityweb",
"wasmCodeUrl": "DMD2530-Terrain-DevinQuinn.wasm.code.unityweb",
"wasmFrameworkUrl": "DMD2530-Terrain-DevinQuinn.wasm.framework.unityweb",
"TOTAL_MEMORY": 268435456,
"graphicsAPI": ["WebGL 2.0", "WebGL 1.0"],
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#231F20",
"cacheControl": {"default": "must-revalidate"}
{
"companyName": "UConn DMD2530 - 3D Virtual World and Simulations - Professor Ken Thompson",
"productName": "Terrain - Devin Quinn",
"dataUrl": "DMD2530-Terrain-DevinQuinn.data.unityweb",
"wasmCodeUrl": "DMD2530-Terrain-DevinQuinn.wasm.code.unityweb",
"wasmFrameworkUrl": "DMD2530-Terrain-DevinQuinn.wasm.framework.unityweb",
"TOTAL_MEMORY": 268435456,
"graphicsAPI": ["WebGL 2.0", "WebGL 1.0"],
"webglContextAttributes": {"preserveDrawingBuffer": false},
"splashScreenStyle": "Dark",
"backgroundColor": "#231F20",
"cacheControl": {"default": "must-revalidate"}
}

0 comments on commit 6e39e40

Please sign in to comment.