import icons
Circle(width = 25, height = 25, x = 72,  y = 15,  transparency = 50)
icons.Tree(height = 22, width = 20, x = 10, y = 36, color = "green", transparency = 25)
icons.Tree(height = 22, width = 20, x = 20,y = 36, color = "green", transparency = 1)
icons.Cloud(height = 12, width = 20, x = 14, y = 12, color = "grey", transparency = 15)
icons.Cloud(height = 12, width = 20, x = 24, y = 12, color = "grey", transparency = 5)
icons.Dog(height = 12, width = 12, x = 34, y = 92, color = "Tan")
icons.Fish(height = 5,width = 6, x = 90, y = 62)
icons.Fish(height = 5,width = 6, x = 94, y = 57)
icons.Fish(height = 5,width = 6, x = 80, y = 62)
icons.Fish(height = 5,width = 6, x = 84, y = 57)
Square(height = 20, y = 58, color = "skyblue", transparency = 60)
Square(height = 66, y = 15, color = "black", transparency = 70)
Square(height = 34, y = 85, color = "gold", transparency = 90)

Just a drawing

by elvin

Created 2 years, 9 months ago.