I'm trying to build a contra style platformer. I want to use the right hand arrow keys to move around and point my gun, but I don't want the up arrow to make the player jump. I assigned jump action to another key, but it seemed the program coded up to be a default jump key for platform behavior. Is there a way to disable it?