public static class Resources.Companion
Modifier and Type | Method and Description |
---|---|
com.badlogic.gdx.audio.Sound |
getBLING() |
com.badlogic.gdx.graphics.Texture |
getCONTROLLER1() |
com.badlogic.gdx.graphics.Texture |
getCONTROLLER2() |
com.badlogic.gdx.graphics.Texture |
getCONTROLLER3() |
com.badlogic.gdx.graphics.g2d.BitmapFont |
getFONT() |
com.badlogic.gdx.graphics.g2d.BitmapFont |
getFONT_CLEAR() |
com.badlogic.gdx.graphics.g2d.BitmapFont |
getFONT_ENGLISH() |
com.badlogic.gdx.graphics.g2d.Animation<com.badlogic.gdx.graphics.Color> |
getFlashAnim() |
com.badlogic.gdx.graphics.Texture |
getMISSING_TEXTURE() |
com.badlogic.gdx.graphics.g2d.TextureRegion |
getMISSING_TEXTUREREGION() |
com.badlogic.gdx.graphics.Color[] |
getPalette() |
java.lang.String[] |
getSequence() |
com.badlogic.gdx.utils.I18NBundle |
getTEXT() |
void |
setTEXT(com.badlogic.gdx.utils.I18NBundle p) |
public com.badlogic.gdx.graphics.Texture getCONTROLLER1()
public com.badlogic.gdx.graphics.Texture getCONTROLLER2()
public com.badlogic.gdx.graphics.Texture getCONTROLLER3()
public com.badlogic.gdx.utils.I18NBundle getTEXT()
public void setTEXT(com.badlogic.gdx.utils.I18NBundle p)
public com.badlogic.gdx.graphics.Texture getMISSING_TEXTURE()
public com.badlogic.gdx.graphics.g2d.TextureRegion getMISSING_TEXTUREREGION()
public com.badlogic.gdx.graphics.g2d.BitmapFont getFONT()
public com.badlogic.gdx.graphics.g2d.BitmapFont getFONT_CLEAR()
public com.badlogic.gdx.graphics.g2d.BitmapFont getFONT_ENGLISH()
public com.badlogic.gdx.audio.Sound getBLING()
public com.badlogic.gdx.graphics.Color[] getPalette()
public com.badlogic.gdx.graphics.g2d.Animation<com.badlogic.gdx.graphics.Color> getFlashAnim()
public java.lang.String[] getSequence()