Advertisement
egyware

Untitled

May 23rd, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "groups":
  3.     [
  4.         {
  5.             "name": "common",
  6.             "assets": []
  7.         },
  8.         {
  9.             "name": "aitor",
  10.             "assets":
  11.             [
  12.                 {
  13.                     "type": "com.egysoft.gdx.assets.EntityBuilder",
  14.                     "fileName": "entities/veneno.json"
  15.                 },     
  16.                 {
  17.                     "type": "com.egysoft.gdx.assets.EntityBuilder",
  18.                     "fileName": "entities/chocolate.json"          
  19.                 },
  20.                 {
  21.                     "type": "com.egysoft.gdx.assets.EntityBuilder",
  22.                     "fileName": "entities/pollo.json"
  23.                 },
  24.                 {
  25.                     "type": "com.egysoft.gdx.assets.EntityBuilder",
  26.                     "fileName": "entities/explosion.json"
  27.                 },
  28.                 {
  29.                     "type": "com.egysoft.gdx.assets.EntityBuilder",
  30.                     "fileName": "entities/zombie.json"
  31.                 },
  32.                 {
  33.                     "type": "com.egysoft.gdx.assets.EntityBuilder",
  34.                     "fileName": "entities/celio.json"
  35.                 },
  36.                 {
  37.                     "type": "com.egysoft.gdx.assets.Level",
  38.                     "fileName": "levels/aitorstage.level"
  39.                 },
  40.                 {
  41.                     "type": "com.badlogic.gdx.graphics.Texture",
  42.                     "fileName": "maps/estrellas.png"
  43.                 },
  44.                 {
  45.                     "type": "com.badlogic.gdx.audio.Sound",
  46.                     "fileName": "sounds/explosion_snd.wav"
  47.                 },
  48.                 {
  49.                     "type": "com.badlogic.gdx.graphics.g2d.TextureAtlas",
  50.                     "fileName": "atlas/explosion.atlas"
  51.                 },
  52.                 {
  53.                     "type": "com.badlogic.gdx.graphics.g2d.TextureAtlas",
  54.                     "fileName": "atlas/zombie.atlas"
  55.                 },
  56.                 {
  57.                     "type": "com.badlogic.gdx.graphics.g2d.TextureAtlas",
  58.                     "fileName": "atlas/celio.atlas"
  59.                 },
  60.                 {
  61.                     "type": "com.badlogic.gdx.graphics.g2d.TextureAtlas",
  62.                     "fileName": "atlas/barra.atlas"
  63.                 },
  64.                 {
  65.                     "type": "com.badlogic.gdx.graphics.g2d.TextureAtlas",
  66.                     "fileName": "atlas/items.atlas"
  67.                 }          
  68.             ]
  69.         }
  70.     ]
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement