Version 1.0 #40

Merged
j23f0779 merged 947 commits from development2 into main 2024-12-13 10:26:49 +01:00
Showing only changes of commit 6f34b1fe33 - Show all commits

View File

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