Simplify enemy animation logic
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
public enum DirectionType
|
||||
{
|
||||
FORWARD,
|
||||
LEFT,
|
||||
RIGHT,
|
||||
BACKWARD
|
||||
Forward,
|
||||
Left,
|
||||
Right,
|
||||
Backward
|
||||
}
|
||||
Reference in New Issue
Block a user