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.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/particles.c (limited to 'src/particles.c') diff --git a/src/particles.c b/src/particles.c new file mode 100644 index 0000000..3655f23 --- /dev/null +++ b/src/particles.c @@ -0,0 +1,6 @@ +#include + +SDL_Rect const particle_gray = {0, 0, 4, 4}; +SDL_Rect const particle_red = {4, 0, 4, 4}; +SDL_Rect const particle_orange = {8, 0, 4, 4}; +SDL_Rect const particle_white = {12, 0, 4, 4}; -- cgit 1.4.1-2-gfad0