rectangleb= Rectangle(width=100, height=150, y= 47.5, color=['orange', 'peachpuff', 'maroon'])
circle=Circle(height=50, width=50, color= 'darkorange', x = 69, y = 30)
import icons
cloud1=icons.Cloud(color= 'purple', width= 47, height= 30, x= 50, y= 40)
could2=icons.Cloud(color= 'purple', width= 50, height= 25, x= 30, y= 57)
with animation(duration=50):
   cloud1.x=90
   could2.x=100

Sunset

by alyssancasas

Created 2 years, 4 months ago.
Based on Sunset by michael21.