mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Add transistor building (Gate)
This commit is contained in:
@@ -574,6 +574,10 @@ buildings:
|
||||
name: OR
|
||||
description: Emits a truthy signal if one of the inputs is truthy.
|
||||
|
||||
transistor:
|
||||
name: Gate
|
||||
description: Only forwards the bottom input if the left input is true.
|
||||
|
||||
filter:
|
||||
default:
|
||||
name: &filter Filter
|
||||
|
||||
Reference in New Issue
Block a user