aboutsummaryrefslogtreecommitdiff
path: root/bts.c
diff options
context:
space:
mode:
Diffstat (limited to 'bts.c')
-rw-r--r--bts.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bts.c b/bts.c
index 7a1d17a..23079c3 100644
--- a/bts.c
+++ b/bts.c
@@ -647,11 +647,11 @@ initvfx(void)
coverimg = readpngimage(aux);
snprint(aux, sizeof aux, "%s/%s", assetdir, "vfx/hit.png");
- spritetab[VFXHit] = readpngsprite(aux, ZP, Rect(0, 0, 32, 32), 12, 100);
+ spritetab[VFXHit] = readpngsprite(aux, ZP, Rect(0, 0, 32, 32), 12, 60);
snprint(aux, sizeof aux, "%s/%s", assetdir, "vfx/miss.png");
- spritetab[VFXMiss] = readpngsprite(aux, ZP, Rect(0, 0, 32, 32), 7, 150);
+ spritetab[VFXMiss] = readpngsprite(aux, ZP, Rect(0, 0, 32, 32), 7, 100);
snprint(aux, sizeof aux, "%s/%s", assetdir, "vfx/shining.png");
- spritetab[VFXShine] = readpngsprite(aux, ZP, Rect(0, 0, 50, 50), 11, 100);
+ spritetab[VFXShine] = readpngsprite(aux, ZP, Rect(0, 0, 50, 50), 11, 50);
initvfxq(&vfxqueue);
}