aboutsummaryrefslogtreecommitdiff
path: root/animation.c
diff options
context:
space:
mode:
authorquou <quou@disroot.org>2023-05-06 20:30:58 +1000
committerquou <quou@disroot.org>2023-05-06 20:30:58 +1000
commita72420a85fdfe85d6a6e67b8c70ed11537d532bd (patch)
tree387ce06b39590ba1b90935fcbf71ed03c4f912b9 /animation.c
parent2e0f7c263b197d72fea7701d566e4a62e892fefe (diff)
Work on visual effects; Debris and player bullet impact effects.
Diffstat (limited to 'animation.c')
-rw-r--r--animation.c14
1 files changed, 14 insertions, 0 deletions
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
}
};