diff options
| author | UnavailableDev <ggwildplay@gmail.com> | 2023-03-22 19:12:46 +0100 |
|---|---|---|
| committer | UnavailableDev <ggwildplay@gmail.com> | 2023-03-22 19:12:46 +0100 |
| commit | 7d61b040f5711a219b1782a673a446aa546c411f (patch) | |
| tree | 3ea2deef869aea73c044baea3d8db1676c666982 /src/static/foreground/slime.h | |
| parent | 43d99be4bc31ef11156ae787e54e93f798458f35 (diff) | |
added normal slime animations
Diffstat (limited to 'src/static/foreground/slime.h')
| -rw-r--r-- | src/static/foreground/slime.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/static/foreground/slime.h b/src/static/foreground/slime.h new file mode 100644 index 0000000..98a4cb7 --- /dev/null +++ b/src/static/foreground/slime.h @@ -0,0 +1,3 @@ +#define HH_TM_SLIME_ANI_WALK_OFFSET HH_TM_SLIME_OFFSET +#define HH_TM_SLIME_ANI_WALK_SIZE 4 + |