age-series / ElectricalAge2

Eln2 Codebase
https://eln2.org
MIT License
53 stars 17 forks source link

Block Placement Issues #167

Closed jrddunbr closed 2 years ago

jrddunbr commented 2 years ago

Block placement should be set up such that a player places blocks that have 2 pins from left to right and not forward to back.

Also, there's an issue it seems where the rotation of the block can cause weird connectivity things. Try connecting blocks with different rotations and you may see some inconsistent graph behavior.

jrddunbr commented 2 years ago

3FF64ABB-63FD-4115-BB34-E19C5AF7B754

jrddunbr commented 2 years ago

Looking at this more, I got the positive and the negative wrong. Put the negative on the left and the positive on the right.

@Caeleron thoughts?

jrddunbr commented 2 years ago

Found a placement bug as well as part of this because the blocks base their connections off of the ordering of the connections list and not the actual rotation of the block.

EDIT - This will be fixed as part of #162