Skip to content

Commit

Permalink
add new sound to keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanrk committed Jun 9, 2024
1 parent 8f5c47a commit 6902b68
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Behaviours/KeyboardPhysicsProp.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ public override void ItemActivate(bool used, bool buttonDown = true)
bundle.LoadAsset<AudioClip>("Assets/DingusThings/Sounds/ryan keyboard.ogg"),
bundle.LoadAsset<AudioClip>("Assets/DingusThings/Sounds/agam keyboard.ogg"),
bundle.LoadAsset<AudioClip>("Assets/DingusThings/Sounds/pingu keyboard.ogg"),
bundle.LoadAsset<AudioClip>("Assets/DingusThings/Sounds/luna keyboard.ogg")
bundle.LoadAsset<AudioClip>("Assets/DingusThings/Sounds/luna keyboard.ogg"),
bundle.LoadAsset<AudioClip>("Assets/DingusThings/Sounds/kayeo keyboard.ogg")
];
int randomIndex = Random.Range(0, clips.Length);
AudioSource audioSource = GetComponent<AudioSource>();
Expand Down
2 changes: 1 addition & 1 deletion DingusThings.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<AssemblyName>milodinosaur.DingusThings</AssemblyName>
<Product>DingusThings</Product>
<!-- Change to whatever version you're currently on. -->
<Version>1.4.0</Version>
<Version>1.4.1</Version>
</PropertyGroup>

<!-- Project Properties -->
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Yet another Lethal Company custom scrap pack
<td>
Model made by me
<br/><br/>
Keyboard sounds by Pinguwow, Mika, Lunalc3, Agamgunz, and me
Keyboard sounds by Pinguwow, Mikacchi, Lunalc3, Agamgunz, Kayeo, and me
</td>
</tr>
</table>
Expand Down

0 comments on commit 6902b68

Please sign in to comment.