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

Implement wire networks, add levers

This commit is contained in:
tobspr
2020-08-13 19:23:00 +02:00
parent 75ab655998
commit 52b4d4d742
46 changed files with 1760 additions and 724 deletions

View File

@@ -555,6 +555,11 @@ buildings:
name: &constant_signal Constant Signal
description: Emits a constant signal (shape, color or boolean).
lever:
default:
name: &lever Button
description: Can be toggled to emit 1 / 0
logic_gate:
default:
name: &logic_gate AND Gate
@@ -830,6 +835,7 @@ keybindings:
wire: *wire
constant_signal: *constant_signal
logic_gate: *logic_gate
lever: *lever
# ---
pipette: Pipette