Skip to content

Commit

Permalink
Fix some sounds #712
Browse files Browse the repository at this point in the history
  • Loading branch information
cxong committed Jul 19, 2024
1 parent 3c6f8f9 commit 655d053
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions data/.wolf3d/N3Ddata.cdogscpn/bullets.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@
"OutOfRangeSpark": "spark",
"WallMark": "bullet_hole",
"Hit": {
"Flesh": {}
"Flesh": {
"Sound": "hurt"
}
},
"Speed": 35000,
"Range": 1,
Expand All @@ -98,7 +100,9 @@
"OutOfRangeSpark": "spark",
"WallMark": "bullet_hole",
"Hit": {
"Flesh": {}
"Flesh": {
"Sound": "hurt"
}
},
"Speed": 35000,
"Range": 1,
Expand All @@ -118,7 +122,9 @@
"OutOfRangeSpark": "spark",
"WallMark": "bullet_hole",
"Hit": {
"Flesh": {}
"Flesh": {
"Sound": "hurt"
}
},
"Speed": 35000,
"Range": 1,
Expand Down Expand Up @@ -165,7 +171,7 @@
"ShadowSize": [2, 2],
"Hit": {
"Flesh": {
"Sound": "hits/rocket"
"Sound": "hurt"
},
"Wall": {
"Sound": "hits/rocket"
Expand Down
2 changes: 1 addition & 1 deletion data/.wolf3d/N3Ddata.cdogscpn/pickups.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"Type": "Lives",
"Lives": 1
}],
"Sound": "pickup"
"Sound": "1up"
},
{
"Name": "grapes",
Expand Down

0 comments on commit 655d053

Please sign in to comment.