Kaynağa Gözat

添加引导和结束动画资源

Citrus 7 ay önce
ebeveyn
işleme
7ddef70750
39 değiştirilmiş dosya ile 1448 ekleme ve 328 silme
  1. 13 0
      assets/Script/Guide.meta
  2. 28 0
      assets/Script/Guide/Guide.ts
  3. 10 0
      assets/Script/Guide/Guide.ts.meta
  4. 13 0
      assets/resources.meta
  5. BIN
      assets/resources/关卡中的教学点.png
  6. 38 0
      assets/resources/关卡中的教学点.png.meta
  7. BIN
      assets/resources/切图说明.jpg
  8. 38 0
      assets/resources/切图说明.jpg.meta
  9. BIN
      assets/resources/抛物线教学.jpg
  10. 38 0
      assets/resources/抛物线教学.jpg.meta
  11. BIN
      assets/resources/超级跳教学.jpg
  12. 38 0
      assets/resources/超级跳教学.jpg.meta
  13. 385 328
      assets/sub/Scene/Game.fire
  14. 13 0
      assets/sub/Texture/GameProp.meta
  15. 13 0
      assets/sub/Texture/Spine/引导.meta
  16. 13 0
      assets/sub/Texture/Spine/引导/手指(放大25%).meta
  17. 20 0
      assets/sub/Texture/Spine/引导/手指(放大25%)/手指图标.atlas
  18. 6 0
      assets/sub/Texture/Spine/引导/手指(放大25%)/手指图标.atlas.meta
  19. 82 0
      assets/sub/Texture/Spine/引导/手指(放大25%)/手指图标.json
  20. 10 0
      assets/sub/Texture/Spine/引导/手指(放大25%)/手指图标.json.meta
  21. BIN
      assets/sub/Texture/Spine/引导/手指(放大25%)/手指图标.png
  22. 38 0
      assets/sub/Texture/Spine/引导/手指(放大25%)/手指图标.png.meta
  23. 13 0
      assets/sub/Texture/Spine/引导/新建文件夹.meta
  24. BIN
      assets/sub/Texture/Spine/引导/新建文件夹/对话框.png
  25. 38 0
      assets/sub/Texture/Spine/引导/新建文件夹/对话框.png.meta
  26. BIN
      assets/sub/Texture/Spine/引导/新建文件夹/小对话框 .png
  27. 38 0
      assets/sub/Texture/Spine/引导/新建文件夹/小对话框 .png.meta
  28. BIN
      assets/sub/Texture/Spine/引导/新建文件夹/点击继续 (小).png
  29. 38 0
      assets/sub/Texture/Spine/引导/新建文件夹/点击继续 (小).png.meta
  30. BIN
      assets/sub/Texture/Spine/引导/新建文件夹/点击继续(大).png
  31. 38 0
      assets/sub/Texture/Spine/引导/新建文件夹/点击继续(大).png.meta
  32. 13 0
      assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍).meta
  33. 111 0
      assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍)/猫头鹰.atlas
  34. 6 0
      assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍)/猫头鹰.atlas.meta
  35. 296 0
      assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍)/猫头鹰.json
  36. 10 0
      assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍)/猫头鹰.json.meta
  37. BIN
      assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍)/猫头鹰.png
  38. 38 0
      assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍)/猫头鹰.png.meta
  39. 13 0
      assets/sub/Texture/Spine/鹈鹕.meta

+ 13 - 0
assets/Script/Guide.meta

@@ -0,0 +1,13 @@
+{
+  "ver": "1.1.3",
+  "uuid": "a47a5130-d9cf-4d35-84ed-36cd28ec9a67",
+  "importer": "folder",
+  "isBundle": false,
+  "bundleName": "",
+  "priority": 1,
+  "compressionType": {},
+  "optimizeHotUpdate": {},
+  "inlineSpriteFrames": {},
+  "isRemoteBundle": {},
+  "subMetas": {}
+}

+ 28 - 0
assets/Script/Guide/Guide.ts

@@ -0,0 +1,28 @@
+// Learn TypeScript:
+//  - https://docs.cocos.com/creator/2.4/manual/en/scripting/typescript.html
+// Learn Attribute:
+//  - https://docs.cocos.com/creator/2.4/manual/en/scripting/reference/attributes.html
+// Learn life-cycle callbacks:
+//  - https://docs.cocos.com/creator/2.4/manual/en/scripting/life-cycle-callbacks.html
+
+const {ccclass, property} = cc._decorator;
+
+@ccclass
+export default class NewClass extends cc.Component {
+
+    @property(cc.Label)
+    label: cc.Label = null;
+
+    @property
+    text: string = 'hello';
+
+    // LIFE-CYCLE CALLBACKS:
+
+    // onLoad () {}
+
+    start () {
+
+    }
+
+    // update (dt) {}
+}

+ 10 - 0
assets/Script/Guide/Guide.ts.meta

@@ -0,0 +1,10 @@
+{
+  "ver": "1.1.0",
+  "uuid": "7f8d0689-22f6-4d55-8773-6771bbe66443",
+  "importer": "typescript",
+  "isPlugin": false,
+  "loadPluginInWeb": true,
+  "loadPluginInNative": true,
+  "loadPluginInEditor": false,
+  "subMetas": {}
+}

+ 13 - 0
assets/resources.meta

@@ -0,0 +1,13 @@
+{
+  "ver": "1.1.3",
+  "uuid": "e24a5a78-17f0-498c-8f86-5e7a0b5561fc",
+  "importer": "folder",
+  "isBundle": true,
+  "bundleName": "resources",
+  "priority": 8,
+  "compressionType": {},
+  "optimizeHotUpdate": {},
+  "inlineSpriteFrames": {},
+  "isRemoteBundle": {},
+  "subMetas": {}
+}

BIN
assets/resources/关卡中的教学点.png


+ 38 - 0
assets/resources/关卡中的教学点.png.meta

@@ -0,0 +1,38 @@
+{
+  "ver": "2.3.7",
+  "uuid": "115dac72-dbc4-41f4-abf5-e4f6d04a665a",
+  "importer": "texture",
+  "type": "sprite",
+  "wrapMode": "clamp",
+  "filterMode": "bilinear",
+  "premultiplyAlpha": false,
+  "genMipmaps": false,
+  "packable": true,
+  "width": 794,
+  "height": 896,
+  "platformSettings": {},
+  "subMetas": {
+    "关卡中的教学点": {
+      "ver": "1.0.6",
+      "uuid": "c4b35a0d-89cd-4aa3-8460-ea70a592e424",
+      "importer": "sprite-frame",
+      "rawTextureUuid": "115dac72-dbc4-41f4-abf5-e4f6d04a665a",
+      "trimType": "auto",
+      "trimThreshold": 1,
+      "rotated": false,
+      "offsetX": 0,
+      "offsetY": 0,
+      "trimX": 0,
+      "trimY": 0,
+      "width": 794,
+      "height": 896,
+      "rawWidth": 794,
+      "rawHeight": 896,
+      "borderTop": 0,
+      "borderBottom": 0,
+      "borderLeft": 0,
+      "borderRight": 0,
+      "subMetas": {}
+    }
+  }
+}

BIN
assets/resources/切图说明.jpg


+ 38 - 0
assets/resources/切图说明.jpg.meta

@@ -0,0 +1,38 @@
+{
+  "ver": "2.3.7",
+  "uuid": "c7256695-1c14-4dbe-96aa-b6aa348bd2a8",
+  "importer": "texture",
+  "type": "sprite",
+  "wrapMode": "clamp",
+  "filterMode": "bilinear",
+  "premultiplyAlpha": false,
+  "genMipmaps": false,
+  "packable": true,
+  "width": 750,
+  "height": 1335,
+  "platformSettings": {},
+  "subMetas": {
+    "切图说明": {
+      "ver": "1.0.6",
+      "uuid": "c7bd6165-0da6-4832-9feb-9fb3b26e1fed",
+      "importer": "sprite-frame",
+      "rawTextureUuid": "c7256695-1c14-4dbe-96aa-b6aa348bd2a8",
+      "trimType": "auto",
+      "trimThreshold": 1,
+      "rotated": false,
+      "offsetX": 0,
+      "offsetY": 0,
+      "trimX": 0,
+      "trimY": 0,
+      "width": 750,
+      "height": 1335,
+      "rawWidth": 750,
+      "rawHeight": 1335,
+      "borderTop": 0,
+      "borderBottom": 0,
+      "borderLeft": 0,
+      "borderRight": 0,
+      "subMetas": {}
+    }
+  }
+}

BIN
assets/resources/抛物线教学.jpg


+ 38 - 0
assets/resources/抛物线教学.jpg.meta

@@ -0,0 +1,38 @@
+{
+  "ver": "2.3.7",
+  "uuid": "0fb8003d-2c41-4671-b6fc-7c1980b02870",
+  "importer": "texture",
+  "type": "sprite",
+  "wrapMode": "clamp",
+  "filterMode": "bilinear",
+  "premultiplyAlpha": false,
+  "genMipmaps": false,
+  "packable": true,
+  "width": 750,
+  "height": 1335,
+  "platformSettings": {},
+  "subMetas": {
+    "抛物线教学": {
+      "ver": "1.0.6",
+      "uuid": "1c55d6c2-7e84-43e0-9b8a-078727575df7",
+      "importer": "sprite-frame",
+      "rawTextureUuid": "0fb8003d-2c41-4671-b6fc-7c1980b02870",
+      "trimType": "auto",
+      "trimThreshold": 1,
+      "rotated": false,
+      "offsetX": 0,
+      "offsetY": 0,
+      "trimX": 0,
+      "trimY": 0,
+      "width": 750,
+      "height": 1335,
+      "rawWidth": 750,
+      "rawHeight": 1335,
+      "borderTop": 0,
+      "borderBottom": 0,
+      "borderLeft": 0,
+      "borderRight": 0,
+      "subMetas": {}
+    }
+  }
+}

BIN
assets/resources/超级跳教学.jpg


+ 38 - 0
assets/resources/超级跳教学.jpg.meta

@@ -0,0 +1,38 @@
+{
+  "ver": "2.3.7",
+  "uuid": "65afa8c0-0e26-488c-b948-d2313fbcf64b",
+  "importer": "texture",
+  "type": "sprite",
+  "wrapMode": "clamp",
+  "filterMode": "bilinear",
+  "premultiplyAlpha": false,
+  "genMipmaps": false,
+  "packable": true,
+  "width": 750,
+  "height": 1335,
+  "platformSettings": {},
+  "subMetas": {
+    "超级跳教学": {
+      "ver": "1.0.6",
+      "uuid": "2fc8ec0e-c10a-4174-b31e-6e9da1141455",
+      "importer": "sprite-frame",
+      "rawTextureUuid": "65afa8c0-0e26-488c-b948-d2313fbcf64b",
+      "trimType": "auto",
+      "trimThreshold": 1,
+      "rotated": false,
+      "offsetX": 0,
+      "offsetY": 0,
+      "trimX": 0,
+      "trimY": 0,
+      "width": 750,
+      "height": 1335,
+      "rawWidth": 750,
+      "rawHeight": 1335,
+      "borderTop": 0,
+      "borderBottom": 0,
+      "borderLeft": 0,
+      "borderRight": 0,
+      "subMetas": {}
+    }
+  }
+}

Dosya farkı çok büyük olduğundan ihmal edildi
+ 385 - 328
assets/sub/Scene/Game.fire


+ 13 - 0
assets/sub/Texture/GameProp.meta

@@ -0,0 +1,13 @@
+{
+  "ver": "1.1.3",
+  "uuid": "5ab7ce4e-c573-404e-9d79-0bdaf8bf389c",
+  "importer": "folder",
+  "isBundle": false,
+  "bundleName": "",
+  "priority": 1,
+  "compressionType": {},
+  "optimizeHotUpdate": {},
+  "inlineSpriteFrames": {},
+  "isRemoteBundle": {},
+  "subMetas": {}
+}

+ 13 - 0
assets/sub/Texture/Spine/引导.meta

@@ -0,0 +1,13 @@
+{
+  "ver": "1.1.3",
+  "uuid": "9796394e-92b5-46d4-a70f-4addbfe85dbe",
+  "importer": "folder",
+  "isBundle": false,
+  "bundleName": "",
+  "priority": 1,
+  "compressionType": {},
+  "optimizeHotUpdate": {},
+  "inlineSpriteFrames": {},
+  "isRemoteBundle": {},
+  "subMetas": {}
+}

+ 13 - 0
assets/sub/Texture/Spine/引导/手指(放大25%).meta

@@ -0,0 +1,13 @@
+{
+  "ver": "1.1.3",
+  "uuid": "b67691d1-12df-447d-bc65-5b72b9e19a37",
+  "importer": "folder",
+  "isBundle": false,
+  "bundleName": "",
+  "priority": 1,
+  "compressionType": {},
+  "optimizeHotUpdate": {},
+  "inlineSpriteFrames": {},
+  "isRemoteBundle": {},
+  "subMetas": {}
+}

+ 20 - 0
assets/sub/Texture/Spine/引导/手指(放大25%)/手指图标.atlas

@@ -0,0 +1,20 @@
+
+手指图标.png
+size: 177,105
+format: RGBA8888
+filter: Linear,Linear
+repeat: none
+光标
+  rotate: false
+  xy: 114, 42
+  size: 61, 61
+  orig: 63, 63
+  offset: 1, 1
+  index: -1
+手指
+  rotate: true
+  xy: 2, 2
+  size: 101, 110
+  orig: 103, 112
+  offset: 1, 1
+  index: -1

+ 6 - 0
assets/sub/Texture/Spine/引导/手指(放大25%)/手指图标.atlas.meta

@@ -0,0 +1,6 @@
+{
+  "ver": "1.0.3",
+  "uuid": "9b093347-46ab-402d-8335-761efedf34f7",
+  "importer": "asset",
+  "subMetas": {}
+}

+ 82 - 0
assets/sub/Texture/Spine/引导/手指(放大25%)/手指图标.json

@@ -0,0 +1,82 @@
+{
+"skeleton": {
+	"hash": "3Ttp7KZBJozpsU5Mfiv59tZ9sTs",
+	"spine": "3.8.75",
+	"x": -73.36,
+	"y": -3,
+	"width": 109.36,
+	"height": 132.6,
+	"images": "../images/手指图标/",
+	"audio": "C:/Users/Jason.L/Desktop"
+},
+"bones": [
+	{ "name": "root" },
+	{ "name": "手指", "parent": "root", "x": -6.36, "y": 44.65 },
+	{ "name": "光标", "parent": "手指", "length": 58.6, "rotation": 40.54, "x": -61.53, "y": 38.09 }
+],
+"slots": [
+	{ "name": "光标", "bone": "光标", "attachment": "光标" },
+	{ "name": "手指", "bone": "手指", "attachment": "手指" }
+],
+"skins": [
+	{
+		"name": "default",
+		"attachments": {
+			"手指": {
+				"手指": { "x": -9.14, "y": 8.35, "width": 103, "height": 112 }
+			},
+			"光标": {
+				"光标": { "x": 29.76, "y": -5.25, "rotation": -40.54, "width": 63, "height": 63 }
+			}
+		}
+	}
+],
+"animations": {
+	"拉": {
+		"slots": {
+			"光标": {
+				"attachment": [
+					{ "name": null },
+					{ "time": 0.0333, "name": "光标" }
+				]
+			}
+		},
+		"bones": {
+			"光标": {
+				"scale": [
+					{ "time": 0.0333, "x": 0.755, "y": 0.841, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.5333, "x": 1.211, "y": 0.775, "curve": "stepped" },
+					{ "time": 0.6667, "x": 1.211, "y": 0.775 }
+				]
+			},
+			"手指": {
+				"translate": [
+					{ "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.5, "x": -40, "y": -40, "curve": "stepped" },
+					{ "time": 0.6333, "x": -40, "y": -40 }
+				]
+			}
+		}
+	},
+	"点击": {
+		"slots": {
+			"光标": {
+				"attachment": [
+					{ "name": null }
+				]
+			}
+		},
+		"bones": {
+			"手指": {
+				"translate": [
+					{ "x": 10.72, "y": -10, "curve": "stepped" },
+					{ "time": 0.1, "x": 10.72, "y": -10, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.3333, "curve": "stepped" },
+					{ "time": 0.5, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.8333, "x": 10.72, "y": -10 }
+				]
+			}
+		}
+	}
+}
+}

+ 10 - 0
assets/sub/Texture/Spine/引导/手指(放大25%)/手指图标.json.meta

@@ -0,0 +1,10 @@
+{
+  "ver": "1.2.5",
+  "uuid": "8882eb0d-675f-45cf-b03e-e0087f146ad7",
+  "importer": "spine",
+  "textures": [
+    "abe24b28-bcda-4e68-859e-2c1ba6625745"
+  ],
+  "scale": 1,
+  "subMetas": {}
+}

BIN
assets/sub/Texture/Spine/引导/手指(放大25%)/手指图标.png


+ 38 - 0
assets/sub/Texture/Spine/引导/手指(放大25%)/手指图标.png.meta

@@ -0,0 +1,38 @@
+{
+  "ver": "2.3.7",
+  "uuid": "abe24b28-bcda-4e68-859e-2c1ba6625745",
+  "importer": "texture",
+  "type": "sprite",
+  "wrapMode": "clamp",
+  "filterMode": "bilinear",
+  "premultiplyAlpha": false,
+  "genMipmaps": false,
+  "packable": true,
+  "width": 177,
+  "height": 105,
+  "platformSettings": {},
+  "subMetas": {
+    "手指图标": {
+      "ver": "1.0.6",
+      "uuid": "19b52523-c8fd-48ba-9e78-124e0548d3d4",
+      "importer": "sprite-frame",
+      "rawTextureUuid": "abe24b28-bcda-4e68-859e-2c1ba6625745",
+      "trimType": "auto",
+      "trimThreshold": 1,
+      "rotated": false,
+      "offsetX": 0,
+      "offsetY": 0,
+      "trimX": 2,
+      "trimY": 2,
+      "width": 173,
+      "height": 101,
+      "rawWidth": 177,
+      "rawHeight": 105,
+      "borderTop": 0,
+      "borderBottom": 0,
+      "borderLeft": 0,
+      "borderRight": 0,
+      "subMetas": {}
+    }
+  }
+}

+ 13 - 0
assets/sub/Texture/Spine/引导/新建文件夹.meta

@@ -0,0 +1,13 @@
+{
+  "ver": "1.1.3",
+  "uuid": "f1f703cd-aad2-4fdc-8acb-2ae31ed3f5ad",
+  "importer": "folder",
+  "isBundle": false,
+  "bundleName": "",
+  "priority": 1,
+  "compressionType": {},
+  "optimizeHotUpdate": {},
+  "inlineSpriteFrames": {},
+  "isRemoteBundle": {},
+  "subMetas": {}
+}

BIN
assets/sub/Texture/Spine/引导/新建文件夹/对话框.png


+ 38 - 0
assets/sub/Texture/Spine/引导/新建文件夹/对话框.png.meta

@@ -0,0 +1,38 @@
+{
+  "ver": "2.3.7",
+  "uuid": "01a3f1bc-e2e7-40cc-8524-21d1d54a30f2",
+  "importer": "texture",
+  "type": "sprite",
+  "wrapMode": "clamp",
+  "filterMode": "bilinear",
+  "premultiplyAlpha": false,
+  "genMipmaps": false,
+  "packable": true,
+  "width": 635,
+  "height": 176,
+  "platformSettings": {},
+  "subMetas": {
+    "对话框": {
+      "ver": "1.0.6",
+      "uuid": "6e9ab659-3cda-4e5f-b440-03ffaf0e5d06",
+      "importer": "sprite-frame",
+      "rawTextureUuid": "01a3f1bc-e2e7-40cc-8524-21d1d54a30f2",
+      "trimType": "auto",
+      "trimThreshold": 1,
+      "rotated": false,
+      "offsetX": 0,
+      "offsetY": 0,
+      "trimX": 0,
+      "trimY": 0,
+      "width": 635,
+      "height": 176,
+      "rawWidth": 635,
+      "rawHeight": 176,
+      "borderTop": 0,
+      "borderBottom": 0,
+      "borderLeft": 0,
+      "borderRight": 0,
+      "subMetas": {}
+    }
+  }
+}

BIN
assets/sub/Texture/Spine/引导/新建文件夹/小对话框 .png


+ 38 - 0
assets/sub/Texture/Spine/引导/新建文件夹/小对话框 .png.meta

@@ -0,0 +1,38 @@
+{
+  "ver": "2.3.7",
+  "uuid": "aabf1466-4a84-4313-a4e5-9f4213bbcbd0",
+  "importer": "texture",
+  "type": "sprite",
+  "wrapMode": "clamp",
+  "filterMode": "bilinear",
+  "premultiplyAlpha": false,
+  "genMipmaps": false,
+  "packable": true,
+  "width": 447,
+  "height": 117,
+  "platformSettings": {},
+  "subMetas": {
+    "小对话框 ": {
+      "ver": "1.0.6",
+      "uuid": "984eee17-2477-4dc0-982f-4f4cdf05bbd0",
+      "importer": "sprite-frame",
+      "rawTextureUuid": "aabf1466-4a84-4313-a4e5-9f4213bbcbd0",
+      "trimType": "auto",
+      "trimThreshold": 1,
+      "rotated": false,
+      "offsetX": 0,
+      "offsetY": 0,
+      "trimX": 0,
+      "trimY": 0,
+      "width": 447,
+      "height": 117,
+      "rawWidth": 447,
+      "rawHeight": 117,
+      "borderTop": 0,
+      "borderBottom": 0,
+      "borderLeft": 0,
+      "borderRight": 0,
+      "subMetas": {}
+    }
+  }
+}

BIN
assets/sub/Texture/Spine/引导/新建文件夹/点击继续 (小).png


+ 38 - 0
assets/sub/Texture/Spine/引导/新建文件夹/点击继续 (小).png.meta

@@ -0,0 +1,38 @@
+{
+  "ver": "2.3.7",
+  "uuid": "6da6bc20-dc54-46d3-9e1e-cae64c8078d3",
+  "importer": "texture",
+  "type": "sprite",
+  "wrapMode": "clamp",
+  "filterMode": "bilinear",
+  "premultiplyAlpha": false,
+  "genMipmaps": false,
+  "packable": true,
+  "width": 93,
+  "height": 15,
+  "platformSettings": {},
+  "subMetas": {
+    "点击继续 (小)": {
+      "ver": "1.0.6",
+      "uuid": "beb68e8e-0318-4c5c-9a41-0f86f672eaec",
+      "importer": "sprite-frame",
+      "rawTextureUuid": "6da6bc20-dc54-46d3-9e1e-cae64c8078d3",
+      "trimType": "auto",
+      "trimThreshold": 1,
+      "rotated": false,
+      "offsetX": 0,
+      "offsetY": 0,
+      "trimX": 0,
+      "trimY": 0,
+      "width": 93,
+      "height": 15,
+      "rawWidth": 93,
+      "rawHeight": 15,
+      "borderTop": 0,
+      "borderBottom": 0,
+      "borderLeft": 0,
+      "borderRight": 0,
+      "subMetas": {}
+    }
+  }
+}

BIN
assets/sub/Texture/Spine/引导/新建文件夹/点击继续(大).png


+ 38 - 0
assets/sub/Texture/Spine/引导/新建文件夹/点击继续(大).png.meta

@@ -0,0 +1,38 @@
+{
+  "ver": "2.3.7",
+  "uuid": "4dac6609-325a-453b-8d4e-575256ddb8ca",
+  "importer": "texture",
+  "type": "sprite",
+  "wrapMode": "clamp",
+  "filterMode": "bilinear",
+  "premultiplyAlpha": false,
+  "genMipmaps": false,
+  "packable": true,
+  "width": 127,
+  "height": 21,
+  "platformSettings": {},
+  "subMetas": {
+    "点击继续(大)": {
+      "ver": "1.0.6",
+      "uuid": "7a7bd7d8-b24c-4b3d-841f-7e04fc21803e",
+      "importer": "sprite-frame",
+      "rawTextureUuid": "4dac6609-325a-453b-8d4e-575256ddb8ca",
+      "trimType": "auto",
+      "trimThreshold": 1,
+      "rotated": false,
+      "offsetX": 0,
+      "offsetY": 0,
+      "trimX": 0,
+      "trimY": 0,
+      "width": 127,
+      "height": 21,
+      "rawWidth": 127,
+      "rawHeight": 21,
+      "borderTop": 0,
+      "borderBottom": 0,
+      "borderLeft": 0,
+      "borderRight": 0,
+      "subMetas": {}
+    }
+  }
+}

+ 13 - 0
assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍).meta

@@ -0,0 +1,13 @@
+{
+  "ver": "1.1.3",
+  "uuid": "3b83c8b7-8278-4753-ac51-eb0d26d7b723",
+  "importer": "folder",
+  "isBundle": false,
+  "bundleName": "",
+  "priority": 1,
+  "compressionType": {},
+  "optimizeHotUpdate": {},
+  "inlineSpriteFrames": {},
+  "isRemoteBundle": {},
+  "subMetas": {}
+}

+ 111 - 0
assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍)/猫头鹰.atlas

@@ -0,0 +1,111 @@
+
+猫头鹰.png
+size: 280,271
+format: RGBA8888
+filter: Linear,Linear
+repeat: none
+右手
+  rotate: false
+  xy: 175, 87
+  size: 62, 121
+  orig: 62, 121
+  offset: 0, 0
+  index: -1
+右眼1
+  rotate: false
+  xy: 169, 7
+  size: 32, 32
+  orig: 256, 296
+  offset: 137, 186
+  index: -1
+右眼2
+  rotate: false
+  xy: 239, 87
+  size: 31, 19
+  orig: 256, 296
+  offset: 138, 189
+  index: -1
+右眼3
+  rotate: true
+  xy: 239, 177
+  size: 31, 11
+  orig: 256, 296
+  offset: 139, 201
+  index: -1
+右耳
+  rotate: false
+  xy: 175, 239
+  size: 80, 30
+  orig: 254, 294
+  offset: 156, 222
+  index: -1
+右脚
+  rotate: true
+  xy: 253, 187
+  size: 49, 25
+  orig: 52, 27
+  offset: 1, 1
+  index: -1
+嘴
+  rotate: true
+  xy: 239, 108
+  size: 30, 34
+  orig: 31, 34
+  offset: 0, 0
+  index: -1
+头
+  rotate: false
+  xy: 2, 2
+  size: 165, 124
+  orig: 165, 124
+  offset: 0, 0
+  index: -1
+左手
+  rotate: true
+  xy: 169, 41
+  size: 44, 106
+  orig: 44, 106
+  offset: 0, 0
+  index: -1
+左眼1
+  rotate: false
+  xy: 203, 8
+  size: 32, 31
+  orig: 256, 296
+  offset: 69, 190
+  index: -1
+左眼2
+  rotate: true
+  xy: 257, 238
+  size: 31, 20
+  orig: 256, 296
+  offset: 69, 191
+  index: -1
+左眼3
+  rotate: true
+  xy: 239, 144
+  size: 31, 11
+  orig: 256, 296
+  offset: 68, 201
+  index: -1
+左耳
+  rotate: false
+  xy: 175, 210
+  size: 76, 27
+  orig: 254, 294
+  offset: 13, 226
+  index: -1
+左脚
+  rotate: true
+  xy: 252, 140
+  size: 45, 25
+  orig: 48, 27
+  offset: 1, 1
+  index: -1
+身体
+  rotate: false
+  xy: 2, 128
+  size: 171, 141
+  orig: 171, 141
+  offset: 0, 0
+  index: -1

+ 6 - 0
assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍)/猫头鹰.atlas.meta

@@ -0,0 +1,6 @@
+{
+  "ver": "1.0.3",
+  "uuid": "19eaca9a-d241-4d34-ac43-b4c98c2cdcba",
+  "importer": "asset",
+  "subMetas": {}
+}

+ 296 - 0
assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍)/猫头鹰.json

@@ -0,0 +1,296 @@
+{
+"skeleton": {
+	"hash": "R9EfszlUn7W1UntFiomJcQfudYc",
+	"spine": "3.8.75",
+	"x": -128,
+	"y": -20.81,
+	"width": 260.69,
+	"height": 299.2,
+	"images": "../images/猫头鹰图/",
+	"audio": "C:/Users/Jason.L/Desktop/动画1"
+},
+"bones": [
+	{ "name": "root" },
+	{ "name": "身体2", "parent": "root", "rotation": 91.19, "x": -1.32, "y": 64.72 },
+	{ "name": "身体", "parent": "身体2", "length": 108.48, "x": -51.54, "y": -0.43 },
+	{ "name": "右手", "parent": "身体", "length": 52.42, "rotation": -160.99, "x": 119.36, "y": -52.97 },
+	{ "name": "左手", "parent": "身体", "length": 35.89, "rotation": 160.29, "x": 119.4, "y": 57.68 },
+	{ "name": "左脚", "parent": "身体2", "length": 32.91, "rotation": 88.81, "x": -54.51, "y": 23.13 },
+	{ "name": "右脚", "parent": "root", "length": 34.09, "rotation": 3.14, "x": 25.98, "y": 7.12 },
+	{ "name": "头", "parent": "身体", "length": 104.33, "rotation": -2.19, "x": 114.91, "y": 3.5 },
+	{ "name": "左耳", "parent": "头", "length": 58.52, "rotation": 95.75, "x": 93.34, "y": 43.16 },
+	{ "name": "右耳", "parent": "头", "length": 49.99, "rotation": -102.77, "x": 95.48, "y": -58.51 },
+	{ "name": "脸", "parent": "头", "x": 29.73, "y": -130.59 },
+	{ "name": "嘴", "parent": "脸", "x": -0.51, "y": 143.08 },
+	{ "name": "右眼", "parent": "脸", "x": 26.87, "y": 98.81 },
+	{ "name": "左眼", "parent": "脸", "x": 25.85, "y": 167.49 },
+	{ "name": "右手2", "parent": "右手", "length": 52.42, "rotation": 0.05, "x": 52.42, "y": 0.04 },
+	{ "name": "左手2", "parent": "左手", "length": 38.83, "rotation": 6.07, "x": 35.89 }
+],
+"slots": [
+	{ "name": "右脚", "bone": "右脚", "attachment": "右脚" },
+	{ "name": "左脚", "bone": "左脚", "attachment": "左脚" },
+	{ "name": "左手", "bone": "左手", "attachment": "左手" },
+	{ "name": "身体", "bone": "身体", "attachment": "身体" },
+	{ "name": "右手", "bone": "右手", "attachment": "右手" },
+	{ "name": "头", "bone": "头", "attachment": "头" },
+	{ "name": "嘴", "bone": "嘴", "attachment": "嘴" },
+	{ "name": "左眼", "bone": "左眼", "attachment": "左眼1" },
+	{ "name": "右眼", "bone": "右眼", "attachment": "右眼1" },
+	{ "name": "右耳", "bone": "右耳", "attachment": "右耳" },
+	{ "name": "左耳", "bone": "左耳", "attachment": "左耳" }
+],
+"skins": [
+	{
+		"name": "default",
+		"attachments": {
+			"右脚": {
+				"右脚": { "x": 18.23, "y": 3.38, "rotation": -3.14, "width": 52, "height": 27 }
+			},
+			"身体": {
+				"身体": { "x": 61.65, "y": -8.68, "rotation": -91.19, "width": 171, "height": 141 }
+			},
+			"头": {
+				"头": { "x": 54.57, "y": -4.74, "rotation": -88.99, "width": 165, "height": 124 }
+			},
+			"左耳": {
+				"左耳": { "x": -39.25, "y": 97.95, "rotation": 175.26, "width": 254, "height": 294 }
+			},
+			"左眼": {
+				"左眼1": { "x": -55.76, "y": -42.6, "rotation": -88.99, "width": 256, "height": 296 },
+				"左眼2": { "x": -55.76, "y": -42.6, "rotation": -88.99, "width": 256, "height": 296 },
+				"左眼3": { "x": -55.76, "y": -42.6, "rotation": -88.99, "width": 256, "height": 296 }
+			},
+			"嘴": {
+				"嘴": { "x": -1.42, "y": -2.29, "rotation": -88.99, "width": 31, "height": 34 }
+			},
+			"右耳": {
+				"右耳": { "x": -24.94, "y": -104.86, "rotation": 13.61, "width": 254, "height": 294 }
+			},
+			"左手": {
+				"左手": {
+					"type": "mesh",
+					"uvs": [ 0.84271, 0, 1, 0.03309, 1, 0.11399, 0.99247, 0.15178, 0.94877, 0.37097, 0.9048, 0.44359, 0.85856, 0.50505, 0.8321, 0.56374, 0.72583, 0.7393, 0.7045, 0.77455, 0.59748, 0.95135, 0.47713, 0.99997, 0.45827, 1, 0.31776, 1, 0.1004, 0.9098, 0, 0.78303, 0, 0.72267, 0, 0.52176, 0.05207, 0.44164, 0.08752, 0.38711, 0.12558, 0.32856, 0.48162, 0.08096, 0.54921, 0.03396, 0.65384, 0 ],
+					"triangles": [ 0, 1, 2, 0, 22, 23, 0, 2, 22, 3, 22, 2, 21, 22, 3, 4, 21, 3, 20, 21, 4, 5, 20, 4, 19, 20, 5, 6, 19, 5, 18, 19, 6, 7, 18, 6, 17, 18, 7, 8, 16, 17, 7, 8, 17, 9, 16, 8, 15, 16, 9, 14, 15, 9, 10, 14, 9, 10, 13, 14, 10, 12, 13, 11, 12, 10 ],
+					"vertices": [ 1, 4, -12.69, 1.21, 1, 1, 4, -11.57, 8.89, 1, 1, 4, -3.44, 11.61, 1, 1, 4, 0.47, 12.57, 1, 2, 15, -10.8, 19.38, 0.16299, 4, 23.11, 18.13, 0.83701, 2, 15, -2.86, 19.16, 0.4629, 4, 31.02, 18.75, 0.5371, 2, 15, 3.94, 18.57, 0.61513, 4, 37.84, 18.89, 0.38487, 2, 15, 10.26, 18.78, 0.73965, 4, 44.11, 19.76, 0.26035, 1, 15, 29.44, 18.23, 1, 1, 15, 33.29, 18.12, 1, 1, 15, 52.61, 17.56, 1, 1, 15, 58.78, 13.5, 1, 1, 15, 58.96, 12.7, 1, 1, 15, 60.3, 6.66, 1, 1, 15, 53.03, -4.74, 1, 1, 15, 40.86, -11.96, 1, 1, 15, 34.61, -13.34, 1, 2, 15, 13.81, -17.93, 0.96441, 4, 51.53, -16.37, 0.03559, 2, 15, 5.03, -17.53, 0.75426, 4, 42.75, -16.9, 0.24574, 2, 15, -0.95, -17.25, 0.47027, 4, 36.77, -17.25, 0.52973, 2, 15, -7.37, -16.95, 0.19638, 4, 30.35, -17.64, 0.80362, 1, 4, 0.49, -11.13, 1, 1, 4, -5.18, -9.89, 1, 1, 4, -10.05, -6.67, 1 ],
+					"hull": 24,
+					"edges": [ 0, 46, 0, 2, 2, 4, 20, 22, 22, 24, 24, 26, 26, 28, 28, 30, 44, 46, 38, 40, 8, 10, 38, 10, 34, 36, 36, 38, 10, 12, 36, 12, 18, 20, 30, 18, 16, 18, 30, 32, 32, 34, 16, 32, 4, 6, 6, 8, 44, 6, 40, 42, 42, 44, 6, 42, 12, 14, 14, 16, 36, 14 ],
+					"width": 44,
+					"height": 106
+				}
+			},
+			"右眼": {
+				"右眼1": { "x": -54.12, "y": 26.13, "rotation": -88.99, "width": 256, "height": 296 },
+				"右眼2": { "x": -54.12, "y": 26.13, "rotation": -88.99, "width": 256, "height": 296 },
+				"右眼3": { "x": -54.12, "y": 26.13, "rotation": -88.99, "width": 256, "height": 296 }
+			},
+			"左脚": {
+				"左脚": { "x": 14.12, "y": -0.76, "rotation": -180, "width": 48, "height": 27 }
+			},
+			"右手": {
+				"右手": {
+					"type": "mesh",
+					"uvs": [ 0, 0.09978, 0.18772, 0.00745, 0.46987, 0, 0.50588, 0.01411, 0.56951, 0.03881, 0.65052, 0.08195, 0.71077, 0.13412, 0.76438, 0.19779, 0.81597, 0.26066, 0.87781, 0.33067, 0.92431, 0.41555, 0.96322, 0.49318, 1, 0.57578, 0.99805, 0.66121, 0.99575, 0.73021, 0.9921, 0.80989, 0.99148, 0.86515, 0.90375, 1, 0.77213, 0.9915, 0.60374, 0.89368, 0.47911, 0.84116, 0.13801, 0.48048, 0.10354, 0.41838, 0.07183, 0.36289, 0.02187, 0.27819, 0, 0.17146 ],
+					"triangles": [ 17, 18, 16, 18, 19, 16, 16, 19, 15, 15, 19, 20, 15, 20, 14, 11, 21, 10, 21, 13, 20, 13, 14, 20, 21, 12, 13, 12, 21, 11, 21, 9, 10, 9, 22, 8, 9, 21, 22, 22, 23, 8, 23, 7, 8, 7, 24, 6, 6, 24, 5, 5, 24, 4, 23, 24, 7, 24, 25, 4, 3, 25, 1, 3, 1, 2, 25, 3, 4, 25, 0, 1 ],
+					"vertices": [ 1, 3, -5.94, -14.7, 1, 1, 3, -12.05, 1.03, 1, 1, 3, -7.1, 17.85, 1, 1, 3, -4.47, 19.26, 1, 1, 3, -0.3, 21.92, 1, 1, 3, 6.34, 24.83, 1, 2, 3, 13.55, 26.15, 0.87328, 14, -38.85, 26.14, 0.12672, 2, 3, 21.93, 26.6, 0.70315, 14, -30.47, 26.58, 0.29685, 2, 3, 30.17, 26.97, 0.63232, 14, -22.22, 26.95, 0.36768, 2, 3, 39.45, 27.64, 0.47933, 14, -12.95, 27.6, 0.52067, 2, 3, 50.08, 26.79, 0.36392, 14, -2.31, 26.75, 0.63608, 2, 3, 59.73, 25.8, 0.25051, 14, 7.33, 25.75, 0.74949, 2, 3, 69.9, 24.48, 0.10894, 14, 17.5, 24.42, 0.89106, 2, 3, 79.55, 20.79, 0.05022, 14, 27.15, 20.73, 0.94978, 2, 3, 87.34, 17.77, 0.00574, 14, 34.93, 17.7, 0.99426, 1, 14, 43.9, 14.14, 1, 1, 14, 50.15, 11.79, 1, 1, 14, 63.57, 1.03, 1, 1, 14, 59.78, -6.27, 1, 1, 14, 45.06, -11.96, 1, 1, 14, 36.42, -17, 1, 2, 3, 40.58, -21.67, 0.556, 14, -11.85, -21.7, 0.444, 2, 3, 32.79, -21.08, 0.68727, 14, -19.64, -21.1, 0.31273, 2, 3, 25.81, -20.6, 0.79642, 14, -26.62, -20.62, 0.20358, 2, 3, 15.13, -19.96, 0.88899, 14, -37.31, -19.97, 0.11101, 1, 3, 2.02, -18.19, 1 ],
+					"hull": 26,
+					"edges": [ 0, 2, 2, 4, 32, 34, 34, 36, 48, 50, 0, 50, 42, 18, 46, 48, 46, 14, 28, 30, 30, 32, 30, 40, 36, 38, 38, 40, 38, 32, 8, 10, 8, 50, 4, 6, 6, 8, 50, 6, 42, 44, 44, 46, 14, 16, 16, 18, 44, 16, 40, 42, 22, 24, 18, 20, 20, 22, 24, 26, 26, 28, 10, 12, 12, 14 ],
+					"width": 62,
+					"height": 121
+				}
+			}
+		}
+	}
+],
+"animations": {
+	"出场": {
+		"slots": {
+			"右眼": {
+				"attachment": [
+					{ "name": "右眼3" },
+					{ "time": 0.3333, "name": "右眼2" },
+					{ "time": 0.4333, "name": "右眼1" },
+					{ "time": 1.7667, "name": "右眼1" },
+					{ "time": 2.7, "name": "右眼2" },
+					{ "time": 2.8333, "name": "右眼3" },
+					{ "time": 2.9667, "name": "右眼2" },
+					{ "time": 3.1, "name": "右眼1" }
+				]
+			},
+			"左眼": {
+				"attachment": [
+					{ "name": "左眼3" },
+					{ "time": 0.3333, "name": "左眼2" },
+					{ "time": 0.4333, "name": "左眼1" },
+					{ "time": 1.7667, "name": "左眼1" },
+					{ "time": 2.7, "name": "左眼2" },
+					{ "time": 2.8333, "name": "左眼3" },
+					{ "time": 2.9667, "name": "左眼2" },
+					{ "time": 3.1, "name": "左眼1" }
+				]
+			}
+		},
+		"bones": {
+			"root": {
+				"translate": [
+					{ "y": -265.01, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.3333, "y": 41.91, "curve": "stepped" },
+					{ "time": 0.4333, "y": 41.91, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.7333, "y": 32.02, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.0333, "y": 41.91, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.5333 }
+				]
+			},
+			"脸": {
+				"translate": [
+					{ "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.3333, "x": 7.33, "y": 0.13, "curve": "stepped" },
+					{ "time": 0.4, "x": 7.33, "y": 0.13, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.6667, "x": -0.43, "y": -0.01, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.9333, "x": 7.33, "y": 0.13, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.5333, "curve": "stepped" },
+					{ "time": 1.7667, "curve": 0.25, "c3": 0.75 },
+					{ "time": 2.5, "x": 2.83, "y": 0.05, "curve": 0.25, "c3": 0.75 },
+					{ "time": 3.1 }
+				]
+			},
+			"右耳": {
+				"rotate": [
+					{ "angle": -11.85, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.3333, "angle": 7.88, "curve": "stepped" },
+					{ "time": 0.4, "angle": 7.88, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.6667, "angle": 4.17, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.5333, "curve": "stepped" },
+					{ "time": 1.7667, "curve": 0.25, "c3": 0.75 },
+					{ "time": 2.6333, "angle": 5, "curve": 0.25, "c3": 0.75 },
+					{ "time": 3.1 }
+				]
+			},
+			"左耳": {
+				"rotate": [
+					{ "angle": 7.62, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.3333, "angle": -6.69, "curve": "stepped" },
+					{ "time": 0.4, "angle": -6.69, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.6667, "angle": 0.03, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.5333, "curve": "stepped" },
+					{ "time": 1.7667, "curve": 0.25, "c3": 0.75 },
+					{ "time": 2.6333, "angle": -5, "curve": 0.25, "c3": 0.75 },
+					{ "time": 3.1 }
+				]
+			},
+			"左手": {
+				"rotate": [
+					{ "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.3667, "angle": -79.23, "curve": "stepped" },
+					{ "time": 0.4333, "angle": -79.23, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.6333, "angle": -52.71, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.8333, "angle": -79.23, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.7667, "curve": 0.25, "c3": 0.75 },
+					{ "time": 2.3667, "angle": -7, "curve": 0.25, "c3": 0.75 },
+					{ "time": 3.1 }
+				]
+			},
+			"身体": {
+				"translate": [
+					{ "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.3333, "x": 5.06, "y": -0.1, "curve": "stepped" },
+					{ "time": 0.4333, "x": 5.06, "y": -0.1, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.7333, "x": 1.15, "y": -0.02, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.0333, "x": 5.06, "y": -0.1, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.5333, "x": -5, "y": 0.1, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.7667, "curve": 0.25, "c3": 0.75 },
+					{ "time": 2.2333, "x": 4, "y": -0.08, "curve": 0.25, "c3": 0.75 },
+					{ "time": 3.1 }
+				]
+			},
+			"右手": {
+				"rotate": [
+					{ "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.3667, "angle": 73.3, "curve": "stepped" },
+					{ "time": 0.4333, "angle": 73.3, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.6333, "angle": 43.11, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.8333, "angle": 73.3, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.7667, "curve": 0.25, "c3": 0.75 },
+					{ "time": 2.3667, "angle": 5, "curve": 0.25, "c3": 0.75 },
+					{ "time": 3.1 }
+				]
+			},
+			"头": {
+				"translate": [
+					{ "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.3333, "x": 4.49, "y": -0.09, "curve": "stepped" },
+					{ "time": 0.4333, "x": 4.49, "y": -0.09, "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.7333, "x": 1.88, "y": -0.04, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.0333, "x": 4.49, "y": -0.09 }
+				]
+			}
+		}
+	},
+	"待机": {
+		"slots": {
+			"右眼": {
+				"attachment": [
+					{ "name": "右眼1" },
+					{ "time": 0.9333, "name": "右眼2" },
+					{ "time": 1.0667, "name": "右眼3" },
+					{ "time": 1.2, "name": "右眼2" },
+					{ "time": 1.3333, "name": "右眼1" }
+				]
+			},
+			"左眼": {
+				"attachment": [
+					{ "name": "左眼1" },
+					{ "time": 0.9333, "name": "左眼2" },
+					{ "time": 1.0667, "name": "左眼3" },
+					{ "time": 1.2, "name": "左眼2" },
+					{ "time": 1.3333, "name": "左眼1" }
+				]
+			}
+		},
+		"bones": {
+			"身体": {
+				"translate": [
+					{ "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.4667, "x": 4, "y": -0.08, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.3333 }
+				]
+			},
+			"左手": {
+				"rotate": [
+					{ "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.6, "angle": -7, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.3333 }
+				]
+			},
+			"右手": {
+				"rotate": [
+					{ "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.6, "angle": 5, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.3333 }
+				]
+			},
+			"脸": {
+				"translate": [
+					{ "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.7333, "x": 2.83, "y": 0.05, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.3333 }
+				]
+			},
+			"左耳": {
+				"rotate": [
+					{ "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.8667, "angle": -5, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.3333 }
+				]
+			},
+			"右耳": {
+				"rotate": [
+					{ "curve": 0.25, "c3": 0.75 },
+					{ "time": 0.8667, "angle": 5, "curve": 0.25, "c3": 0.75 },
+					{ "time": 1.3333 }
+				]
+			}
+		}
+	}
+}
+}

+ 10 - 0
assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍)/猫头鹰.json.meta

@@ -0,0 +1,10 @@
+{
+  "ver": "1.2.5",
+  "uuid": "781b8b42-2def-41c8-b99b-8e0643723061",
+  "importer": "spine",
+  "textures": [
+    "a0ddcfed-83d8-49d2-87ee-cc354f9fe291"
+  ],
+  "scale": 1,
+  "subMetas": {}
+}

BIN
assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍)/猫头鹰.png


+ 38 - 0
assets/sub/Texture/Spine/引导/猫头鹰出场(放大2倍)/猫头鹰.png.meta

@@ -0,0 +1,38 @@
+{
+  "ver": "2.3.7",
+  "uuid": "a0ddcfed-83d8-49d2-87ee-cc354f9fe291",
+  "importer": "texture",
+  "type": "sprite",
+  "wrapMode": "clamp",
+  "filterMode": "bilinear",
+  "premultiplyAlpha": false,
+  "genMipmaps": false,
+  "packable": true,
+  "width": 280,
+  "height": 271,
+  "platformSettings": {},
+  "subMetas": {
+    "猫头鹰": {
+      "ver": "1.0.6",
+      "uuid": "34354cd3-6c6a-4c2e-824b-bcdec00443f9",
+      "importer": "sprite-frame",
+      "rawTextureUuid": "a0ddcfed-83d8-49d2-87ee-cc354f9fe291",
+      "trimType": "auto",
+      "trimThreshold": 1,
+      "rotated": false,
+      "offsetX": 0,
+      "offsetY": 0,
+      "trimX": 2,
+      "trimY": 2,
+      "width": 276,
+      "height": 267,
+      "rawWidth": 280,
+      "rawHeight": 271,
+      "borderTop": 0,
+      "borderBottom": 0,
+      "borderLeft": 0,
+      "borderRight": 0,
+      "subMetas": {}
+    }
+  }
+}

+ 13 - 0
assets/sub/Texture/Spine/鹈鹕.meta

@@ -0,0 +1,13 @@
+{
+  "ver": "1.1.3",
+  "uuid": "b4eaa126-f49e-4bb7-b9a1-789614f449a9",
+  "importer": "folder",
+  "isBundle": false,
+  "bundleName": "",
+  "priority": 1,
+  "compressionType": {},
+  "optimizeHotUpdate": {},
+  "inlineSpriteFrames": {},
+  "isRemoteBundle": {},
+  "subMetas": {}
+}

Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor