add more shapes

This commit is contained in:
Brian Beck 2025-11-14 20:40:00 -08:00
parent 3a99e77e96
commit 1c6d7effac
6 changed files with 93 additions and 5 deletions

View file

@ -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,
};