Add basic movement

This commit is contained in:
2023-11-12 19:04:25 +01:00
parent 526d292fb5
commit bf543330e5
10 changed files with 52 additions and 5 deletions

View File

@@ -28,6 +28,8 @@ typedef f32 Health;
typedef struct TextureRegion {
Texture2D texture;
Rectangle rec;
bool flipX;
bool flipY;
} TextureRegion;
typedef enum AnimationType {