Are you sure?
Do you want to delete “PEWDS 9YROLD ARMY RAVE” permanently? You will not be able to undo this action.
#controlls th alternation of the epicness.
from icons import Fire
from icons import Dragon
#Dragon control
Rectangle(color='pink')
heart = Dragon(width=60, height=60, color='violet')
colors = ['red', 'orange', 'yellow', 'lime', 'cyan', 'blue', 'purple', 'hotpink']
for c in colors:
with animation(duration=.1):
heart.color = c
#Flame control
Rectangle(color='pink')
boom = Fire(width=60, height=60, color='violet')
colors = ['red', 'orange', 'yellow', 'lime', 'cyan', 'blue', 'purple', 'hotpink']
for c in colors:
with animation(duration=.05):
boom.color = c
#Defeat T-Series