| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "__type__": "cc.AnimationClip",
- "_name": "airship",
- "_objFlags": 0,
- "_native": "",
- "_duration": 15,
- "sample": 4,
- "speed": 0.66,
- "wrapMode": 2,
- "curveData": {
- "props": {
- "position": [
- {
- "frame": 0,
- "value": [
- 531,
- 64
- ],
- "motionPath": [
- [
- 343,
- 108,
- 432,
- 77,
- 254,
- 138
- ]
- ]
- },
- {
- "frame": 5,
- "value": [
- 175,
- 186
- ]
- },
- {
- "frame": 10,
- "value": [
- -130,
- 87
- ]
- },
- {
- "frame": 15,
- "value": [
- -545,
- 213
- ]
- }
- ]
- },
- "paths": {
- "guide": {
- "props": {
- "scale": []
- }
- }
- }
- },
- "events": [
- {
- "frame": 3.75,
- "func": "shipFunc",
- "params": []
- },
- {
- "frame": 15,
- "func": "destroyShip",
- "params": []
- }
- ]
- }
|