Spaceball camera and perspective fixes + Karate Man animated background

This commit is contained in:
Starpelly
2021-12-30 07:17:22 -05:00
parent 5cbb182797
commit a52e883f3a
14 changed files with 322 additions and 75 deletions

View File

@ -43,7 +43,7 @@ namespace RhythmHeavenMania.Games.KarateMan
{
Pot p = EligibleHits[currentHitInList].gameObject.GetComponent<Pot>();
if (p.type == 2)
if (p.type == 2 || p.type == 3)
{
punchLeft = false;
}