Example #1
0
    // Color the leaf the specified color
    public void SetColor(LeafColor color)
    {
        Color = color;

        Sprite.Modulate = color.GetRandomColor();
    }