Example usage for com.badlogic.gdx Screen interface-usage

List of usage examples for com.badlogic.gdx Screen interface-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx Screen interface-usage.

Usage

From source file com.tumblr.oddlydrawn.stupidworm.screens.LoadingScreen.java

/** @author oddlydrawn */
public class LoadingScreen implements Screen {
    final String NOW_LOADING = "Now Loading...";
    final String FONT = "data/font/dfont.fnt";
    final float X_POS = 300;
    final float Y_POS = 30;

From source file com.tumblr.oddlydrawn.stupidworm.screens.MainMenuScreen.java

/** @author oddlydrawn */
public class MainMenuScreen implements Screen {
    // FIXME I should play with windows instead of tables.
    // Until then, spaces fix table alignment
    public static final int WIDTH = 480;
    public static final int HEIGHT = 320;

From source file com.turbogerm.suchyblocks.screens.ScreenBase.java

public abstract class ScreenBase implements Screen {

    protected final SuchyBlocks mGame;
    protected final Resources mResources;
    protected final AssetManager mAssetManager;
    protected final Skin mGuiSkin;

From source file com.twojeremys.merge.screen.MainMenuScreen.java

public class MainMenuScreen implements Screen {

    private static final String TAG = MainMenuScreen.class.getSimpleName();

    protected final Merge game;

From source file com.uwsoft.editor.view.Overlap2DScreen.java

public class Overlap2DScreen implements Screen, InputProcessor {
    private static final String TAG = Overlap2DScreen.class.getCanonicalName();
    //public SandboxStage sandboxStage;

    public UIStage uiStage;

From source file com.whynot.stClient.view.MainScreen.java

/**
 *
 * @author potapov
 */
public class MainScreen implements com.badlogic.gdx.Screen {

From source file com.whynot.stClient.view.Splash.java

/**
 *
 * @author potapov
 */
public class Splash implements com.badlogic.gdx.Screen {
    private Sprite splash;

From source file com.whynot.stClient.view.Splash1.java

/**
 *
 * @author potapov
 */
public class Splash1 implements com.badlogic.gdx.Screen {

From source file com.worms.screen.AbstractScreen.java

/**
 *
 * @author pawel_000
 */
public abstract class AbstractScreen implements Screen {
    public OrthographicCamera camera;

From source file com.wotf.gui.view.MainMenu.java

/**
 * Screen that shows the main menu
 */
public class MainMenu implements Screen {

    private Skin skin;