added position to the textures
This commit is contained in:
parent
fede14d6a2
commit
384ba398b2
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ typedef union {
|
|||
} TextureData;
|
||||
|
||||
typedef struct Texture {
|
||||
Rect position;
|
||||
TextureType type;
|
||||
TextureData data;
|
||||
} Texture;
|
||||
|
|
Loading…
Reference in a new issue