Skip to content

Commit

Permalink
Make spinners one pixel narrower
Browse files Browse the repository at this point in the history
  • Loading branch information
elgambitero committed Aug 19, 2021
1 parent 68258a0 commit 79db6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nasties.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
void NST_spinner_loop();
const Entity NST_spinner = {
NASTIE | INVINCIBLE,
{6, 15},
{5, 15},
{7, 15},
PAL_SYS0,
&spinner_spr,
Expand Down

0 comments on commit 79db6ae

Please sign in to comment.