You can expand the game by getting your player to shoot the pancakes, instead of (or as well as!) collecting them personally.
The emulator has two buttons we haven't used yes, A and B.
Find the on A button pressed block from the Controller menu, and create a new projectile from the Sprite menu.
Name your new projectile sprite and design it (I chose arrows!), and tell them to be created from your player sprite.
Adjust the velocity until you are happy with the direction your new projectiles go.
Adjust your overlap block, so instead of scoring when your player overlaps with your Food/Enemy/pancakes, you score when your Projectile overlaps instead.
Test it out to make sure it works, then decide what you want to do next...