Advertisement
egyware

Untitled

Sep 20th, 2014
264
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {    
  2.    first:"entrada",
  3.    origin:{x:0,y:12},
  4.    animations:[
  5.       {
  6.          name: "entrada",
  7.          region: "celio_entrada",
  8.          type: "loop",
  9.          sequence:{
  10.             delay:200,
  11.             data:[0,1]
  12.          }
  13.       },
  14.       {
  15.          name: "aparicion",
  16.          region: "celio_aparicion",
  17.          sequence:{
  18.             delay:100,
  19.             data:[0,1,2,3,3]
  20.          }
  21.       },
  22.       {
  23.          name: "quieto",
  24.          region: "celio_quieto",
  25.          type: "loop",
  26.          sequence:{
  27.             delay:250,
  28.             data:[0,1,2,3,1,0,0,0,0]
  29.          }
  30.       },
  31.       {
  32.          name: "caminando",
  33.          region: "celio_caminando",
  34.          type: "loop",
  35.          sequence:{
  36.             delay:100,
  37.             data:[0,1,2,3,4,5,6,7,8]
  38.          }
  39.       },
  40.       {
  41.          name: "agachado",
  42.          region: "celio_agachado",
  43.          type: "loop",
  44.          sequence:{
  45.             delay:250,
  46.             data:[0,1,2,3,1,0,0,0,0]
  47.          }
  48.       },
  49.       {
  50.          name: "guardia",
  51.          region: "celio_guardia",
  52.          type: "loop",
  53.          sequence:{
  54.             delay:250,
  55.             data:[0,1,2,3,1,0,0,0,0]
  56.          }
  57.       },
  58.       {
  59.          name: "ascenso",
  60.          region: "celio_ascenso",
  61.          type: "loop",
  62.          sequence:{
  63.             delay:1000,
  64.             data:[0]
  65.          }
  66.       },
  67.       {
  68.          name: "descenso",
  69.          region: "celio_descenso",
  70.          type: "loop",
  71.          sequence:{
  72.             delay:1000,
  73.             data:[0]
  74.          }
  75.       },
  76.       {
  77.          name: "ataque",
  78.          region: "celio_ataque",        
  79.          sequence:{
  80.             delay:120,
  81.             data:[0,1,2,3,4,5]
  82.          }
  83.       }
  84.    ]
  85. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement