TodePond / CellPond

surreal cellular automata
https://cellpond.cool
MIT License
284 stars 35 forks source link

Grouped squares are strange #257

Closed TeraByte-Official closed 1 year ago

TeraByte-Official commented 1 year ago

Let's say you have two cells, red and blue. You want them both to fall down, so you put this rule on a paddle:

rule

Now, you put down both cells, but notice blue isn't falling down. This is because you put red in the group first.

Basically, grouped squares only affect the first item.

Edit: Nevermind, groups don't work at all anymore.

TodePond commented 1 year ago

Yes it was broken by some of the redesign, I'm gonna fix it this week :)

TodePond commented 1 year ago

It seems like they're working to me, but the visuals of the squares are all messed up.

image

TodePond commented 1 year ago

This should be fixed now: #263

Visuals are still broken though: #193