Jan-02-2024, 05:23 PM
I'm relatively new to python and I'm currently following a tutorial for a fighting game in pygame, but i want to add my own changes and additions. I'm trying to add a shooting function, but i have no idea how to go about it. I've seen the list method but don't know how to implement it because my game uses a player class and a main function, and i want to be able to assign the function to a button press.
Even Cooler.py (Size: 2.35 KB / Downloads: 176)
Player.py (Size: 6.75 KB / Downloads: 162)