STEP 7: Our dragons are a bit too big, so let's make them smaller.

  • From drag out Set Size.
  • Change the variable name in front of .set_size() from sprite to dragon.
  • Change the float argument inside .set_size() from 0.5 to 0.3.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE