Add basic movement
This commit is contained in:
@@ -28,6 +28,8 @@ typedef f32 Health;
|
||||
typedef struct TextureRegion {
|
||||
Texture2D texture;
|
||||
Rectangle rec;
|
||||
bool flipX;
|
||||
bool flipY;
|
||||
} TextureRegion;
|
||||
|
||||
typedef enum AnimationType {
|
||||
|
||||
Reference in New Issue
Block a user