Swing variable added to entities.

This commit is contained in:
Jenny Crowe
2022-02-24 07:12:19 -07:00
parent 72d55d887a
commit 8cb08ea8ec
3 changed files with 3 additions and 2 deletions

View File

@ -203,7 +203,7 @@ namespace RhythmHeavenMania.Games.SpaceSoccer
canKick = false;
if (ball)
ball.highKickSwing = highKicks[i].valA;
ball.highKickSwing = highKicks[i].swing;
break;
}
else