1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Further take on logic wires

This commit is contained in:
tobspr
2020-08-11 18:40:09 +02:00
parent 5708ef385c
commit 850461df8f
46 changed files with 1308 additions and 785 deletions

View File

@@ -1,7 +1,8 @@
import { enumLayer } from "../../root";
import { HUDBaseToolbar } from "./base_toolbar";
import { MetaWireBuilding } from "../../buildings/wire";
const supportedBuildings = [];
const supportedBuildings = [MetaWireBuilding];
export class HUDWiresToolbar extends HUDBaseToolbar {
constructor(root) {