update space game
This commit is contained in:
parent
906c6ba60b
commit
5dec18066c
Binary file not shown.
Binary file not shown.
BIN
static/games/space/Build/space.data.gz
Normal file
BIN
static/games/space/Build/space.data.gz
Normal file
Binary file not shown.
Binary file not shown.
BIN
static/games/space/Build/space.wasm.gz
Normal file
BIN
static/games/space/Build/space.wasm.gz
Normal file
Binary file not shown.
@ -56,11 +56,11 @@
|
||||
}
|
||||
|
||||
var buildUrl = "Build";
|
||||
var loaderUrl = buildUrl + "/Space web game.loader.js";
|
||||
var loaderUrl = buildUrl + "/space.loader.js";
|
||||
var config = {
|
||||
dataUrl: buildUrl + "/Space web game.data.gz",
|
||||
frameworkUrl: buildUrl + "/Space web game.framework.js.gz",
|
||||
codeUrl: buildUrl + "/Space web game.wasm.gz",
|
||||
dataUrl: buildUrl + "/space.data.gz",
|
||||
frameworkUrl: buildUrl + "/space.framework.js.gz",
|
||||
codeUrl: buildUrl + "/space.wasm.gz",
|
||||
streamingAssetsUrl: "StreamingAssets",
|
||||
companyName: "Br0t craft",
|
||||
productName: "spacegame",
|
||||
|
Loading…
x
Reference in New Issue
Block a user