mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Start to work on advanced shape processing
This commit is contained in:
@@ -11,6 +11,7 @@ import { MetaTrashBuilding } from "../../buildings/trash";
|
||||
import { MetaUndergroundBeltBuilding } from "../../buildings/underground_belt";
|
||||
import { enumLayer } from "../../root";
|
||||
import { HUDBaseToolbar } from "./base_toolbar";
|
||||
import { MetaAdvancedProcessorBuilding } from "../../buildings/advanced_processor";
|
||||
|
||||
const supportedBuildings = [
|
||||
MetaBeltBaseBuilding,
|
||||
@@ -25,6 +26,7 @@ const supportedBuildings = [
|
||||
MetaTrashBuilding,
|
||||
|
||||
MetaEnergyGenerator,
|
||||
MetaAdvancedProcessorBuilding,
|
||||
];
|
||||
|
||||
export class HUDBuildingsToolbar extends HUDBaseToolbar {
|
||||
|
||||
Reference in New Issue
Block a user