mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-03 20:40:38 +00:00
set up static shape components
This commit is contained in:
parent
beade00727
commit
d925585a34
7 changed files with 243 additions and 3 deletions
|
|
@ -5,14 +5,20 @@ import { SimGroup } from "./SimGroup";
|
|||
import { InteriorInstance } from "./InteriorInstance";
|
||||
import { Sky } from "./Sky";
|
||||
import { Sun } from "./Sun";
|
||||
import { TSStatic } from "./TSStatic";
|
||||
import { StaticShape } from "./StaticShape";
|
||||
import { Item } from "./Item";
|
||||
|
||||
const componentMap = {
|
||||
SimGroup,
|
||||
TerrainBlock,
|
||||
WaterBlock,
|
||||
InteriorInstance,
|
||||
Item,
|
||||
SimGroup,
|
||||
Sky,
|
||||
StaticShape,
|
||||
Sun,
|
||||
TerrainBlock,
|
||||
TSStatic,
|
||||
WaterBlock,
|
||||
};
|
||||
|
||||
export function renderObject(object: ConsoleObject, key: string | number) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue