]> Dogcows Code - chaz/yoink/blobdiff - data/animations/AlienWarrior.json
fixed up video and texture handling
[chaz/yoink] / data / animations / AlienWarrior.json
index 15d28cf894cf40d788f51f21372f5e663d032a3c..2268fca21fd7214fe1ec5c7dafe64a6330ab2668 100644 (file)
 {
-  "Stand": {
-    "type": "Stand",
-    "delay": 1,
-    "frames": [
-      {
-        "index": 0,
-        "duration": 2
-      },
-      {
-        "index": 1,
-        "duration": 0.25
-      },
-      {
-        "index": 2,
-        "duration": 2
-      },
-      {
-        "index": 1,
-        "duration": 0.25
-      }
-    ]
-  },
-  "Run": {
-    "type": "Run",
-    "delay": 0.25,
-    "frames": [
-      {
-        "index": 3
-      },
-      {
-        "index": 4
-      },
-      {
-        "index": 5
-      },
-      {
-        "index": 6
-      }
-    ]
-  },
-  "StopRunning": {
-    "type": "Stand",
-    "next": "Stand",
-    "delay": 10,
-    "loop": true,
-    "frames": [
-      {
-        "index": 7
-      }
-    ]
-  },
-  "Jump": {
-    "type": "Jump",
-    "next": "FlyDiagonallyUp",
-    "delay": 0.25,
-    "frames": [
-      {
-        "index": 17
-      }
-    ]
-  },
-  "Land": {
-    "type": "Stand",
-    "next": "Stand",
-    "delay": 1,
-    "loop": true,
-    "frames": [
-      {
-        "index": 13,
-        "duration": 0.25
-      }
-    ]
-  },
-  "FlyDiagonallyUp": {
-    "type": "Fly",
-    "delay": 0.1,
-    "frames": [
-      {
-        "index": 18
-      }
-    ]
-  },
-  "FlyDiagonallyDown": {
-    "type": "Fly",
-    "delay": 0.1,
-    "frames": [
-      {
-        "index": 19
-      }
-    ]
-  },
-  "FlyStraightUp": {
-    "type": "Fly",
-    "delay": 0.1,
-    "frames": [
-      {
-        "index": 19
-      }
-    ]
-  },
-  "FlyHorizontally": {
-    "type": "Fly",
-    "frames": [
-      {
-        "index": 3
-      }
-    ]
-  },
-  "Punch": {
-    "type": "Attack",
-    "delay": 0.2,
-    "frames": [
-      {
-        "index": 8
-      },
-      {
-        "index": 9
-      }
-    ]
-  },
-  "StartFiring": {
-    "type": "Attack",
-    "next": "Fire",
-    "delay": 0.1,
-    "frames": [
-      {
-        "index": 0
-      },
-      {
-        "index": 8
-      }
-    ]
-  },
-  "Fire": {
-    "type": "Attack",
-    "delay": 1,
-    "frames": [
-      {
-        "index": 10,
-        "duration": 0.2
-      },
-      {
-        "index": 11,
-        "duration": 0.2
-      }
-    ]
-  },
-  "StopFiring": {
-    "type": "Attack",
-    "next": "Stand",
-    "delay": 0.1,
-    "frames": [
-      {
-        "index": 8
-      },
-      {
-        "index": 0
-      }
-    ]
-  },
-  "KnockedDown": {
-    "type": "Hit",
-    "delay": 0.1,
-    "loop": true,
-    "frames": [
-      {
-        "index": 16
-      },
-      {
-        "index": 15
-      }
-    ]
-  },
-  "Flattened": {
-    "type": "Hit",
-    "delay": 1,
-    "frames": [
-      {
-        "index": 13
-      }
-    ]
-  }
+       "Stand":
+       {
+               "type": "Stand",
+               "delay": 1,
+               "frames":
+               [
+                       {
+                               "index": 0,
+                               "duration": 2
+                       },
+                       {
+                               "index": 1,
+                               "duration": 0.25
+                       },
+                       {
+                               "index": 2,
+                               "duration": 2
+                       },
+                       {
+                               "index": 1,
+                               "duration": 0.25
+                       }
+               ]
+       },
+       "Run":
+       {
+               "type": "Run",
+               "delay": 0.25,
+               "frames":
+               [
+                       {
+                               "index": 3
+                       },
+                       {
+                               "index": 4
+                       },
+                       {
+                               "index": 5
+                       },
+                       {
+                               "index": 6
+                       }
+               ]
+       },
+       "StopRunning":
+       {
+               "type": "Stand",
+               "next": "Stand",
+               "delay": 10,
+               "loop": true,
+               "frames":
+               [
+                       {
+                               "index": 7
+                       }
+               ]
+       },
+       "Jump":
+       {
+               "type": "Jump",
+               "next": "FlyDiagonallyUp",
+               "delay": 0.25,
+               "frames":
+               [
+                       {
+                               "index": 17
+                       }
+               ]
+       },
+       "Land":
+       {
+               "type": "Stand",
+               "next": "Stand",
+               "delay": 1,
+               "loop": true,
+               "frames":
+               [
+                       {
+                               "index": 13,
+                               "duration": 0.25
+                       }
+               ]
+       },
+       "FlyDiagonallyUp":
+       {
+               "type": "Fly",
+               "delay": 0.1,
+               "frames":
+               [
+                       {
+                               "index": 18
+                       }
+               ]
+       },
+       "FlyDiagonallyDown":
+       {
+               "type": "Fly",
+               "delay": 0.1,
+               "frames":
+               [
+                       {
+                               "index": 19
+                       }
+               ]
+       },
+       "FlyStraightUp":
+       {
+               "type": "Fly",
+               "delay": 0.1,
+               "frames":
+               [
+                       {
+                               "index": 19
+                       }
+               ]
+       },
+       "FlyHorizontally":
+       {
+               "type": "Fly",
+               "frames":
+               [
+                       {
+                               "index": 3
+                       }
+               ]
+       },
+       "Punch":
+       {
+               "type": "Attack",
+               "delay": 0.2,
+               "frames":
+               [
+                       {
+                               "index": 8
+                       },
+                       {
+                               "index": 9
+                       }
+               ]
+       },
+       "StartFiring":
+       {
+               "type": "Attack",
+               "next": "Fire",
+               "delay": 0.1,
+               "frames":
+               [
+                       {
+                               "index": 0
+                       },
+                       {
+                               "index": 8
+                       }
+               ]
+       },
+       "Fire":
+       {
+               "type": "Attack",
+               "delay": 1,
+               "frames":
+               [
+                       {
+                               "index": 10,
+                               "duration": 0.2
+                       },
+                       {
+                               "index": 11,
+                               "duration": 0.2
+                       }
+               ]
+       },
+       "StopFiring":
+       {
+               "type": "Attack",
+               "next": "Stand",
+               "delay": 0.1,
+               "frames":
+               [
+                       {
+                               "index": 8
+                       },
+                       {
+                               "index": 0
+                       }
+               ]
+       },
+       "KnockedDown":
+       {
+               "type": "Hit",
+               "delay": 0.1,
+               "loop": true,
+               "frames":
+               [
+                       {
+                               "index": 16
+                       },
+                       {
+                               "index": 15
+                       }
+               ]
+       },
+       "Flattened":
+       {
+               "type": "Hit",
+               "delay": 1,
+               "frames":
+               [
+                       {
+                               "index": 13
+                       }
+               ]
+       }
 }
This page took 0.024882 seconds and 4 git commands to generate.