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

Add OR gate and different colors of wire based on the value

This commit is contained in:
tobspr
2020-08-13 20:01:54 +02:00
parent 49da768b73
commit 984bea1921
35 changed files with 1592 additions and 814 deletions

View File

@@ -563,10 +563,16 @@ buildings:
logic_gate:
default:
name: &logic_gate AND Gate
description: Emits a boolean signal if both inputs are truthy.
description: Emits a truthy boolean signal if both inputs are truthy.
not:
name: NOT
description: Inverts the given signal
description: Inverts the given signal.
xor:
name: XOR
description: Emits a truthy signal if one of the inputs is truthy, but not both.
or:
name: OR
description: Emits a truthy signal if one of the inputs is truthy.
storyRewards:
# Those are the rewards gained from completing the store