Right now, when we shoot, a fireball comes out of Mario, but we're not entirely sure from where (kinda sus). It makes a lot of sense in this case to add a shoot sprite so that when Mario shoots, we know that he's in the middle of an action.
Here we'll import our sprites using our new images.js
file, and we'll also learn how to do a frame hold so that we only activate our sprite for a limited period of time.
Hi Chris, how would the final index.html code look so that everything is linked correctly?