Adjust delay
This commit is contained in:
@@ -151,7 +151,8 @@ 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, 0.2f));
|
||||
assets.add(new SoundAssetDelayVolume(SoundAsset.SPEED, 1.0f, 0.1f));
|
||||
assets.add(new SoundAssetDelayVolume(SoundAsset.SPEED, 1.0f, 1.3f));
|
||||
break;
|
||||
case SWAP:
|
||||
assets.add(new SoundAssetDelayVolume(SoundAsset.SWAP, 1.0f, 0f));
|
||||
|
||||
Reference in New Issue
Block a user