drgame-cc 1.0.45 → 1.0.46
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/drres/focus/focus_1/gesture.atlas +34 -0
- package/drres/focus/focus_1/gesture.atlas.meta +6 -0
- package/drres/focus/focus_1/gesture.json +1 -0
- package/drres/focus/focus_1/gesture.json.meta +10 -0
- package/drres/focus/focus_1/gesture.png +0 -0
- package/drres/{icons/pointer-yellow-60.png.meta → focus/focus_1/gesture.png.meta} +14 -14
- package/drres/focus/focus_1.meta +13 -0
- package/drres/focus/focus_2/gesture.atlas +41 -0
- package/drres/focus/focus_2/gesture.atlas.meta +6 -0
- package/drres/focus/focus_2/gesture.json +1 -0
- package/drres/focus/focus_2/gesture.json.meta +10 -0
- package/drres/focus/focus_2/gesture.png +0 -0
- package/drres/{icons/pointer-blue-60.png.meta → focus/focus_2/gesture.png.meta} +13 -13
- package/drres/focus/focus_2.meta +13 -0
- package/drres/focus/focus_3/gesture.atlas +34 -0
- package/drres/focus/focus_3/gesture.atlas.meta +6 -0
- package/drres/focus/focus_3/gesture.json +1 -0
- package/drres/focus/focus_3/gesture.json.meta +10 -0
- package/drres/focus/focus_3/gesture.png +0 -0
- package/drres/{icons/pointer-pink-60.png.meta → focus/focus_3/gesture.png.meta} +12 -12
- package/drres/focus/focus_3.meta +13 -0
- package/drres/focus/focus_4/gesture.atlas +20 -0
- package/drres/focus/focus_4/gesture.atlas.meta +6 -0
- package/drres/focus/focus_4/gesture.json +1 -0
- package/drres/focus/focus_4/gesture.json.meta +10 -0
- package/drres/focus/focus_4/gesture.png +0 -0
- package/drres/focus/focus_4/gesture.png.meta +38 -0
- package/drres/focus/focus_4.meta +13 -0
- package/drres/focus.meta +13 -0
- package/drres/prefab/ExitWin.prefab +2 -2
- package/drres/prefab/Toast.prefab +378 -378
- package/drscript/{ad/AdManager.ts.meta → BtnExtra.ts.meta} +1 -1
- package/drscript/Define.ts +17 -2
- package/drscript/{ad/AdSlot.ts.meta → Define.ts.meta} +1 -1
- package/drscript/{ad/AggregateAdProvider.ts.meta → ExitWin.ts.meta} +1 -1
- package/drscript/GameAnalytics.ts +37 -118
- package/drscript/{ad/IAdProvider.ts.meta → GameAnalytics.ts.meta} +1 -1
- package/drscript/HelperWin.ts.meta +10 -0
- package/drscript/Info.ts.meta +10 -0
- package/drscript/InternalUitl.ts.meta +10 -0
- package/drscript/KeyAdapter.ts +133 -0
- package/drscript/KeyAdapter.ts.meta +10 -0
- package/drscript/Loader.ts.meta +10 -0
- package/drscript/PlatformAdapter.ts +178 -192
- package/drscript/PlatformAdapter.ts.meta +10 -0
- package/drscript/README.md +91 -805
- package/drscript/README.md.meta +6 -0
- package/drscript/UIAdapter.ts +324 -0
- package/drscript/UIAdapter.ts.meta +10 -0
- package/drscript/WebBridge.ts +1 -1
- package/drscript/WebBridge.ts.meta +10 -0
- package/drscript/ad-sdk/reporters/superset-lewo.js +6 -0
- package/drscript/ad-sdk/types/enums.d.ts +1 -0
- package/drscript/ad-sdk.meta +13 -0
- package/drscript/ad.meta +13 -0
- package/drscript/component/AlertTip.ts +25 -0
- package/drscript/component/AlertTip.ts.meta +10 -0
- package/drscript/component/BtnExtra.ts +17 -0
- package/drscript/component/BtnExtra.ts.meta +10 -0
- package/drscript/{ExitWin.ts → component/ExitWin.ts} +6 -8
- package/drscript/component/ExitWin.ts.meta +10 -0
- package/drscript/{HelperWin.ts → component/HelperWin.ts} +5 -19
- package/drscript/component/HelperWin.ts.meta +10 -0
- package/drscript/component.meta +13 -0
- package/drscript/config.meta +13 -0
- package/drscript/core.meta +13 -0
- package/drscript/focus/FocusItem.ts +1 -19
- package/drscript/focus/FocusManager.ts +132 -170
- package/drscript/focus/FocusVisualLayer.ts +74 -163
- package/drscript/focus.meta +13 -0
- package/drscript/input/KeyboardMove.ts +40 -11
- package/drscript/input/KeyboardMove.ts.meta +10 -0
- package/drscript/input.meta +13 -0
- package/drscript/interface.meta +13 -0
- package/drscript/pinyin.meta +13 -0
- package/drscript/toast.meta +13 -0
- package/drscript/virtualgamepad.meta +13 -0
- package/package.json +1 -1
- package/drres/config/default.json +0 -108
- package/drres/config/default.json.meta +0 -6
- package/drres/icons/pointer-blue-60.png +0 -0
- package/drres/icons/pointer-pink-60.png +0 -0
- package/drres/icons/pointer-white-60.png +0 -0
- package/drres/icons/pointer-yellow-60.png +0 -0
- package/drscript/Info.ts +0 -78
- package/drscript/InternalUitl.ts +0 -65
- package/drscript/ad/AdManager.ts +0 -174
- package/drscript/ad/AdSlot.ts +0 -44
- package/drscript/ad/AggregateAdProvider.ts +0 -149
- package/drscript/ad/IAdProvider.ts +0 -39
- package/drscript/ad/MockAdProvider.ts +0 -36
- package/drscript/ad/MockAdProvider.ts.meta +0 -10
- package/drscript/ad/SelfAdProvider.ts +0 -41
- package/drscript/ad/SelfAdProvider.ts.meta +0 -10
- package/drscript/config/TvUiConfig.ts +0 -155
- package/drscript/config/TvUiConfig.ts.meta +0 -10
- package/drscript/config/TvUiConfigManager.ts +0 -133
- package/drscript/config/TvUiConfigManager.ts.meta +0 -10
- package/drscript/core/BackManager.ts +0 -38
- package/drscript/core/BackManager.ts.meta +0 -10
- package/drscript/core/NativeBridge.ts +0 -137
- package/drscript/core/NativeBridge.ts.meta +0 -10
- package/drscript/core/TvUi.ts +0 -69
- package/drscript/core/TvUi.ts.meta +0 -10
- package/drscript/core/TvUiRoot.ts +0 -137
- package/drscript/core/TvUiRoot.ts.meta +0 -10
- package/drscript/icon/IconConfig.ts +0 -7
- package/drscript/icon/IconConfig.ts.meta +0 -10
- package/drscript/icon/IconManager.ts +0 -97
- package/drscript/icon/IconManager.ts.meta +0 -10
- package/drscript/input/KeyCodeAdapter.ts +0 -23
- package/drscript/input/RemoteInputManager.ts +0 -105
- package/drscript/interface/ILobbyBridge.ts +0 -5
- package/drscript/toast/ToastComponent.ts +0 -35
- package/drscript/toast/ToastComponent.ts.meta +0 -10
- package/drscript/toast/ToastManager.ts +0 -66
- package/drscript/toast/ToastManager.ts.meta +0 -10
- package/drscript/toast/TvExitConfirmDialog.ts +0 -334
- package/drscript/toast/TvExitConfirmDialog.ts.meta +0 -10
- package/drscript/toast/UIFunctions.ts +0 -150
- package/drscript/toast/UIFunctions.ts.meta +0 -10
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
gesture.png
|
|
3
|
+
size: 116,76
|
|
4
|
+
format: RGBA8888
|
|
5
|
+
filter: Linear,Linear
|
|
6
|
+
repeat: none
|
|
7
|
+
gesture
|
|
8
|
+
rotate: false
|
|
9
|
+
xy: 2, 2
|
|
10
|
+
size: 65, 71
|
|
11
|
+
orig: 69, 75
|
|
12
|
+
offset: 2, 2
|
|
13
|
+
index: -1
|
|
14
|
+
gesture_1
|
|
15
|
+
rotate: true
|
|
16
|
+
xy: 69, 32
|
|
17
|
+
size: 41, 44
|
|
18
|
+
orig: 43, 48
|
|
19
|
+
offset: 1, 2
|
|
20
|
+
index: -1
|
|
21
|
+
ls_019
|
|
22
|
+
rotate: false
|
|
23
|
+
xy: 97, 14
|
|
24
|
+
size: 16, 16
|
|
25
|
+
orig: 16, 16
|
|
26
|
+
offset: 0, 0
|
|
27
|
+
index: -1
|
|
28
|
+
wuxing
|
|
29
|
+
rotate: false
|
|
30
|
+
xy: 69, 4
|
|
31
|
+
size: 26, 26
|
|
32
|
+
orig: 26, 26
|
|
33
|
+
offset: 0, 0
|
|
34
|
+
index: -1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"skeleton":{"hash":"6OAXtA9ZVMdttaI/rj0mJmE9mmc","spine":"3.8.99","x":-12.18,"y":-58.86,"width":67.08,"height":74.88,"images":"./images/","audio":""},"bones":[{"name":"root"},{"name":"bone","parent":"root"},{"name":"gesture","parent":"bone","length":50,"rotation":135,"x":35.81,"y":-31.88,"scaleX":0.78,"scaleY":0.78},{"name":"wuxing","parent":"bone","x":21.88,"y":-27.26},{"name":"wuxing2","parent":"bone","x":21.88,"y":-27.26},{"name":"wuxing3","parent":"bone","x":21.88,"y":-27.26},{"name":"wuxing4","parent":"bone","x":21.88,"y":-27.26},{"name":"wuxing5","parent":"bone","x":21.88,"y":-27.26},{"name":"ls_019","parent":"bone","x":21.88,"y":-27.26,"color":"ffc705ff"},{"name":"ls_19","parent":"bone","x":21.88,"y":-27.26,"color":"ffc705ff"},{"name":"ls_20","parent":"bone","x":21.88,"y":-27.26,"color":"ffc705ff"},{"name":"ls_21","parent":"bone","x":21.88,"y":-27.26,"color":"ffc705ff"},{"name":"ls_22","parent":"bone","x":21.88,"y":-27.26,"color":"ffc705ff"}],"slots":[{"name":"ls_019","bone":"ls_019","attachment":"ls_019"},{"name":"ls_22","bone":"ls_22","attachment":"ls_019"},{"name":"ls_19","bone":"ls_19","attachment":"ls_019"},{"name":"ls_20","bone":"ls_20","attachment":"ls_019"},{"name":"ls_21","bone":"ls_21","attachment":"ls_019"},{"name":"wuxing","bone":"wuxing","attachment":"wuxing"},{"name":"wuxing4","bone":"wuxing4","attachment":"wuxing"},{"name":"wuxing5","bone":"wuxing5","attachment":"wuxing"},{"name":"wuxing2","bone":"wuxing2","attachment":"wuxing"},{"name":"wuxing3","bone":"wuxing3","attachment":"wuxing"},{"name":"gesture_1","bone":"gesture","attachment":"gesture_1"},{"name":"gesture","bone":"gesture","attachment":"gesture"}],"skins":[{"name":"default","attachments":{"gesture":{"gesture":{"x":22.58,"y":3.62,"rotation":-135,"width":69,"height":75}},"gesture_1":{"gesture_1":{"color":"ffb500ff","x":22.58,"y":3.62,"scaleX":2,"scaleY":2,"rotation":-135,"width":43,"height":48}},"ls_019":{"ls_019":{"color":"ffe291ff","width":16,"height":16}},"ls_19":{"ls_019":{"color":"ffe291ff","width":16,"height":16}},"ls_20":{"ls_019":{"color":"fff691ff","width":16,"height":16}},"ls_21":{"ls_019":{"color":"fff8bfff","width":16,"height":16}},"ls_22":{"ls_019":{"color":"fff9cdff","width":16,"height":16}},"wuxing":{"wuxing":{"color":"ffe76aff","width":26,"height":26}},"wuxing2":{"wuxing":{"color":"ffdf88ff","width":26,"height":26}},"wuxing3":{"wuxing":{"color":"ffcd41ff","width":26,"height":26}},"wuxing4":{"wuxing":{"color":"ffe054ff","width":26,"height":26}},"wuxing5":{"wuxing":{"color":"ffcd41ff","width":26,"height":26}}}}],"animations":{"gesture":{"slots":{"gesture_1":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.6667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":1.3333,"color":"ffffff00"}]},"ls_019":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.0667,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.2333,"color":"ffffffff","curve":"stepped"},{"time":0.5667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.7333,"color":"ffffff00"}]},"ls_19":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.1,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.2667,"color":"ffffffff","curve":"stepped"},{"time":0.6,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.7667,"color":"ffffff00"}]},"ls_20":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.1667,"color":"ffffffff","curve":"stepped"},{"time":0.5,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.6667,"color":"ffffff00"}]},"ls_21":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.1667,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.3333,"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.8333,"color":"ffffff00"}]},"ls_22":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.2,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.3667,"color":"ffffffff","curve":"stepped"},{"time":0.7,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.8667,"color":"ffffff00"}]},"wuxing":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.1333,"color":"ffffffff","curve":"stepped"},{"time":0.4,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.5,"color":"ffffff00"}]},"wuxing2":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.0333,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.1,"color":"ffffffff","curve":"stepped"},{"time":0.3667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.5333,"color":"ffffff00"}]},"wuxing3":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.1,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.2333,"color":"ffffffff","curve":"stepped"},{"time":0.5,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.6,"color":"ffffff00"}]},"wuxing4":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.1,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.2333,"color":"ffffffff","curve":"stepped"},{"time":0.5,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.6,"color":"ffffff00"}]},"wuxing5":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.2,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.3333,"color":"ffffffff","curve":"stepped"},{"time":0.6,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.7,"color":"ffffff00"}]}},"bones":{"gesture":{"translate":[{"x":-4.97,"y":4.97,"curve":0.25,"c3":0.75},{"time":0.6667,"x":-13.5,"y":13.5,"curve":0.25,"c3":0.75},{"time":1.3333,"x":-4.97,"y":4.97}],"scale":[{"curve":0.25,"c3":0.75},{"time":0.6667,"x":0.9,"curve":0.25,"c3":0.75},{"time":1.3333}]},"wuxing":{"rotate":[{},{"time":0.5,"angle":-175.61}],"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"x":18.25,"y":64.48}],"scale":[{"x":0,"y":0,"curve":0.122,"c2":0.18,"c3":0.872,"c4":0.91},{"time":0.2333,"x":0.495,"y":0.495,"curve":0.103,"c2":0.12,"c3":0.75},{"time":0.5,"x":0.6,"y":0.6}]},"wuxing2":{"rotate":[{"time":0.0333,"curve":0.25,"c3":0.75},{"time":0.5333,"angle":175.34}],"translate":[{"time":0.0333,"curve":0.25,"c3":0.75},{"time":0.5333,"x":-61.71,"y":8.57}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.0333,"x":0,"y":0,"curve":0.122,"c2":0.18,"c3":0.853,"c4":0.87},{"time":0.2667,"x":0.495,"y":0.495,"curve":0.173,"c2":0.18,"c3":0.75},{"time":0.5333,"x":0.58,"y":0.58}]},"wuxing3":{"rotate":[{"angle":105.66,"curve":"stepped"},{"time":0.1,"angle":105.66},{"time":0.6,"angle":180}],"translate":[{"time":0.1,"curve":0.25,"c3":0.75},{"time":0.6,"x":-42.6,"y":65.99}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.1,"x":0,"y":0,"curve":0.122,"c2":0.18,"c3":0.821,"c4":0.9},{"time":0.3333,"x":0.308,"y":0.308,"curve":0.09,"c2":0.12,"c3":0.75},{"time":0.6,"x":0.42,"y":0.42}]},"wuxing4":{"rotate":[{"angle":-146.79,"curve":"stepped"},{"time":0.1,"angle":-146.79,"curve":0.25,"c3":0.75},{"time":0.6,"angle":121.64}],"translate":[{"time":0.1,"curve":0.25,"c3":0.75},{"time":0.6,"x":40.5,"y":33.01}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.1,"x":0,"y":0,"curve":0.122,"c2":0.18,"c3":0.872,"c4":0.9},{"time":0.3333,"x":0.31,"y":0.31,"curve":0.115,"c2":0.13,"c3":0.75},{"time":0.6,"x":0.4,"y":0.4}]},"wuxing5":{"rotate":[{"angle":148.45,"curve":"stepped"},{"time":0.2,"angle":148.45,"curve":0.25,"c3":0.75},{"time":0.7,"angle":56.88}],"translate":[{"time":0.2,"curve":0.25,"c3":0.75},{"time":0.7,"x":25.67,"y":18.58}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.2,"x":0,"y":0,"curve":0.16,"c2":0.22,"c3":0.859,"c4":0.88},{"time":0.4333,"x":0.225,"y":0.225,"curve":0.167,"c2":0.2,"c3":0.75},{"time":0.7,"x":0.45,"y":0.45}]},"ls_019":{"translate":[{"x":-4.44,"y":5.55,"curve":"stepped"},{"time":0.0667,"x":-4.44,"y":5.55,"curve":0.25,"c3":0.75},{"time":0.7333,"x":-38.63,"y":31.72}],"scale":[{"x":0.1,"y":0.1,"curve":"stepped"},{"time":0.0667,"x":0.1,"y":0.1,"curve":0.25,"c3":0.75},{"time":0.7333,"x":0.5,"y":0.5}]},"ls_19":{"translate":[{"x":-4.44,"y":5.55,"curve":"stepped"},{"time":0.1,"x":-4.44,"y":5.55,"curve":0.25,"c3":0.75},{"time":0.7667,"x":44.79,"y":17.56}],"scale":[{"x":0.3,"y":0.3,"curve":"stepped"},{"time":0.1,"x":0.3,"y":0.3,"curve":0.25,"c3":0.75},{"time":0.7667,"x":0.7,"y":0.7}]},"ls_20":{"translate":[{"x":-4.44,"y":5.55,"curve":0.25,"c3":0.75},{"time":0.6667,"x":-13.24,"y":63.38}],"scale":[{"x":0.3,"y":0.3,"curve":0.25,"c3":0.75},{"time":0.6667,"x":0.7,"y":0.7}]},"ls_21":{"translate":[{"x":-4.44,"y":5.55,"curve":"stepped"},{"time":0.1667,"x":-4.44,"y":5.55,"curve":0.25,"c3":0.75},{"time":0.8333,"x":13.85,"y":46.19}],"scale":[{"x":0.1,"y":0.1,"curve":"stepped"},{"time":0.1667,"x":0.1,"y":0.1,"curve":0.25,"c3":0.75},{"time":0.8333,"x":0.4,"y":0.4}]},"ls_22":{"translate":[{"x":-4.44,"y":5.55,"curve":"stepped"},{"time":0.2,"x":-4.44,"y":5.55,"curve":0.25,"c3":0.75},{"time":0.8667,"x":-52.79,"y":-4.99}],"scale":[{"x":0.3,"y":0.3,"curve":"stepped"},{"time":0.2,"x":0.3,"y":0.3,"curve":0.25,"c3":0.75},{"time":0.8667,"x":0.7,"y":0.7}]}}}}}
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ver": "2.3.7",
|
|
3
|
-
"uuid": "
|
|
3
|
+
"uuid": "e44d8bb4-c36f-40fa-bc14-76ca2cc7522b",
|
|
4
4
|
"importer": "texture",
|
|
5
5
|
"type": "sprite",
|
|
6
6
|
"wrapMode": "clamp",
|
|
@@ -8,26 +8,26 @@
|
|
|
8
8
|
"premultiplyAlpha": false,
|
|
9
9
|
"genMipmaps": false,
|
|
10
10
|
"packable": true,
|
|
11
|
-
"width":
|
|
12
|
-
"height":
|
|
11
|
+
"width": 116,
|
|
12
|
+
"height": 76,
|
|
13
13
|
"platformSettings": {},
|
|
14
14
|
"subMetas": {
|
|
15
|
-
"
|
|
15
|
+
"gesture": {
|
|
16
16
|
"ver": "1.0.6",
|
|
17
|
-
"uuid": "
|
|
17
|
+
"uuid": "dfb92b0f-b192-4b14-9d80-0f2e6381a86c",
|
|
18
18
|
"importer": "sprite-frame",
|
|
19
|
-
"rawTextureUuid": "
|
|
19
|
+
"rawTextureUuid": "e44d8bb4-c36f-40fa-bc14-76ca2cc7522b",
|
|
20
20
|
"trimType": "auto",
|
|
21
21
|
"trimThreshold": 1,
|
|
22
22
|
"rotated": false,
|
|
23
|
-
"offsetX": 0,
|
|
24
|
-
"offsetY": 0,
|
|
25
|
-
"trimX":
|
|
26
|
-
"trimY":
|
|
27
|
-
"width":
|
|
28
|
-
"height":
|
|
29
|
-
"rawWidth":
|
|
30
|
-
"rawHeight":
|
|
23
|
+
"offsetX": -0.5,
|
|
24
|
+
"offsetY": 0.5,
|
|
25
|
+
"trimX": 2,
|
|
26
|
+
"trimY": 2,
|
|
27
|
+
"width": 111,
|
|
28
|
+
"height": 71,
|
|
29
|
+
"rawWidth": 116,
|
|
30
|
+
"rawHeight": 76,
|
|
31
31
|
"borderTop": 0,
|
|
32
32
|
"borderBottom": 0,
|
|
33
33
|
"borderLeft": 0,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "2bc85f93-991d-44e6-930b-4da60f445147",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
|
+
}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
|
|
2
|
+
gesture.png
|
|
3
|
+
size: 124,140
|
|
4
|
+
format: RGBA8888
|
|
5
|
+
filter: Linear,Linear
|
|
6
|
+
repeat: none
|
|
7
|
+
gesture
|
|
8
|
+
rotate: true
|
|
9
|
+
xy: 2, 71
|
|
10
|
+
size: 65, 71
|
|
11
|
+
orig: 69, 75
|
|
12
|
+
offset: 2, 2
|
|
13
|
+
index: -1
|
|
14
|
+
gesture_1
|
|
15
|
+
rotate: true
|
|
16
|
+
xy: 75, 95
|
|
17
|
+
size: 41, 44
|
|
18
|
+
orig: 43, 48
|
|
19
|
+
offset: 1, 2
|
|
20
|
+
index: -1
|
|
21
|
+
ls_019
|
|
22
|
+
rotate: false
|
|
23
|
+
xy: 2, 8
|
|
24
|
+
size: 63, 61
|
|
25
|
+
orig: 63, 63
|
|
26
|
+
offset: 0, 1
|
|
27
|
+
index: -1
|
|
28
|
+
wuxing
|
|
29
|
+
rotate: false
|
|
30
|
+
xy: 75, 67
|
|
31
|
+
size: 26, 26
|
|
32
|
+
orig: 26, 26
|
|
33
|
+
offset: 0, 0
|
|
34
|
+
index: -1
|
|
35
|
+
zhua
|
|
36
|
+
rotate: true
|
|
37
|
+
xy: 67, 2
|
|
38
|
+
size: 63, 55
|
|
39
|
+
orig: 85, 83
|
|
40
|
+
offset: 11, 14
|
|
41
|
+
index: -1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"skeleton":{"hash":"CbxP0d0YCoMogG10BZhjotqXxyo","spine":"3.8.99","x":-960,"y":-540,"width":1920,"height":1080,"images":"./images/","audio":""},"bones":[{"name":"root"},{"name":"bone","parent":"root"},{"name":"gesture","parent":"bone","length":50,"rotation":135,"x":35.81,"y":-31.88,"scaleX":0.78,"scaleY":0.78},{"name":"zhua","parent":"bone"},{"name":"wuxing","parent":"bone"},{"name":"wuxing2","parent":"bone"},{"name":"wuxing3","parent":"bone"},{"name":"wuxing4","parent":"bone"},{"name":"wuxing5","parent":"bone"},{"name":"ls_019","parent":"root"},{"name":"zhua2","parent":"zhua"}],"slots":[{"name":"ls_019","bone":"ls_019","attachment":"ls_019"},{"name":"wuxing","bone":"wuxing","attachment":"wuxing"},{"name":"wuxing4","bone":"wuxing4","attachment":"wuxing"},{"name":"wuxing5","bone":"wuxing5","attachment":"wuxing"},{"name":"wuxing2","bone":"wuxing2","attachment":"wuxing"},{"name":"wuxing3","bone":"wuxing3","attachment":"wuxing"},{"name":"zhua","bone":"zhua2","attachment":"zhua"},{"name":"gesture_1","bone":"gesture","attachment":"gesture_1"},{"name":"gesture","bone":"gesture","attachment":"gesture"}],"skins":[{"name":"default","attachments":{"gesture":{"gesture":{"x":22.58,"y":3.62,"rotation":-135,"width":69,"height":75}},"gesture_1":{"gesture_1":{"color":"0099ffff","x":22.58,"y":3.62,"scaleX":2,"scaleY":2,"rotation":-135,"width":43,"height":48}},"ls_019":{"ls_019":{"color":"00ffe3ff","width":63,"height":63}},"wuxing":{"wuxing":{"color":"41f2ffff","width":26,"height":26}},"wuxing2":{"wuxing":{"color":"41f2ffff","width":26,"height":26}},"wuxing3":{"wuxing":{"color":"41f2ffff","width":26,"height":26}},"wuxing4":{"wuxing":{"color":"41f2ffff","width":26,"height":26}},"wuxing5":{"wuxing":{"color":"41f2ffff","width":26,"height":26}},"zhua":{"zhua":{"width":85,"height":83}}}}],"animations":{"gesture":{"slots":{"gesture_1":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.6667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":1.3333,"color":"ffffff00"}]},"ls_019":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.6667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":1.3333,"color":"ffffff00"}]},"wuxing":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.1333,"color":"ffffffff","curve":"stepped"},{"time":0.4,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.5,"color":"ffffff00"}]},"wuxing2":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.0333,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.1,"color":"ffffffff","curve":"stepped"},{"time":0.3667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.5333,"color":"ffffff00"}]},"wuxing3":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.1,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.2333,"color":"ffffffff","curve":"stepped"},{"time":0.5,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.6,"color":"ffffff00"}]},"wuxing4":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.1,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.2333,"color":"ffffffff","curve":"stepped"},{"time":0.5,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.6,"color":"ffffff00"}]},"wuxing5":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.2,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.3333,"color":"ffffffff","curve":"stepped"},{"time":0.6,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.7,"color":"ffffff00"}]},"zhua":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.2,"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":1.1333,"color":"ffffff00"}]}},"bones":{"gesture":{"translate":[{"x":-4.97,"y":4.97,"curve":0.25,"c3":0.75},{"time":0.6667,"x":-13.5,"y":13.5,"curve":0.25,"c3":0.75},{"time":1.3333,"x":-4.97,"y":4.97}],"scale":[{"curve":0.25,"c3":0.75},{"time":0.6667,"x":0.9,"curve":0.25,"c3":0.75},{"time":1.3333}]},"zhua":{"translate":[{"x":-4.72,"y":7.72,"curve":0.25,"c3":0.75},{"time":0.6667,"x":-14.16,"y":16.73,"curve":0.25,"c3":0.75},{"time":1.3333,"x":-4.72,"y":7.72}],"scale":[{"x":0.4,"y":0.4,"curve":0.25,"c3":0.75},{"time":0.6667,"curve":0.25,"c3":0.75},{"time":1.3333,"x":0.4,"y":0.4}]},"wuxing":{"rotate":[{},{"time":0.5,"angle":-175.61}],"translate":[{"curve":0.25,"c3":0.75},{"time":0.5,"x":18.25,"y":64.48}],"scale":[{"x":0,"y":0,"curve":0.122,"c2":0.18,"c3":0.872,"c4":0.91},{"time":0.2333,"x":0.495,"y":0.495,"curve":0.103,"c2":0.12,"c3":0.75},{"time":0.5,"x":0.6,"y":0.6}]},"wuxing2":{"rotate":[{"time":0.0333,"curve":0.25,"c3":0.75},{"time":0.5333,"angle":175.34}],"translate":[{"time":0.0333,"curve":0.25,"c3":0.75},{"time":0.5333,"x":-61.71,"y":8.57}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.0333,"x":0,"y":0,"curve":0.122,"c2":0.18,"c3":0.853,"c4":0.87},{"time":0.2667,"x":0.495,"y":0.495,"curve":0.173,"c2":0.18,"c3":0.75},{"time":0.5333,"x":0.58,"y":0.58}]},"wuxing3":{"rotate":[{"angle":105.66,"curve":"stepped"},{"time":0.1,"angle":105.66},{"time":0.6,"angle":180}],"translate":[{"time":0.1,"curve":0.25,"c3":0.75},{"time":0.6,"x":-42.6,"y":65.99}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.1,"x":0,"y":0,"curve":0.122,"c2":0.18,"c3":0.821,"c4":0.9},{"time":0.3333,"x":0.308,"y":0.308,"curve":0.09,"c2":0.12,"c3":0.75},{"time":0.6,"x":0.42,"y":0.42}]},"wuxing4":{"rotate":[{"angle":-146.79,"curve":"stepped"},{"time":0.1,"angle":-146.79,"curve":0.25,"c3":0.75},{"time":0.6,"angle":121.64}],"translate":[{"time":0.1,"curve":0.25,"c3":0.75},{"time":0.6,"x":40.5,"y":33.01}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.1,"x":0,"y":0,"curve":0.122,"c2":0.18,"c3":0.872,"c4":0.9},{"time":0.3333,"x":0.31,"y":0.31,"curve":0.115,"c2":0.13,"c3":0.75},{"time":0.6,"x":0.4,"y":0.4}]},"wuxing5":{"rotate":[{"angle":148.45,"curve":"stepped"},{"time":0.2,"angle":148.45,"curve":0.25,"c3":0.75},{"time":0.7,"angle":56.88}],"translate":[{"time":0.2,"curve":0.25,"c3":0.75},{"time":0.7,"x":25.67,"y":18.58}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.2,"x":0,"y":0,"curve":0.16,"c2":0.22,"c3":0.859,"c4":0.88},{"time":0.4333,"x":0.225,"y":0.225,"curve":0.167,"c2":0.2,"c3":0.75},{"time":0.7,"x":0.45,"y":0.45}]},"ls_019":{"translate":[{"x":-4.18,"y":8.82,"curve":0.25,"c3":0.75},{"time":0.6667,"x":-15.31,"y":16.7,"curve":0.25,"c3":0.75},{"time":1.3333,"x":-4.18,"y":8.82}],"scale":[{"x":0,"y":0,"curve":0.25,"c3":0.75},{"time":0.6667,"x":1.2,"y":1.2,"curve":0.25,"c3":0.75},{"time":1.3333,"x":0,"y":0}]},"zhua2":{"scale":[{"x":0.631,"curve":0.379,"c2":0.6,"c3":0.724},{"time":0.1667,"curve":0.25,"c3":0.75},{"time":0.8333,"x":-1,"curve":0.242,"c3":0.667,"c4":0.67},{"time":1.3333,"x":0.631}]}}}}}
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ver": "2.3.7",
|
|
3
|
-
"uuid": "
|
|
3
|
+
"uuid": "f7a8e7b3-cc68-4204-847d-53f6d15c1f97",
|
|
4
4
|
"importer": "texture",
|
|
5
5
|
"type": "sprite",
|
|
6
6
|
"wrapMode": "clamp",
|
|
@@ -8,26 +8,26 @@
|
|
|
8
8
|
"premultiplyAlpha": false,
|
|
9
9
|
"genMipmaps": false,
|
|
10
10
|
"packable": true,
|
|
11
|
-
"width":
|
|
12
|
-
"height":
|
|
11
|
+
"width": 124,
|
|
12
|
+
"height": 140,
|
|
13
13
|
"platformSettings": {},
|
|
14
14
|
"subMetas": {
|
|
15
|
-
"
|
|
15
|
+
"gesture": {
|
|
16
16
|
"ver": "1.0.6",
|
|
17
|
-
"uuid": "
|
|
17
|
+
"uuid": "8b697da3-6f7d-4367-9f5d-3dcb2443099e",
|
|
18
18
|
"importer": "sprite-frame",
|
|
19
|
-
"rawTextureUuid": "
|
|
19
|
+
"rawTextureUuid": "f7a8e7b3-cc68-4204-847d-53f6d15c1f97",
|
|
20
20
|
"trimType": "auto",
|
|
21
21
|
"trimThreshold": 1,
|
|
22
22
|
"rotated": false,
|
|
23
23
|
"offsetX": 0,
|
|
24
|
-
"offsetY":
|
|
25
|
-
"trimX":
|
|
26
|
-
"trimY":
|
|
27
|
-
"width":
|
|
28
|
-
"height":
|
|
29
|
-
"rawWidth":
|
|
30
|
-
"rawHeight":
|
|
24
|
+
"offsetY": 1,
|
|
25
|
+
"trimX": 2,
|
|
26
|
+
"trimY": 2,
|
|
27
|
+
"width": 120,
|
|
28
|
+
"height": 134,
|
|
29
|
+
"rawWidth": 124,
|
|
30
|
+
"rawHeight": 140,
|
|
31
31
|
"borderTop": 0,
|
|
32
32
|
"borderBottom": 0,
|
|
33
33
|
"borderLeft": 0,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "810ce6f1-012d-465a-80fe-2eea10d0c33b",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
|
|
2
|
+
gesture.png
|
|
3
|
+
size: 344,132
|
|
4
|
+
format: RGBA8888
|
|
5
|
+
filter: Linear,Linear
|
|
6
|
+
repeat: none
|
|
7
|
+
gesture
|
|
8
|
+
rotate: true
|
|
9
|
+
xy: 271, 65
|
|
10
|
+
size: 65, 71
|
|
11
|
+
orig: 69, 75
|
|
12
|
+
offset: 2, 2
|
|
13
|
+
index: -1
|
|
14
|
+
ls_002
|
|
15
|
+
rotate: false
|
|
16
|
+
xy: 144, 5
|
|
17
|
+
size: 125, 125
|
|
18
|
+
orig: 125, 125
|
|
19
|
+
offset: 0, 0
|
|
20
|
+
index: -1
|
|
21
|
+
ls_019
|
|
22
|
+
rotate: false
|
|
23
|
+
xy: 271, 2
|
|
24
|
+
size: 63, 61
|
|
25
|
+
orig: 63, 63
|
|
26
|
+
offset: 0, 1
|
|
27
|
+
index: -1
|
|
28
|
+
star_016
|
|
29
|
+
rotate: false
|
|
30
|
+
xy: 2, 12
|
|
31
|
+
size: 140, 118
|
|
32
|
+
orig: 144, 124
|
|
33
|
+
offset: 3, 3
|
|
34
|
+
index: -1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"skeleton":{"hash":"IZm3uEp7x4PgsbNzfram0TWi2so","spine":"3.8.99","x":-72,"y":-100.93,"width":163.42,"height":163.43,"images":"./images/","audio":""},"bones":[{"name":"root"},{"name":"bone","parent":"root"},{"name":"gesture","parent":"bone","length":50,"rotation":135,"x":46.36,"y":-24.33,"scaleX":0.78,"scaleY":0.78},{"name":"bone2","parent":"bone","color":"ff0000ff"},{"name":"star_016","parent":"root"},{"name":"ls_019","parent":"root"},{"name":"ls_002","parent":"root"}],"slots":[{"name":"ls_002","bone":"ls_002","attachment":"ls_002"},{"name":"ls_019","bone":"ls_019","attachment":"ls_019"},{"name":"star_016","bone":"star_016","attachment":"star_016"},{"name":"gesture","bone":"gesture","attachment":"gesture"}],"skins":[{"name":"default","attachments":{"gesture":{"gesture":{"x":-8.47,"y":24.35,"scaleX":2,"scaleY":2,"rotation":-135,"width":69,"height":75}},"ls_002":{"ls_002":{"color":"ff9235ff","width":125,"height":125}},"ls_019":{"ls_019":{"color":"ffe650ff","width":63,"height":63}},"star_016":{"star_016":{"color":"ffdf94ff","width":144,"height":124}}}}],"animations":{"gesture":{"slots":{"ls_002":{"color":[{"color":"ffffff00","curve":"stepped"},{"time":0.2667,"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.4,"color":"ffffffff","curve":"stepped"},{"time":0.8,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.9333,"color":"ffffff00"}]},"ls_019":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.6667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":1.3333,"color":"ffffff00"}]},"star_016":{"color":[{"color":"ffffff00","curve":0.25,"c3":0.75},{"time":0.1333,"color":"ffffffff","curve":"stepped"},{"time":0.6667,"color":"ffffffff","curve":0.25,"c3":0.75},{"time":0.8,"color":"ffffff00"}]}},"bones":{"ls_002":{"translate":[{"time":0.2667},{"time":0.9333,"x":-12.21,"y":17.35}],"scale":[{"x":0,"y":0,"curve":"stepped"},{"time":0.2667,"x":0,"y":0,"curve":0.25,"c3":0.75},{"time":0.9333}]},"ls_019":{"translate":[{},{"time":0.6667,"x":-13.59,"y":16.22},{"time":1.3333}]},"star_016":{"rotate":[{"angle":-8.74},{"time":0.8,"angle":21.92}],"scale":[{"x":0,"y":0,"curve":0.25,"c3":0.75},{"time":0.8,"x":1.5,"y":1.5}]},"gesture":{"translate":[{},{"time":0.6667,"x":-13.5,"y":13.5},{"time":1.3333}],"scale":[{"curve":0.25,"c3":0.75},{"time":0.6667,"x":0.9,"curve":0.25,"c3":0.75},{"time":1.3333}]}}}}}
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"ver": "2.3.7",
|
|
3
|
-
"uuid": "
|
|
3
|
+
"uuid": "d686c85a-f778-4a03-9472-8ffbae7632a6",
|
|
4
4
|
"importer": "texture",
|
|
5
5
|
"type": "sprite",
|
|
6
6
|
"wrapMode": "clamp",
|
|
@@ -8,26 +8,26 @@
|
|
|
8
8
|
"premultiplyAlpha": false,
|
|
9
9
|
"genMipmaps": false,
|
|
10
10
|
"packable": true,
|
|
11
|
-
"width":
|
|
12
|
-
"height":
|
|
11
|
+
"width": 344,
|
|
12
|
+
"height": 132,
|
|
13
13
|
"platformSettings": {},
|
|
14
14
|
"subMetas": {
|
|
15
|
-
"
|
|
15
|
+
"gesture": {
|
|
16
16
|
"ver": "1.0.6",
|
|
17
|
-
"uuid": "
|
|
17
|
+
"uuid": "277e951d-5bf5-493a-aa81-0fa0b106aa3e",
|
|
18
18
|
"importer": "sprite-frame",
|
|
19
|
-
"rawTextureUuid": "
|
|
19
|
+
"rawTextureUuid": "d686c85a-f778-4a03-9472-8ffbae7632a6",
|
|
20
20
|
"trimType": "auto",
|
|
21
21
|
"trimThreshold": 1,
|
|
22
22
|
"rotated": false,
|
|
23
23
|
"offsetX": 0,
|
|
24
24
|
"offsetY": 0,
|
|
25
|
-
"trimX":
|
|
26
|
-
"trimY":
|
|
27
|
-
"width":
|
|
28
|
-
"height":
|
|
29
|
-
"rawWidth":
|
|
30
|
-
"rawHeight":
|
|
25
|
+
"trimX": 2,
|
|
26
|
+
"trimY": 2,
|
|
27
|
+
"width": 340,
|
|
28
|
+
"height": 128,
|
|
29
|
+
"rawWidth": 344,
|
|
30
|
+
"rawHeight": 132,
|
|
31
31
|
"borderTop": 0,
|
|
32
32
|
"borderBottom": 0,
|
|
33
33
|
"borderLeft": 0,
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "8e973c0a-03cd-4600-9e0b-a1e1e4069dbf",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
|
|
2
|
+
gesture.png
|
|
3
|
+
size: 132,72
|
|
4
|
+
format: RGBA8888
|
|
5
|
+
filter: Linear,Linear
|
|
6
|
+
repeat: none
|
|
7
|
+
gesture
|
|
8
|
+
rotate: true
|
|
9
|
+
xy: 2, 2
|
|
10
|
+
size: 65, 71
|
|
11
|
+
orig: 69, 75
|
|
12
|
+
offset: 2, 2
|
|
13
|
+
index: -1
|
|
14
|
+
gesture_1
|
|
15
|
+
rotate: false
|
|
16
|
+
xy: 75, 13
|
|
17
|
+
size: 54, 54
|
|
18
|
+
orig: 100, 100
|
|
19
|
+
offset: 23, 23
|
|
20
|
+
index: -1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"skeleton":{"hash":"3B+N1mDsUZ6AVNlZUue45Fk0Y3I","spine":"3.8.99","x":-95.03,"y":-100.93,"width":190,"height":195.93,"images":"./images/","audio":""},"bones":[{"name":"root"},{"name":"bone","parent":"root"},{"name":"gesture","parent":"bone","length":50,"rotation":135,"x":46.36,"y":-24.33,"scaleX":0.78,"scaleY":0.78},{"name":"bone2","parent":"bone","color":"ff0000ff"},{"name":"gesture_1","parent":"bone2","x":45,"y":45,"scaleX":2,"scaleY":2,"transform":"noScale"},{"name":"gesture_2","parent":"bone2","x":45,"y":-45,"scaleX":2,"scaleY":2,"transform":"noScale"},{"name":"gesture_3","parent":"bone2","x":-45,"y":-45,"scaleX":2,"scaleY":2,"transform":"noScale"},{"name":"gesture_4","parent":"bone2","x":-45,"y":45,"scaleX":2,"scaleY":2,"transform":"noScale"}],"slots":[{"name":"gesture_1","bone":"gesture_1","attachment":"gesture_1"},{"name":"gesture_2","bone":"gesture_2","attachment":"gesture_1"},{"name":"gesture_3","bone":"gesture_3","attachment":"gesture_1"},{"name":"gesture_4","bone":"gesture_4","attachment":"gesture_1"},{"name":"gesture","bone":"gesture","attachment":"gesture"}],"skins":[{"name":"default","attachments":{"gesture":{"gesture":{"x":-8.47,"y":24.35,"scaleX":2,"scaleY":2,"rotation":-135,"width":69,"height":75}},"gesture_1":{"gesture_1":{"x":-0.02,"scaleX":0.5,"scaleY":0.5,"rotation":-90,"width":100,"height":100}},"gesture_2":{"gesture_1":{"x":-0.02,"scaleX":0.5,"scaleY":0.5,"rotation":180,"width":100,"height":100}},"gesture_3":{"gesture_1":{"x":-0.02,"scaleX":0.5,"scaleY":0.5,"rotation":-90,"width":100,"height":100}},"gesture_4":{"gesture_1":{"x":-0.02,"scaleX":0.5,"scaleY":0.5,"width":100,"height":100}}}}],"animations":{"gesture":{"bones":{"gesture":{"translate":[{"curve":0.25,"c3":0.75},{"time":0.6667,"x":-13.5,"y":13.5,"curve":0.25,"c3":0.75},{"time":1.3333}],"scale":[{"curve":0.25,"c3":0.75},{"time":0.6667,"x":0.9,"curve":0.25,"c3":0.75},{"time":1.3333}]},"gesture_1":{"translate":[{"curve":"stepped"},{"time":0.3333,"x":-5,"y":-5,"curve":"stepped"},{"time":1}]},"gesture_2":{"translate":[{"curve":"stepped"},{"time":0.3333,"x":-5,"y":5,"curve":"stepped"},{"time":1}]},"gesture_3":{"translate":[{"curve":"stepped"},{"time":0.3333,"x":5,"y":5,"curve":"stepped"},{"time":1}]},"gesture_4":{"translate":[{"curve":"stepped"},{"time":0.3333,"x":5,"y":-5,"curve":"stepped"},{"time":1}]},"bone2":{"translate":[{"x":-17.53,"y":23.92}],"scale":[{"x":0.9,"y":0.9,"curve":"stepped"},{"time":0.3333,"x":0.7,"y":0.7,"curve":"stepped"},{"time":1,"x":0.9,"y":0.9}]}}}}}
|
|
Binary file
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ver": "2.3.7",
|
|
3
|
+
"uuid": "7c1a98af-a62a-45ba-8c42-5d1bbbc447bd",
|
|
4
|
+
"importer": "texture",
|
|
5
|
+
"type": "sprite",
|
|
6
|
+
"wrapMode": "clamp",
|
|
7
|
+
"filterMode": "bilinear",
|
|
8
|
+
"premultiplyAlpha": false,
|
|
9
|
+
"genMipmaps": false,
|
|
10
|
+
"packable": true,
|
|
11
|
+
"width": 132,
|
|
12
|
+
"height": 72,
|
|
13
|
+
"platformSettings": {},
|
|
14
|
+
"subMetas": {
|
|
15
|
+
"gesture": {
|
|
16
|
+
"ver": "1.0.6",
|
|
17
|
+
"uuid": "ebf69f56-7654-4cfa-833f-10992fea5d8c",
|
|
18
|
+
"importer": "sprite-frame",
|
|
19
|
+
"rawTextureUuid": "7c1a98af-a62a-45ba-8c42-5d1bbbc447bd",
|
|
20
|
+
"trimType": "auto",
|
|
21
|
+
"trimThreshold": 1,
|
|
22
|
+
"rotated": false,
|
|
23
|
+
"offsetX": -0.5,
|
|
24
|
+
"offsetY": 1.5,
|
|
25
|
+
"trimX": 2,
|
|
26
|
+
"trimY": 2,
|
|
27
|
+
"width": 127,
|
|
28
|
+
"height": 65,
|
|
29
|
+
"rawWidth": 132,
|
|
30
|
+
"rawHeight": 72,
|
|
31
|
+
"borderTop": 0,
|
|
32
|
+
"borderBottom": 0,
|
|
33
|
+
"borderLeft": 0,
|
|
34
|
+
"borderRight": 0,
|
|
35
|
+
"subMetas": {}
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "0d81ac8c-2551-432f-b85a-2130b11816b7",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
|
+
}
|
package/drres/focus.meta
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ver": "1.1.3",
|
|
3
|
+
"uuid": "192bfaf9-81c0-4d82-8e25-1c0bdefa59f0",
|
|
4
|
+
"importer": "folder",
|
|
5
|
+
"isBundle": false,
|
|
6
|
+
"bundleName": "",
|
|
7
|
+
"priority": 1,
|
|
8
|
+
"compressionType": {},
|
|
9
|
+
"optimizeHotUpdate": {},
|
|
10
|
+
"inlineSpriteFrames": {},
|
|
11
|
+
"isRemoteBundle": {},
|
|
12
|
+
"subMetas": {}
|
|
13
|
+
}
|
|
@@ -488,7 +488,7 @@
|
|
|
488
488
|
"customEventData": ""
|
|
489
489
|
},
|
|
490
490
|
{
|
|
491
|
-
"__type__": "
|
|
491
|
+
"__type__": "465de9CxOxIuqol1vRvGDnY",
|
|
492
492
|
"_name": "",
|
|
493
493
|
"_objFlags": 0,
|
|
494
494
|
"node": {
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
"_id": ""
|
|
700
700
|
},
|
|
701
701
|
{
|
|
702
|
-
"__type__": "
|
|
702
|
+
"__type__": "465de9CxOxIuqol1vRvGDnY",
|
|
703
703
|
"_name": "",
|
|
704
704
|
"_objFlags": 0,
|
|
705
705
|
"node": {
|