built assbuns (#453)

grr
This commit is contained in:
AstrlJelly
2023-06-04 13:17:40 -04:00
committed by GitHub
parent 11044922d3
commit c5f5b6d800
65 changed files with 225 additions and 223 deletions

View File

@ -136,7 +136,7 @@ namespace HeavenStudio.Games.Loaders
// hidden in the editor but here cuz backwards compatibility
new GameAction("marching", "Start Marching (old)")
{
hidden = false,
hidden = true,
preFunction = delegate {
var e = eventCaller.currentEntity;
MarchingOrders.instance.ForceMarching(e.beat, e.length);