How I can make players to push using KinematicBody2D?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By INKnight

Example:
Super Mario War

:bust_in_silhouette: Reply From: flurick

I would create a player hit function that just added to the velocity of the object being controlled by the player, the characters seem to just bounce of each other instead of actually being simulated with weight etc.