1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "__type__": "cc.AnimationClip",
- "_name": "WaitingState",
- "_objFlags": 0,
- "_native": "",
- "_duration": 0.75,
- "sample": 60,
- "speed": 1,
- "wrapMode": 2,
- "curveData": {
- "props": {
- "scale": [
- {
- "frame": 0,
- "value": {
- "__type__": "cc.Vec2",
- "x": 1,
- "y": 1
- }
- },
- {
- "frame": 0.4166666666666667,
- "value": {
- "__type__": "cc.Vec2",
- "x": 1.0499999523162842,
- "y": 1.0499999523162842
- }
- },
- {
- "frame": 0.75,
- "value": {
- "__type__": "cc.Vec2",
- "x": 1,
- "y": 1
- }
- }
- ]
- }
- },
- "events": []
- }
|