MusicBeat
This commit is contained in:
@@ -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);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user