Skip to content

Commit

Permalink
Adjust shadow offset for cacodemons
Browse files Browse the repository at this point in the history
  • Loading branch information
bradharding committed Jan 11, 2025
1 parent 731aa09 commit e1a07de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ mobjinfo_t original_mobjinfo[NUMMOBJTYPES] =
/* frames */ 0,
/* fullbright */ false,
/* bloodcolor */ BLUEBLOOD,
/* shadowoffset */ 6 * FRACUNIT,
/* shadowoffset */ 2 * FRACUNIT,
/* mbf21flags */ 0,
/* infightinggroup */ IG_DEFAULT,
/* projectilegroup */ PG_DEFAULT,
Expand Down

0 comments on commit e1a07de

Please sign in to comment.