Top down player jump

How do I make a top down character jump on GDevelop

This is actually for a side scrolling beat em up with up and down movement (similar to streets of rage)
I can’t use platformer character physics because the character would need to be stood on a platform/land on a platform…whereas streets of rage characters are basically positioned on a flat screen without gravity physics

Does the game have variable height or can the player only stand on one “height”. This will determine the complexity of the system.

There’s a thread from a while back that had the same issue. It was a double dragon styled game. It my be of help to you.