diff --git a/Behaviours/KeyboardPhysicsProp.cs b/Behaviours/KeyboardPhysicsProp.cs index 5c5cf8a..805a5b0 100644 --- a/Behaviours/KeyboardPhysicsProp.cs +++ b/Behaviours/KeyboardPhysicsProp.cs @@ -30,7 +30,8 @@ public override void ItemActivate(bool used, bool buttonDown = true) bundle.LoadAsset("Assets/DingusThings/Sounds/ryan keyboard.ogg"), bundle.LoadAsset("Assets/DingusThings/Sounds/agam keyboard.ogg"), bundle.LoadAsset("Assets/DingusThings/Sounds/pingu keyboard.ogg"), - bundle.LoadAsset("Assets/DingusThings/Sounds/luna keyboard.ogg") + bundle.LoadAsset("Assets/DingusThings/Sounds/luna keyboard.ogg"), + bundle.LoadAsset("Assets/DingusThings/Sounds/kayeo keyboard.ogg") ]; int randomIndex = Random.Range(0, clips.Length); AudioSource audioSource = GetComponent(); diff --git a/DingusThings.csproj b/DingusThings.csproj index 4f460db..40459e0 100644 --- a/DingusThings.csproj +++ b/DingusThings.csproj @@ -5,7 +5,7 @@ milodinosaur.DingusThings DingusThings - 1.4.0 + 1.4.1 diff --git a/README.md b/README.md index 3e9ad1b..24600f0 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Yet another Lethal Company custom scrap pack Model made by me

- Keyboard sounds by Pinguwow, Mika, Lunalc3, Agamgunz, and me + Keyboard sounds by Pinguwow, Mikacchi, Lunalc3, Agamgunz, Kayeo, and me