Skip to content

Commit 5f3dac5

Browse files
this
1 parent d45ccce commit 5f3dac5

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/lib/libraries/sounds.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3348,6 +3348,7 @@
33483348
"name": "Elevator Ding",
33493349
"tags": [
33503350
"dinosaurmod",
3351+
"effects",
33513352
"new"
33523353
],
33533354
"assetId": "8abd94d92d95421ff1b720f4bfcd8b75",

src/playground/credits/credits.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,16 +122,16 @@ const Credits = () => (
122122
<p><i>The list order is randomized on each refresh.</i></p>
123123
<h2>Sound Effects</h2>
124124
<p>
125-
All PenguinMod sounds are downloaded or created from:
125+
All PenguinMod and DinosaurMod sounds are downloaded or created from:
126126
<ul>
127127
<li><a href="https://freesound.org/">https://freesound.org/</a></li>
128128
<li><a href="https://archive.org/">https://archive.org/</a></li>
129129
<li><a href="https://discord.gg/NZ9MBMYTZh">User-submissions from the PenguinMod Discord Server</a></li>
130130
<li>The PenguinMod Developers</li>
131131
</ul>
132-
All sounds exclusive to PenguinMod are included under Public Domain licenses or licenses such as MIT and CC0.
132+
All sounds exclusive to PenguinMod and DinosaurMod are included under Public Domain licenses or licenses such as MIT and CC0.
133133
</p>
134-
<p>This is the current list of user-submitted sound creators:</p>
134+
<p>This is the current list of user-submitted PenguinMod sound creators:</p>
135135
<UserList users={UserData.pmSoundSubmittors} />
136136
<p><i>The list order is randomized on each refresh.</i></p>
137137
</section>

0 commit comments

Comments
 (0)