Today We Did
1. Create a file called bullet.py for the Bullet class which: a. uses the assets/Bullet.png for the image b. move to the left at a speed of 5 2. In main, create the bullet_group. 3. In a new function called handle_player_bullet_creation: If you click with your mouse, create a new bullet and add it to the group. You can use the tank's location for where the bullet starts for now. Only allow the player to create a new bullet every 2 seconds (add a timer)