Rectangle(color="pink")
from icons import Heart
Heart(width=60, height=60, color='violet')
Heart(width=45, height=45, color='blue')
Heart(width=30, height=30, color='red')
Heart = Heart (width=60, height=60, color="white")
grow = 15
with animation(duration=10):
    Heart.width = grow
    Heart.height = grow
    Heart.color = "red"

SK 1st

by karra

Created 3 years, 11 months ago.