Bigger laser shimmer

This commit is contained in:
Sally Coolatta 2022-09-15 02:27:20 -04:00
parent d6f5fc117f
commit dc44196c49

View file

@ -303,7 +303,7 @@ static void ShrinkLaserThinker(mobj_t *pohbee, mobj_t *gun, mobj_t *laser)
if (leveltime & 1)
{
laser->spritexscale = 3*FRACUNIT/2;
laser->spritexscale = 5*FRACUNIT/2;
}
else
{