# for your homework, I want you to make a new method called create_fireball_with_skill that lets you shoot 2 fireballs at once when you press the e key (instead of the space key) # You can check if the e key is pressed using if keys_pressed[pygame.K_e]: # You don't have to change anything compared to the create_fireball method, you just need to add an extra fireball into the fireball group at the same time but with a different y position.
# We will go over this in more detail on Monday!
when you are done submitting this, by Sunday night I will leave comments to your homework so you will need to update your project from the upper left, and if it asks you to merge, merge yours
If you have any questions, feel free to email me at ddjapri@ayclogic.com