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

Add mirrored painter variant

This commit is contained in:
tobspr
2020-06-16 11:57:17 +02:00
parent a638f0cde4
commit 1af564e816
17 changed files with 483 additions and 387 deletions

View File

@@ -478,7 +478,12 @@ buildings:
painter:
default:
name: &painter Painter
description: Colors the whole shape on the left input with the color from the top input.
description: &painter_desc Colors the whole shape on the left input with the color from the top input.
mirrored:
name: *painter
description: *painter_desc
double:
name: Painter (Double)
description: Colors the shapes on the left inputs with the color from the top input.