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 app.badlogicgames.superjumper.GameScreen.java

public class GameScreen implements Screen {
    static final int GAME_READY = 0;
    static final int GAME_RUNNING = 1;
    static final int GAME_PAUSED = 2;
    static final int GAME_LEVEL_END = 3;
    static final int GAME_OVER = 4;

From source file app.badlogicgames.superjumper.HelpScreen.java

public class HelpScreen implements Screen {
    Game game;

    OrthographicCamera guiCam;
    SpriteBatch batcher;
    Rectangle nextBounds;

From source file app.badlogicgames.superjumper.HelpScreen2.java

public class HelpScreen2 implements Screen {
    Game game;

    OrthographicCamera guiCam;
    SpriteBatch batcher;
    Rectangle nextBounds;

From source file app.badlogicgames.superjumper.HelpScreen3.java

public class HelpScreen3 implements Screen {
    Game game;

    OrthographicCamera guiCam;
    SpriteBatch batcher;
    Rectangle nextBounds;

From source file app.badlogicgames.superjumper.HelpScreen4.java

public class HelpScreen4 implements Screen {
    Game game;

    OrthographicCamera guiCam;
    SpriteBatch batcher;
    Rectangle nextBounds;

From source file app.badlogicgames.superjumper.HelpScreen5.java

public class HelpScreen5 implements Screen {
    Game game;

    OrthographicCamera guiCam;
    SpriteBatch batcher;
    Rectangle nextBounds;

From source file app.badlogicgames.superjumper.HighscoresScreen.java

public class HighscoresScreen implements Screen {
    Game game;

    OrthographicCamera guiCam;
    SpriteBatch batcher;
    Rectangle backBounds;

From source file app.badlogicgames.superjumper.MainMenuScreen.java

public class MainMenuScreen implements Screen {

    Game game;

    OrthographicCamera guiCam;
    SpriteBatch batcher;

From source file app.badlogicgames.superjumper.multiplayer.MultiplayerGameScreen.java

public class MultiplayerGameScreen implements Screen, WarpListener {
    static final int GAME_READY = 0;
    static final int GAME_RUNNING = 1;
    static final int GAME_PAUSED = 2;
    static final int GAME_LEVEL_END = 3;
    static final int GAME_OVER = 4;

From source file app.badlogicgames.superjumper.multiplayer.StartMultiplayerScreen.java

public class StartMultiplayerScreen implements Screen, WarpListener {
    Game game;

    OrthographicCamera guiCam;
    SpriteBatch batcher;
    Rectangle backBounds;