Adjust delay
This commit is contained in:
		@@ -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));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user