Package com.misc
Class SFX
- java.lang.Object
-
- com.misc.SFX
-
public class SFX extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static com.badlogic.gdx.audio.Soundsfx_button_clickstatic com.badlogic.gdx.audio.Soundsfx_fortress_destroyedstatic com.badlogic.gdx.audio.Soundsfx_garagestatic java.lang.Booleansfx_onstatic com.badlogic.gdx.audio.Soundsfx_patrol_diesstatic com.badlogic.gdx.audio.Soundsfx_projectilestatic com.badlogic.gdx.audio.Musicsfx_soundtrack_1static com.badlogic.gdx.audio.Musicsfx_soundtrack_2static com.badlogic.gdx.audio.Soundsfx_truck_damage
-
Constructor Summary
Constructors Constructor Description SFX()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddisableSFX(java.lang.String currentScreen)static voidenableSFX(short currentScreen)static voidplayGameMusic()static voidplayMenuMusic()
-
-
-
Field Detail
-
sfx_on
public static java.lang.Boolean sfx_on
-
sfx_soundtrack_1
public static final com.badlogic.gdx.audio.Music sfx_soundtrack_1
-
sfx_soundtrack_2
public static final com.badlogic.gdx.audio.Music sfx_soundtrack_2
-
sfx_button_click
public static final com.badlogic.gdx.audio.Sound sfx_button_click
-
sfx_truck_damage
public static final com.badlogic.gdx.audio.Sound sfx_truck_damage
-
sfx_fortress_destroyed
public static final com.badlogic.gdx.audio.Sound sfx_fortress_destroyed
-
sfx_projectile
public static final com.badlogic.gdx.audio.Sound sfx_projectile
-
sfx_patrol_dies
public static final com.badlogic.gdx.audio.Sound sfx_patrol_dies
-
sfx_garage
public static final com.badlogic.gdx.audio.Sound sfx_garage
-
-