import icons 
weed = icons.Cannabis(color = "green")
heart = icons.Heart(width = 25, height= 25, color = "white")

grow = [20,40]
colors = ['pink', 'red']
looplist = range(2)

for i in looplist:
	with animation(duration = 4):
    	heart.width = grow[i]
    	heart.height = grow[i]
    	heart.color = colors[i]

The Love of Weed

by lilmissgiggles

Created 5 years, 1 month ago.