public class Resources
Some useful images and fonts you can use rather than loading your own
Modifier and Type | Class and Description |
---|---|
static class |
Resources.Companion |
Modifier and Type | Field and Description |
---|---|
static Resources.Companion |
Companion |
Constructor and Description |
---|
Resources()
Some useful images and fonts you can use rather than loading your own
|
Modifier and Type | Method and Description |
---|---|
static com.badlogic.gdx.audio.Sound |
getBLING() |
static com.badlogic.gdx.graphics.g2d.BitmapFont |
getFONT() |
static com.badlogic.gdx.graphics.g2d.BitmapFont |
getFONT_CLEAR() |
static com.badlogic.gdx.graphics.g2d.BitmapFont |
getFONT_ENGLISH() |
static com.badlogic.gdx.graphics.Texture |
getMISSING_TEXTURE() |
static com.badlogic.gdx.graphics.g2d.TextureRegion |
getMISSING_TEXTUREREGION() |
public static Resources.Companion Companion
public Resources()
Some useful images and fonts you can use rather than loading your own
public static com.badlogic.gdx.graphics.Texture getMISSING_TEXTURE()
public static com.badlogic.gdx.graphics.g2d.TextureRegion getMISSING_TEXTUREREGION()
public static com.badlogic.gdx.graphics.g2d.BitmapFont getFONT()
public static com.badlogic.gdx.graphics.g2d.BitmapFont getFONT_CLEAR()
public static com.badlogic.gdx.graphics.g2d.BitmapFont getFONT_ENGLISH()
public static com.badlogic.gdx.audio.Sound getBLING()