add updater for marching orders turn

This commit is contained in:
minenice55
2023-06-10 23:00:30 -04:00
parent 210be54ba3
commit 1c1c731dd1
2 changed files with 28 additions and 7 deletions

View File

@ -33,7 +33,7 @@ namespace HeavenStudio.Games.Loaders
},
new GameAction("jump (back to front)", "Back to Front Jumps")
{
function =delegate { PajamaParty.instance.DoFiveJump(eventCaller.currentEntity.beat); },
function = delegate { PajamaParty.instance.DoFiveJump(eventCaller.currentEntity.beat); },
defaultLength = 4f,
inactiveFunction = delegate { PajamaParty.WarnFiveJump(eventCaller.currentEntity.beat); }
},