Updated the core landing sound and added a launch sound (#9802)

* Added core launch sound and remade the land sound,

* Updated the land.ogg to use Synth Pad 3

* Added saw

* Updated
This commit is contained in:
Leo
2024-05-02 15:56:09 -04:00
committed by GitHub
parent d9ea8beae2
commit 143db64710
4 changed files with 11 additions and 0 deletions
@@ -51,6 +51,7 @@ public class CoreBlock extends StorageBlock{
public UnitType unitType = UnitTypes.alpha;
public float landDuration = 160f;
public Music landMusic = Musics.land;
public Music launchMusic = Musics.coreLaunch;
public Effect launchEffect = Fx.launch;
public Interp landZoomInterp = Interp.pow3;
@@ -333,6 +334,10 @@ public class CoreBlock extends StorageBlock{
return landMusic;
}
public Music launchMusic(){
return launchMusic;
}
@Override
public void draw(){
//draw thrusters when just landed