mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-03-06 14:00:43 +00:00
add more shapes
This commit is contained in:
parent
3a99e77e96
commit
1c6d7effac
6 changed files with 93 additions and 5 deletions
|
|
@ -8,6 +8,7 @@ import { Sun } from "./Sun";
|
|||
import { TSStatic } from "./TSStatic";
|
||||
import { StaticShape } from "./StaticShape";
|
||||
import { Item } from "./Item";
|
||||
import { Turret } from "./Turret";
|
||||
|
||||
const componentMap = {
|
||||
InteriorInstance,
|
||||
|
|
@ -18,6 +19,7 @@ const componentMap = {
|
|||
Sun,
|
||||
TerrainBlock,
|
||||
TSStatic,
|
||||
Turret,
|
||||
WaterBlock,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue