Refactor launcher and studio modules
This commit is contained in:
parent
a20d298be2
commit
ec3e0f5138
34 changed files with 10300 additions and 8600 deletions
15
src/worldshaperStudio/domStyles.ts
Normal file
15
src/worldshaperStudio/domStyles.ts
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
import { buildWorldshaperStudioThemeOverrideCss } from "./themePresets";
|
||||
import {
|
||||
WORLDSHAPER_STUDIO_STYLE_SHELL,
|
||||
WORLDSHAPER_STUDIO_STYLE_SIDEBAR,
|
||||
WORLDSHAPER_STUDIO_STYLE_STAGE,
|
||||
} from "./domStyleSections";
|
||||
|
||||
export function buildWorldshaperStudioStyles(): string {
|
||||
return (
|
||||
WORLDSHAPER_STUDIO_STYLE_SHELL
|
||||
+ WORLDSHAPER_STUDIO_STYLE_SIDEBAR
|
||||
+ WORLDSHAPER_STUDIO_STYLE_STAGE
|
||||
+ buildWorldshaperStudioThemeOverrideCss()
|
||||
);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue