From ee316a07cdfb01e52694edef2cc998e672e2885b Mon Sep 17 00:00:00 2001 From: zlago Date: Sat, 26 Oct 2024 20:21:15 +0200 Subject: redo the damage system --- src/particles.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/particles.h (limited to 'src/particles.h') diff --git a/src/particles.h b/src/particles.h new file mode 100644 index 0000000..c841817 --- /dev/null +++ b/src/particles.h @@ -0,0 +1,7 @@ +#pragma once +#include + +extern SDL_Rect const particle_gray; +extern SDL_Rect const particle_red; +extern SDL_Rect const particle_orange; +extern SDL_Rect const particle_white; -- cgit 1.4.1-2-gfad0