mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-01 23:13:29 +00:00
Version map and preview asset URLs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { assetUrl } from "../core/AssetUrls";
|
||||
import { FetchGameMapLoader } from "../core/game/FetchGameMapLoader";
|
||||
|
||||
export const terrainMapFileLoader = new FetchGameMapLoader(
|
||||
`/maps`,
|
||||
window.GIT_COMMIT,
|
||||
export const terrainMapFileLoader = new FetchGameMapLoader(() =>
|
||||
assetUrl("maps"),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user