Skip to content

Commit 53ef088

Browse files
authored
Merge pull request #401 from jlmjlm/spd-size2
Draw OoSpeed swirls smaller on turns w/o its effect.
2 parents e6276cd + 1a8c996 commit 53ef088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ EX void drawPlayerEffects(const shiftmatrix& V, const shiftmatrix& Vparam, cell
360360
if(items[itOrbShield] > (shmup::on ? 0 : ORBBASE)) drawShield(V, itOrbShield);
361361
if(items[itOrbShell] > (shmup::on ? 0 : ORBBASE)) drawShield(V, itOrbShell);
362362

363-
if(items[itOrbSpeed]) drawSpeed(V);
363+
if(items[itOrbSpeed]) drawSpeed(V, (items[itOrbSpeed] % 2) ? 1.1 : 0.8);
364364
if(items[itCurseGluttony]) drawCurse(V, itCurseGluttony);
365365
if(items[itCurseRepulsion]) drawCurse(V, itCurseRepulsion);
366366

0 commit comments

Comments
 (0)