diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-10-29 11:42:21 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-10-29 11:42:21 +0100 |
| commit | 55898db4a9cf2b5721279d665918fc0eaa02c1cc (patch) | |
| tree | c00918b3209b1bada61a2127b5530f96d31f8565 /include/sprite.h | |
| parent | dda7cfb99e9e8664878bcd38e3d3392b544c3343 (diff) | |
player sprite
Diffstat (limited to 'include/sprite.h')
| -rw-r--r-- | include/sprite.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sprite.h b/include/sprite.h index 7e0fa41..251ceea 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -12,6 +12,7 @@ typedef struct t_sprite { float time; int img_width; int img_height; + int frame_start; } sprite; typedef struct t_sprite_frame { |
