How does your grass grow?
Always to the right, apparently. Okay, so um, I made grass. I don't know how else really to say it, but go check it out. Drop the Grass Seed someplace, and a carpet of grass will slowly spread to the right of where you dropped it. Why only to the right, you ask? Well, I COULD make it go to the left too, but then I'd have to double the amount of scripts running on this - as far as I know. Which is where you guys come in. Would you guys take a look at this and give me suggestions on how to tighten up my code. I have a few things I want to focus on:
- How would I best make it grow in both directions while reducing the number of scripts used? If the script spawns grass in both directions at the same time, the recursion causes them to build up to infinity in a big plant cancer.
- How do I STOP them from growing when they hit a wall? This one is less of a big deal because I have a pretty good idea what to do, but if you have any ideas I'd welcome them greatly.
- Any other suggestions except those involving them damaging or otherwise harming other things. It's friendly, peaceful grass, dudes.