crawl was redesigned to crwal1 and crawl2

This commit is contained in:
Filipriec
2025-11-16 22:40:09 +01:00
parent cf07c9c47a
commit 42ad5ee7a2
7 changed files with 75 additions and 36 deletions

View File

@@ -4,7 +4,8 @@
enum class MovementType {
Walk,
Run,
Crawl
Crawl1,
Crawl2
};
// Draw the player object starting at given (x, y)