Advertisement
Guest User

GAME

a guest
May 20th, 2018
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.27 KB | None | 0 0
  1. package com.mygdx.game;
  2. /**
  3.  * Created by ALKO on 17.05.2018.
  4.  */
  5. public class GAME {
  6.  
  7.  
  8.  
  9.  
  10.     public GAME() {
  11.  
  12.         MyGdxGame.mapManager.loadMap(0);
  13.     }
  14.  
  15.  
  16.     public  void update()
  17.     {
  18.  
  19.  
  20.     }
  21.  
  22.     public  void display()
  23.     {
  24.  
  25.  
  26.     }
  27.  
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement