예제 #1
0
 public MainMenuParticle() {
   if (texture == null) texture = AssetManager.getTexture("player_particle_2");
 }
예제 #2
0
 public Inventory() {
   items = new HashMap<ItemType, Integer>();
   font = AssetManager.getFont("basic");
 }