I’m trying to make a 2d platformer game in python and my player can fly when they jump. How can I fix this?
My game is essentially a tiered maze where they need to get to the bottom of the map. The jump function allows the player to hold down UP arrow and fly. This ruins the game and makes some obstacles obsolete.