STEP 12: Now that we're changing the dragon_count, we should update our display!

  • In LOGIC, click on and drag in Update Display INSIDE your collision event.
  • Change the variable in front of .update() from my_display to dragon_count_display
  • Change the variable inside the parentheses from my_var to dragon_count.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE