release: bump version to 0.25.3
This commit is contained in:
@@ -123,6 +123,7 @@ import {
|
||||
refreshLegend,
|
||||
setLegendItems,
|
||||
} from "./legend.js";
|
||||
import { mountBrand } from "./brand.js";
|
||||
|
||||
export let scene;
|
||||
export let camera;
|
||||
@@ -853,6 +854,11 @@ export function init() {
|
||||
initialized = true;
|
||||
simplex = createNoise3D();
|
||||
updateHudScale();
|
||||
const brandRoot = document.getElementById("brand-root");
|
||||
mountBrand(
|
||||
brandRoot,
|
||||
HUD_CONFIG.brandLanguage || "zh",
|
||||
);
|
||||
|
||||
scene = new THREE.Scene();
|
||||
camera = new THREE.PerspectiveCamera(
|
||||
|
||||
Reference in New Issue
Block a user