mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
Added Preview Image as well as changing the ID.
This commit is contained in:
parent
f78e735376
commit
9aa6eda5d7
BIN
res/ui/building_tutorials/stacker-mirrored.png
Executable file
BIN
res/ui/building_tutorials/stacker-mirrored.png
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
@ -1,4 +1,4 @@
|
|||||||
$buildings: belt, cutter, miner, mixer, painter, rotater, balancer, stacker, stacker-mirrored, trash, underground_belt,
|
$buildings: belt, cutter, miner, mixer, painter, rotater, balancer, stacker, stacker, trash, underground_belt,
|
||||||
wire, constant_signal, logic_gate, lever, filter, wire_tunnel, display, virtual_processor, reader, storage,
|
wire, constant_signal, logic_gate, lever, filter, wire_tunnel, display, virtual_processor, reader, storage,
|
||||||
transistor, analyzer, comparator, item_producer;
|
transistor, analyzer, comparator, item_producer;
|
||||||
|
|
||||||
|
|||||||
@ -87,7 +87,8 @@ export function initMetaBuildingRegistry() {
|
|||||||
|
|
||||||
// Stacker
|
// Stacker
|
||||||
registerBuildingVariant(14, MetaStackerBuilding);
|
registerBuildingVariant(14, MetaStackerBuilding);
|
||||||
registerBuildingVariant(62, MetaStackerBuilding, enumStackerVariants.mirrored);
|
//TODO: CHANGE BEFORE RELEASE
|
||||||
|
registerBuildingVariant(10000001, MetaStackerBuilding, enumStackerVariants.mirrored); //Temporary ID to avoid id collisions in development.
|
||||||
|
|
||||||
// Mixer
|
// Mixer
|
||||||
registerBuildingVariant(15, MetaMixerBuilding);
|
registerBuildingVariant(15, MetaMixerBuilding);
|
||||||
|
|||||||
@ -567,7 +567,7 @@ buildings:
|
|||||||
|
|
||||||
mirrored:
|
mirrored:
|
||||||
name: *stacker
|
name: *stacker
|
||||||
description: test
|
description: Combines its inputs, on the same layer if possible, otherwise the left input is stacked on top of the right input.
|
||||||
|
|
||||||
mixer:
|
mixer:
|
||||||
default:
|
default:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user