Skip to content

Commit

Permalink
Greg death sound volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Gingerbeard5773 committed Nov 21, 2022
1 parent 3620d00 commit ead170a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 100 deletions.
99 changes: 0 additions & 99 deletions Entities/Items/Crate/Crate.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion Entities/Zombies/Greg/Greg.as
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ f32 onHit(CBlob@ this, Vec2f worldPoint, Vec2f velocity, f32 damage, CBlob@ hitt

void onDie(CBlob@ this)
{
this.getSprite().PlaySound("/GregRoar");
this.getSprite().PlaySound("/GregRoar", 1.5f);
}

0 comments on commit ead170a

Please sign in to comment.