Karate Man combo bugs fixed and a default editor level

This commit is contained in:
Braedon
2022-01-26 17:41:51 -05:00
parent a6fcba54c1
commit 21aa06150e
8 changed files with 53 additions and 16 deletions

View File

@ -24,8 +24,8 @@ namespace RhythmHeavenMania.Games.KarateMan
public Coroutine kickC;
public Coroutine missC;
private float barrelBeat;
private bool inCombo;
private bool hitCombo;
public bool inCombo;
public bool hitCombo;
private float comboBeat;
public List<Pot> currentComboPots = new List<Pot>();
private int comboPotIndex;