MusicBeat

This commit is contained in:
SoulliesOfficial
2026-05-26 00:21:27 -04:00
parent 649b7a5ddc
commit b5cb6152ff
663 changed files with 534461 additions and 587 deletions

View File

@@ -31,6 +31,7 @@ namespace Cielonos.MainGame.Characters
}
SetupDash(inputDirection, true, length);
//player.vfxData.SpawnVFX("PerfectDodgeLine", player, player.bodyPartsSc.head);
};
player.operationSc.OnDodge += (length)=>
{
@@ -40,6 +41,7 @@ namespace Cielonos.MainGame.Characters
}
SetupDodge(length);
//player.vfxData.SpawnVFX("PerfectDodgeLine", player, player.bodyPartsSc.head);
};
}