Skip to content
Snippets Groups Projects
Commit 1d0d8afd authored by Robin Halseth Sandvik's avatar Robin Halseth Sandvik
Browse files

Changed dodge to left shift.

parent 65c12f4a
No related branches found
No related tags found
1 merge request!68Master
......@@ -188,7 +188,7 @@ namespace BigSock {
// Check ability 2.
CheckAbilityInput(KeyCode.Z, _testAttack2);
// Check ability 3.
CheckAbilityInput(KeyCode.X, _dodge);
CheckAbilityInput(KeyCode.LeftShift, _dodge);
CheckAbilityInput(KeyCode.C, _testAttack3);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment