From a72420a85fdfe85d6a6e67b8c70ed11537d532bd Mon Sep 17 00:00:00 2001 From: quou Date: Sat, 6 May 2023 20:30:58 +1000 Subject: Work on visual effects; Debris and player bullet impact effects. --- animation.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'animation.c') diff --git a/animation.c b/animation.c index 6cf2584..a0fea2c 100644 --- a/animation.c +++ b/animation.c @@ -52,6 +52,20 @@ static const Animation animations[] = { }, 3, 5 + }, + /* animation_player_bullet_explode */ + { + { + { 30, 15, 15, 15 }, + { 45, 15, 15, 15 }, + { 60, 15, 15, 15 }, + { 75, 15, 15, 15 }, + { 90, 15, 15, 15 }, + { 105, 15, 15, 15 }, + { 120, 15, 15, 15 }, + }, + 7, + 1 } }; -- cgit v1.2.3-54-g00ecf