SHARE
TWEET

Untitled

a guest Sep 22nd, 2014 204 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. package com.endygames.testbug;
  2.  
  3. import com.badlogic.gdx.Game;
  4. import com.badlogic.gdx.graphics.Texture;
  5. import com.badlogic.gdx.graphics.g2d.SpriteBatch;
  6.  
  7. public class Launcher extends Game {
  8.         @Override
  9.         public void create () {
  10.                 this.setScreen(new GameScreen());
  11.         }
  12.  
  13. }
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. OK, I Understand
Not a member of Pastebin yet?
Sign Up, it unlocks many cool features!
 
Top