Adjust delay

This commit is contained in:
Felix Koppe
2024-12-09 04:10:14 +01:00
parent 659fef6c50
commit 6f34b1fe33

View File

@@ -151,7 +151,7 @@ public void playSound(MdgaSound sound) {
assets.add(new SoundAssetDelayVolume(SoundAsset.SHIELD, 1.0f, 0f));
break;
case TURBO:
assets.add(new SoundAssetDelayVolume(SoundAsset.SPEED, 1.0f, 0f));
assets.add(new SoundAssetDelayVolume(SoundAsset.SPEED, 1.0f, 0.2f));
break;
case SWAP:
assets.add(new SoundAssetDelayVolume(SoundAsset.SWAP, 1.0f, 0f));