Example usage for com.badlogic.gdx ApplicationAdapter subclass-usage

List of usage examples for com.badlogic.gdx ApplicationAdapter subclass-usage

Introduction

In this page you can find the example usage for com.badlogic.gdx ApplicationAdapter subclass-usage.

Usage

From source file scenes.GameLobby.java

public class GameLobby extends ApplicationAdapter {

    private Stage stage; //done
    private TextureAtlas atlas; //done
    private Skin skin; //done

From source file scenes.GameModeSelect.java

/**
 *
 * @author <a href="mailto:kevin.vanderburg@student.fontys.nl">Kevin van der
 * Burg</a>
 */
public class GameModeSelect extends ApplicationAdapter {

From source file scenes.GameSummary.java

/**
 *
 * @author <a href="mailto:martin.drost@student.fontys.nl">Martin Dorst</a>
 */
public class GameSummary extends ApplicationAdapter {
    private Stage stage; //done

From source file scenes.GameWaiting.java

/**
 *
 * @author <a href="mailto:kevin.vanderburg@student.fontys.nl">Kevin van der Burg</a>
 */
public class GameWaiting extends ApplicationAdapter {
    private Stage stage; //done

From source file scenes.MatchScreen.java

/**
 *
 * @author <a href="mailto:d.vangils@student.fontys.nl">Dennis van Gils</a>
 */
public class MatchScreen extends ApplicationAdapter {

From source file scenes.PauseScreen.java

/**
 *
 * @author Martin Dorst <martin.drost@student.fontys.nl>
 */
public class PauseScreen extends ApplicationAdapter {

From source file scenes.SearchGame.java

/**
 *
 * @author <a href="mailto:kevin.vanderburg@student.fontys.nl">Kevin van der Burg</a>
 */
public class SearchGame extends ApplicationAdapter {
    private Stage stage; //done

From source file scenes.SelectServer.java

/**
 *
 * @author <a href="mailto:martin.drost@student.fontys.nl">Martin Dorst</a>
 */
public class SelectServer extends ApplicationAdapter {
    private Stage stage; //done

From source file scenes.SettingsScreen.java

/**
 *
 * @author <a href="mailto:martin.drost@student.fontys.nl">Martin Dorst</a>, Edited by <a href="mailto:kevin.vanderburg@student.fontys.nl">Kevin van der Burg</a>
 */
public class SettingsScreen extends ApplicationAdapter {

From source file scenes.SplashScreen.java

/**
 * 
 * @author <a href="mailto:martin.drost@student.fontys.nl">Martin Dorst</a>
 */
public class SplashScreen extends ApplicationAdapter {
    private SpriteBatch batch;