SandPond icon indicating copy to clipboard operation
SandPond copied to clipboard

No Crystal element

Open TodePond opened this issue 4 years ago • 5 comments

it would be cool 🔮

TodePond avatar May 06 '21 15:05 TodePond

What were you thinking ? property wise?

ajawsome4ev avatar May 24 '21 15:05 ajawsome4ev

I'm not sure... Maybe something that can grow, like: image

TodePond avatar May 24 '21 17:05 TodePond

Ah, yes that would be a good idea.

ghost avatar Jun 28 '21 22:06 ghost

Well, I didn't have enough time to do it in SpaceTode, but I was able to make a little demonstration in sandspiel studio. Here is the code:

Name = Crystal
Colours = 5D00FF > 6F00FF
in a random rotation {
    if one in 100 chance {
        if down is Air {
            copy myself down
        }
    }
    if down is Water {
        change me into Bad Crystal
    }
    if down is Bad Crystal {
        change me into Bad Crystal
    }
}

The bad crystal has nothing but some colors and a title.

Name = Bad Crystal
Colours = 8F62F0 > 633C78

Is this okay? Is there an even better way? I made the crystals violet because if I made them white, then they wouldn't be visible.

tetra-coder avatar Oct 17 '22 17:10 tetra-coder

Ooooo cool! I'll try to convert this into spacetode at some point!

TodePond avatar Oct 17 '22 17:10 TodePond