You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code for momentum is already in "dashing.py" placed inside the "mechanics" folder. You can edit it with notepad/++
This is the line:
"pawn.Velocity = ((_x / mag) * 200, (_y / mag) * 200, -10)"
You can increase both the "200"s to reserve more momentum. I recommend 900
Also with this change the distance dash covers becomes too OP.
To keep game balance you can decrease the values "6500" in this line:
"self.dash_dir = ((x / mag) * 6500, (y / mag) * 6500, 0)"
No description provided.
The text was updated successfully, but these errors were encountered: