crawl was redesigned to crwal1 and crawl2
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
enum class MovementType {
|
||||
Walk,
|
||||
Run,
|
||||
Crawl
|
||||
Crawl1,
|
||||
Crawl2
|
||||
};
|
||||
|
||||
// Draw the player object starting at given (x, y)
|
||||
|
||||
Reference in New Issue
Block a user