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));
|
assets.add(new SoundAssetDelayVolume(SoundAsset.SHIELD, 1.0f, 0f));
|
||||||
break;
|
break;
|
||||||
case TURBO:
|
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;
|
break;
|
||||||
case SWAP:
|
case SWAP:
|
||||||
assets.add(new SoundAssetDelayVolume(SoundAsset.SWAP, 1.0f, 0f));
|
assets.add(new SoundAssetDelayVolume(SoundAsset.SWAP, 1.0f, 0f));
|
||||||
|
|||||||
Reference in New Issue
Block a user