summaryrefslogtreecommitdiff
path: root/include/zombies.h
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@amftech.nl>2024-01-02 20:31:29 +0100
committerAldrik Ramaekers <aldrik@amftech.nl>2024-01-02 20:31:29 +0100
commitee4714ccff99414f19b6cce42e9fe53d2a867a15 (patch)
tree708d2077e232c39d43a505573d9f1168b5132358 /include/zombies.h
parent007335a39baff05fb7cabb07457cd5972a013fda (diff)
zombie sprite
Diffstat (limited to 'include/zombies.h')
-rw-r--r--include/zombies.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zombies.h b/include/zombies.h
index 9c1b68d..a9d8a5c 100644
--- a/include/zombies.h
+++ b/include/zombies.h
@@ -24,6 +24,8 @@ typedef struct t_zombie {
pathfinding_request request;
vec2f next2tiles[2];
zombie_type type;
+ sprite sprite_run;
+ vec2f dir;
} zombie;
typedef struct t_spawner {