v6 rotational walking :D

This commit is contained in:
2018-11-14 22:22:38 +01:00
parent b505fe4618
commit 131529576c
9 changed files with 167 additions and 18 deletions
+2 -2
View File
@@ -47,8 +47,8 @@ public class Walk : MonoBehaviour
new step(new Vector3(0, 0, 0), false), // rest
new step(new Vector3(0, 2, 0), true),
new step(new Vector3(-1, 0, 0), false),
new step(new Vector3(0, 2, 0), false),
new step(new Vector3(-1, 0, 0), true),
};
public int st = 5;