123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "__type__": "cc.AnimationClip",
- "_name": "godScale",
- "_objFlags": 0,
- "_native": "",
- "_duration": 0.5,
- "sample": 60,
- "speed": 0.5,
- "wrapMode": "2",
- "curveData": {
- "paths": {
- "InstrBtn": {
- "props": {
- "scale": [
- {
- "frame": 0,
- "value": {
- "__type__": "cc.Vec2",
- "x": 1.2,
- "y": 1.2
- }
- },
- {
- "frame": 0.25,
- "value": {
- "__type__": "cc.Vec2",
- "x": 1.33,
- "y": 1.33
- }
- },
- {
- "frame": 0.5,
- "value": {
- "__type__": "cc.Vec2",
- "x": 1.2,
- "y": 1.2
- }
- }
- ]
- }
- }
- }
- },
- "events": []
- }
|