Refactor launcher and studio modules

This commit is contained in:
Andraxion 2026-06-27 04:36:26 -04:00
parent a20d298be2
commit ec3e0f5138
34 changed files with 10300 additions and 8600 deletions

View file

@ -6,7 +6,7 @@ import {
loadWorldshaperStudioBootstrap,
loadStandaloneWorldshaperBootstrap,
} from "../worldshaperStudio/bootstrap";
import { persistWorldshaperHeightViewerBounds } from "../worldshaperStudio/windowing";
import { persistWorldshaperHeightViewerBounds } from "../shared/windowing";
import { createDebouncedCallback } from "../worldshaperStudio/debounce";
const VIEWER_STYLE_ID = "worldshaper-height-viewer-styles";