SHARE
TWEET
Untitled
a guest
Sep 22nd, 2014
204
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- package com.endygames.testbug;
- import com.badlogic.gdx.Game;
- import com.badlogic.gdx.graphics.Texture;
- import com.badlogic.gdx.graphics.g2d.SpriteBatch;
- public class Launcher extends Game {
- @Override
- public void create () {
- this.setScreen(new GameScreen());
- }
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
