added more y velocity

This commit is contained in:
fooify 2015-08-18 12:22:34 -07:00
parent d489b31738
commit 15eba5b491
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ public class Maze implements Listener
//Velocity
//UtilAction.velocity(player, new Vector(1,0,0), 4, false, 0, 1.2, 1.2, true);
UtilAction.velocity(player, UtilAlg.getTrajectory(ent, player), 1, false, 0, 0.5, 1.2, true);
UtilAction.velocity(player, UtilAlg.getTrajectory(ent, player), 1, false, 0, 0.75, 1.2, true);
//Damage Event
Host.Manager.GetDamage().NewDamageEvent(player, (LivingEntity)ent, null,