diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2024-01-07 18:04:08 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2024-01-07 18:04:08 +0100 |
| commit | b2bd4db89ac281ffddf23ef4469fa427eaa8b710 (patch) | |
| tree | 56710119e4d74367c9d488aa5a19cf3a297d75b1 /include/sprite.h | |
| parent | 79eb2237b94900941c35859875c4bae21fa4fff6 (diff) | |
player death
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 2775b62..6c314d0 100644 --- a/include/sprite.h +++ b/include/sprite.h @@ -14,6 +14,7 @@ typedef struct t_sprite { int img_height; int frame_start; float zoom; + bool loop; } sprite; typedef struct t_sprite_frame { |
