diff --git a/assets/Scripts/chat18x/ui/components/SimpleToggleGroup.ts b/assets/Scripts/chat18x/ui/components/SimpleToggleGroup.ts index e7885bd3..542649a8 100644 --- a/assets/Scripts/chat18x/ui/components/SimpleToggleGroup.ts +++ b/assets/Scripts/chat18x/ui/components/SimpleToggleGroup.ts @@ -19,10 +19,10 @@ export class SimpleToggleGroup extends Component { } toggleSelected(selectedNode: Node) { - const pos = this.slider.getWorldPosition(); - const targetPos = new Vec3(selectedNode.worldPosition.x, pos.y, pos.z); + const pos = this.slider.getPosition(); + const targetPos = new Vec3(selectedNode.getPosition().x, pos.y, pos.z); tween(this.slider) - .to(0.3, { worldPosition: targetPos }, { easing: "sineInOut" }) + .to(0.3, { position: targetPos }, { easing: "sineInOut" }) .start(); for (let i = 0; i < this.toggles.length; i++) { diff --git a/assets/Scripts/chat18x/uiitems/GirlListItem.ts b/assets/Scripts/chat18x/uiitems/GirlListItem.ts index c1ace1da..04941950 100644 --- a/assets/Scripts/chat18x/uiitems/GirlListItem.ts +++ b/assets/Scripts/chat18x/uiitems/GirlListItem.ts @@ -33,10 +33,10 @@ export class GirlListItem extends Component { nameKey: string; tagKey: string; - + private onLanguageChangeCallback = () => { if (!this.girlName || !this.tags) return; - + this.girlName.string = LanguageUtils.getText(this.nameKey); let desc = ""; const tags = LanguageUtils.getText(this.tagKey).split("|"); @@ -48,11 +48,19 @@ export class GirlListItem extends Component { }; protected onLoad(): void { - Utils.addInnerEL(InnerMsgCode.LanguageChange, this, this.onLanguageChangeCallback); + Utils.addInnerEL( + InnerMsgCode.LanguageChange, + this, + this.onLanguageChangeCallback + ); } - + protected onDestroy(): void { - Utils.removeInnerEL(InnerMsgCode.LanguageChange, this, this.onLanguageChangeCallback); + Utils.removeInnerEL( + InnerMsgCode.LanguageChange, + this, + this.onLanguageChangeCallback + ); } baseNode: Node; @@ -75,7 +83,7 @@ export class GirlListItem extends Component { ResManager.I.changeBundleSpriteFrame( this.avatar, - data.avatarPath, + data.listAvatarPath, "Chat18x", () => { let sizeTran = this.avatar.node.parent.getComponent(UITransform); @@ -87,9 +95,9 @@ export class GirlListItem extends Component { } ); - for (let i = 0; i < 5; i++) { - this.starParent.children[i].active = i < data.starCount; - } + // for (let i = 0; i < 5; i++) { + // this.starParent.children[i].active = i < data.; + // } } onClickDetail() { diff --git a/assets/Scripts/schema/schema.ts b/assets/Scripts/schema/schema.ts index 79fcb39b..270a0630 100644 --- a/assets/Scripts/schema/schema.ts +++ b/assets/Scripts/schema/schema.ts @@ -17,9 +17,9 @@ export enum Category { */ shunv = 0, /** - * 18岁 + * 20s */ - eighteen = 1, + twenty = 1, /** * 辣妈 */ @@ -117,6 +117,7 @@ export class Girl { this.tagKey = _buf_.readString() this.priceType = _buf_.readInt() this.avatarPath = _buf_.readString() + this.listAvatarPath = _buf_.readString() } /** @@ -147,6 +148,10 @@ export class Girl { * 头像路径 */ readonly avatarPath: string + /** + * 头像路径 + */ + readonly listAvatarPath: string resolve(tables:Tables) { @@ -156,6 +161,7 @@ export class Girl { + } } diff --git a/assets/bundles/Chat18x/GirlDetailPanel.prefab b/assets/bundles/Chat18x/GirlDetailPanel.prefab index 1d153b3d..14ae3a85 100644 --- a/assets/bundles/Chat18x/GirlDetailPanel.prefab +++ b/assets/bundles/Chat18x/GirlDetailPanel.prefab @@ -1207,8 +1207,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": -76.32399999999996, - "y": 150.75800000000004, + "x": -71.48499999999997, + "y": 150.7580000000001, "z": 0 }, "_lrot": { @@ -1257,8 +1257,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 114.147, - "y": 0, + "x": 96.00199999999998, + "y": 5.684341886080802e-14, "z": 0 }, "_lrot": { @@ -1407,8 +1407,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 75, - "height": 73 + "width": 44.4921875, + "height": 94.37400000000001 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1422,7 +1422,7 @@ "fileId": "04NfKvvD5E47YmTliMLN/t" }, { - "__type__": "cc.Sprite", + "__type__": "cc.Label", "_name": "", "_objFlags": 0, "__editorExtras__": {}, @@ -1443,28 +1443,51 @@ "b": 255, "a": 255 }, - "_spriteFrame": { - "__uuid__": "9a65d1d8-eb95-4884-90af-92c758ccac4b@f9941", - "__expectedType__": "cc.SpriteFrame" + "_string": "$", + "_horizontalAlign": 1, + "_verticalAlign": 1, + "_actualFontSize": 80, + "_fontSize": 80, + "_fontFamily": "Arial", + "_lineHeight": 74.9, + "_overflow": 0, + "_enableWrapText": true, + "_font": null, + "_isSystemFontUsed": true, + "_spacingX": 0, + "_isItalic": false, + "_isBold": false, + "_isUnderline": false, + "_underlineHeight": 2, + "_cacheMode": 0, + "_enableOutline": false, + "_outlineColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 }, - "_type": 1, - "_fillType": 0, - "_sizeMode": 0, - "_fillCenter": { + "_outlineWidth": 2, + "_enableShadow": false, + "_shadowColor": { + "__type__": "cc.Color", + "r": 0, + "g": 0, + "b": 0, + "a": 255 + }, + "_shadowOffset": { "__type__": "cc.Vec2", - "x": 0, - "y": 0 + "x": 2, + "y": 2 }, - "_fillStart": 0, - "_fillRange": 0, - "_isTrimmedMode": true, - "_useGrayscale": false, - "_atlas": null, + "_shadowBlur": 2, "_id": "" }, { "__type__": "cc.CompPrefabInfo", - "fileId": "caN9RY+l5E5IA5e50w50+l" + "fileId": "3a0iKrYVNApITs4NFfbIcL" }, { "__type__": "cc.PrefabInfo", @@ -4125,8 +4148,6 @@ "__id__": 0 }, "fileId": "5fzoivdRtFFrgzo8+Du5s2", - "instance": null, - "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { @@ -6989,7 +7010,7 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 514, + "width": 2000, "height": 42 }, "_anchorPoint": { diff --git a/assets/bundles/Chat18x/GirlListPanel.prefab b/assets/bundles/Chat18x/GirlListPanel.prefab index 58fad3b5..d3c83b6e 100644 --- a/assets/bundles/Chat18x/GirlListPanel.prefab +++ b/assets/bundles/Chat18x/GirlListPanel.prefab @@ -24,9 +24,6 @@ ], "_active": true, "_components": [ - { - "__id__": 242 - }, { "__id__": 244 }, @@ -35,10 +32,13 @@ }, { "__id__": 248 + }, + { + "__id__": 250 } ], "_prefab": { - "__id__": 250 + "__id__": 252 }, "_lpos": { "__type__": "cc.Vec3", @@ -87,18 +87,18 @@ ], "_active": true, "_components": [ - { - "__id__": 235 - }, { "__id__": 237 }, { "__id__": 239 + }, + { + "__id__": 241 } ], "_prefab": { - "__id__": 241 + "__id__": 243 }, "_lpos": { "__type__": "cc.Vec3", @@ -798,9 +798,6 @@ ], "_active": true, "_components": [ - { - "__id__": 226 - }, { "__id__": 228 }, @@ -809,10 +806,13 @@ }, { "__id__": 232 + }, + { + "__id__": 234 } ], "_prefab": { - "__id__": 234 + "__id__": 236 }, "_lpos": { "__type__": "cc.Vec3", @@ -858,9 +858,6 @@ ], "_active": true, "_components": [ - { - "__id__": 217 - }, { "__id__": 219 }, @@ -869,10 +866,13 @@ }, { "__id__": 223 + }, + { + "__id__": 225 } ], "_prefab": { - "__id__": 225 + "__id__": 227 }, "_lpos": { "__type__": "cc.Vec3", @@ -916,14 +916,11 @@ "__id__": 35 }, { - "__id__": 200 + "__id__": 202 } ], "_active": true, "_components": [ - { - "__id__": 208 - }, { "__id__": 210 }, @@ -932,10 +929,13 @@ }, { "__id__": 214 + }, + { + "__id__": 216 } ], "_prefab": { - "__id__": 216 + "__id__": 218 }, "_lpos": { "__type__": "cc.Vec3", @@ -985,20 +985,17 @@ "__id__": 60 }, { - "__id__": 66 + "__id__": 68 }, { - "__id__": 128 + "__id__": 130 }, { - "__id__": 181 + "__id__": 183 } ], "_active": true, "_components": [ - { - "__id__": 189 - }, { "__id__": 191 }, @@ -1010,10 +1007,13 @@ }, { "__id__": 197 + }, + { + "__id__": 199 } ], "_prefab": { - "__id__": 199 + "__id__": 201 }, "_lpos": { "__type__": "cc.Vec3", @@ -1112,7 +1112,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 1064, - "height": 250 + "height": 360 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1234,6 +1234,9 @@ ], "_active": true, "_components": [ + { + "__id__": 51 + }, { "__id__": 53 }, @@ -1249,8 +1252,8 @@ }, "_lpos": { "__type__": "cc.Vec3", - "x": 305.1435, - "y": -2.913225216616411e-13, + "x": 297.499, + "y": -2.2737367544323206e-13, "z": 0 }, "_lrot": { @@ -1292,18 +1295,15 @@ }, { "__id__": 48 - }, - { - "__id__": 50 } ], "_prefab": { - "__id__": 52 + "__id__": 50 }, "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": -187.93600000000038, + "y": 0, "z": 0 }, "_lrot": { @@ -1343,8 +1343,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 500, - "height": 636.7 + "width": 480, + "height": 360 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1379,10 +1379,7 @@ "b": 255, "a": 255 }, - "_spriteFrame": { - "__uuid__": "9d5fd01e-4cb5-4182-9cca-bff67cb38d55@f9941", - "__expectedType__": "cc.SpriteFrame" - }, + "_spriteFrame": null, "_type": 0, "_fillType": 0, "_sizeMode": 0, @@ -1402,42 +1399,6 @@ "__type__": "cc.CompPrefabInfo", "fileId": "dcr0XD/ZxFEYzNfKD0nvcP" }, - { - "__type__": "cc.Widget", - "_name": "", - "_objFlags": 0, - "__editorExtras__": {}, - "node": { - "__id__": 45 - }, - "_enabled": true, - "__prefab": { - "__id__": 51 - }, - "_alignFlags": 18, - "_target": null, - "_left": 0, - "_right": 20, - "_top": 0, - "_bottom": 20, - "_horizontalCenter": 0, - "_verticalCenter": -187.93600000000038, - "_isAbsLeft": true, - "_isAbsRight": true, - "_isAbsTop": true, - "_isAbsBottom": true, - "_isAbsHorizontalCenter": true, - "_isAbsVerticalCenter": true, - "_originalWidth": 0, - "_originalHeight": 0, - "_alignMode": 2, - "_lockFlags": 36, - "_id": "" - }, - { - "__type__": "cc.CompPrefabInfo", - "fileId": "0fHlZE3rBGRKyEa58T/8Vl" - }, { "__type__": "cc.PrefabInfo", "root": { @@ -1461,12 +1422,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 54 + "__id__": 52 }, "_contentSize": { "__type__": "cc.Size", - "width": 453.713, - "height": 250 + "width": 480, + "height": 360 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1489,7 +1450,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 56 + "__id__": 54 }, "_type": 0, "_inverted": false, @@ -1511,7 +1472,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 58 + "__id__": 56 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1547,6 +1508,42 @@ "__type__": "cc.CompPrefabInfo", "fileId": "9cO6GcODxFY4pX0Oqk4yB+" }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 44 + }, + "_enabled": true, + "__prefab": { + "__id__": 58 + }, + "_alignFlags": 5, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 2.2737367544323206e-13, + "_bottom": -2.2737367544323206e-13, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 250, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "35l+pnsIRER4zNLVd75q0f" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -1576,14 +1573,17 @@ }, { "__id__": 63 + }, + { + "__id__": 65 } ], "_prefab": { - "__id__": 65 + "__id__": 67 }, "_lpos": { "__type__": "cc.Vec3", - "x": 170.44899999999996, + "x": 149.23400000000004, "y": -2.2737367544323206e-13, "z": 0 }, @@ -1625,7 +1625,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 193.7, - "height": 275.9 + "height": 360 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -1683,6 +1683,42 @@ "__type__": "cc.CompPrefabInfo", "fileId": "49iUiv3zFKNKIwDaBW9LAf" }, + { + "__type__": "cc.Widget", + "_name": "", + "_objFlags": 0, + "__editorExtras__": {}, + "node": { + "__id__": 60 + }, + "_enabled": true, + "__prefab": { + "__id__": 66 + }, + "_alignFlags": 5, + "_target": null, + "_left": 0, + "_right": 0, + "_top": 2.2737367544323206e-13, + "_bottom": -2.2737367544323206e-13, + "_horizontalCenter": 0, + "_verticalCenter": 0, + "_isAbsLeft": true, + "_isAbsRight": true, + "_isAbsTop": true, + "_isAbsBottom": true, + "_isAbsHorizontalCenter": true, + "_isAbsVerticalCenter": true, + "_originalWidth": 0, + "_originalHeight": 275.9, + "_alignMode": 2, + "_lockFlags": 0, + "_id": "" + }, + { + "__type__": "cc.CompPrefabInfo", + "fileId": "4ee6edIKNBQrrtbhTdynBu" + }, { "__type__": "cc.PrefabInfo", "root": { @@ -1706,34 +1742,34 @@ }, "_children": [ { - "__id__": 67 + "__id__": 69 }, { - "__id__": 75 + "__id__": 77 }, { - "__id__": 83 + "__id__": 85 } ], "_active": true, "_components": [ - { - "__id__": 121 - }, { "__id__": 123 }, { "__id__": 125 + }, + { + "__id__": 127 } ], "_prefab": { - "__id__": 127 + "__id__": 129 }, "_lpos": { "__type__": "cc.Vec3", - "x": 113.54399999999998, - "y": 5.631999999999607, + "x": 3.1130000000000564, + "y": 5.6319999999998345, "z": 0 }, "_lrot": { @@ -1765,28 +1801,28 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 66 + "__id__": 68 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 68 - }, { "__id__": 70 }, { "__id__": 72 + }, + { + "__id__": 74 } ], "_prefab": { - "__id__": 74 + "__id__": 76 }, "_lpos": { "__type__": "cc.Vec3", - "x": -144.65468750000002, - "y": 68.85200000000009, + "x": -76.02900000000005, + "y": 88.82199999999989, "z": 0 }, "_lrot": { @@ -1818,15 +1854,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 67 + "__id__": 69 }, "_enabled": true, "__prefab": { - "__id__": 69 + "__id__": 71 }, "_contentSize": { "__type__": "cc.Size", - "width": 273.709375, + "width": 426.609375, "height": 74.718 }, "_anchorPoint": { @@ -1846,11 +1882,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 67 + "__id__": 69 }, "_enabled": true, "__prefab": { - "__id__": 71 + "__id__": 73 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -1863,10 +1899,10 @@ "a": 255 }, "_string": "Anaya Kapoor", - "_horizontalAlign": 2, + "_horizontalAlign": 0, "_verticalAlign": 1, - "_actualFontSize": 38, - "_fontSize": 60, + "_actualFontSize": 60, + "_fontSize": 80, "_fontFamily": "NotoSans-Regular", "_lineHeight": 59.3, "_overflow": 2, @@ -1914,16 +1950,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 67 + "__id__": 69 }, "_enabled": true, "__prefab": { - "__id__": 73 + "__id__": 75 }, "_alignFlags": 32, "_target": null, "_left": 0, - "_right": 7.8, + "_right": -137.27568749999995, "_top": 0, "_bottom": 0, "_horizontalCenter": 0, @@ -1937,7 +1973,7 @@ "_originalWidth": 0, "_originalHeight": 0, "_alignMode": 2, - "_lockFlags": 32, + "_lockFlags": 0, "_id": "" }, { @@ -1963,28 +1999,28 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 66 + "__id__": 68 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 76 - }, { "__id__": 78 }, { "__id__": 80 + }, + { + "__id__": 82 } ], "_prefab": { - "__id__": 82 + "__id__": 84 }, "_lpos": { "__type__": "cc.Vec3", - "x": -7.800000000000011, - "y": -9.492999999999938, + "x": -288.10299999999995, + "y": -1.0679999999999836, "z": 0 }, "_lrot": { @@ -2016,20 +2052,20 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 77 }, "_enabled": true, "__prefab": { - "__id__": 77 + "__id__": 79 }, "_contentSize": { "__type__": "cc.Size", - "width": 283.396094, - "height": 87.23599999999999 + "width": 426.796094, + "height": 82.78200000000001 }, "_anchorPoint": { "__type__": "cc.Vec2", - "x": 1, + "x": 0, "y": 0.5 }, "_id": "" @@ -2044,11 +2080,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 77 }, "_enabled": true, "__prefab": { - "__id__": 79 + "__id__": 81 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2060,14 +2096,14 @@ "b": 226, "a": 255 }, - "_string": "Tag1````\nTag2---", - "_horizontalAlign": 2, - "_verticalAlign": 0, - "_actualFontSize": 30, - "_fontSize": 30, + "_string": "Tag1````|Tag2---", + "_horizontalAlign": 0, + "_verticalAlign": 1, + "_actualFontSize": 46, + "_fontSize": 45, "_fontFamily": "NotoSans-Regular", - "_lineHeight": 38.6, - "_overflow": 3, + "_lineHeight": 65.7, + "_overflow": 2, "_enableWrapText": true, "_font": null, "_isSystemFontUsed": true, @@ -2112,18 +2148,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 75 + "__id__": 77 }, "_enabled": true, "__prefab": { - "__id__": 81 + "__id__": 83 }, "_alignFlags": 37, "_target": null, "_left": 0, - "_right": 7.8, - "_top": 74.80199999999994, - "_bottom": 55.81600000000006, + "_right": -138.69309400000003, + "_top": 123.60399999999997, + "_bottom": 121.468, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -2135,7 +2171,7 @@ "_originalWidth": 0, "_originalHeight": 87.23599999999999, "_alignMode": 2, - "_lockFlags": 32, + "_lockFlags": 0, "_id": "" }, { @@ -2161,44 +2197,44 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 66 + "__id__": 68 }, "_children": [ { - "__id__": 84 + "__id__": 86 }, { - "__id__": 90 + "__id__": 92 }, { - "__id__": 96 + "__id__": 98 }, { - "__id__": 102 + "__id__": 104 }, { - "__id__": 108 + "__id__": 110 } ], "_active": true, "_components": [ - { - "__id__": 114 - }, { "__id__": 116 }, { "__id__": 118 + }, + { + "__id__": 120 } ], "_prefab": { - "__id__": 120 + "__id__": 122 }, "_lpos": { "__type__": "cc.Vec3", - "x": -133.77599999999995, - "y": -76.27700000000004, + "x": -170.58600000000007, + "y": -79.1810000000001, "z": 0 }, "_lrot": { @@ -2230,20 +2266,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 83 + "__id__": 85 }, "_children": [], "_active": true, "_components": [ { - "__id__": 85 + "__id__": 87 }, { - "__id__": 87 + "__id__": 89 } ], "_prefab": { - "__id__": 89 + "__id__": 91 }, "_lpos": { "__type__": "cc.Vec3", @@ -2280,11 +2316,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 84 + "__id__": 86 }, "_enabled": true, "__prefab": { - "__id__": 86 + "__id__": 88 }, "_contentSize": { "__type__": "cc.Size", @@ -2308,11 +2344,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 84 + "__id__": 86 }, "_enabled": true, "__prefab": { - "__id__": 88 + "__id__": 90 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2366,20 +2402,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 83 + "__id__": 85 }, "_children": [], "_active": true, "_components": [ { - "__id__": 91 + "__id__": 93 }, { - "__id__": 93 + "__id__": 95 } ], "_prefab": { - "__id__": 95 + "__id__": 97 }, "_lpos": { "__type__": "cc.Vec3", @@ -2416,11 +2452,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 90 + "__id__": 92 }, "_enabled": true, "__prefab": { - "__id__": 92 + "__id__": 94 }, "_contentSize": { "__type__": "cc.Size", @@ -2444,11 +2480,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 90 + "__id__": 92 }, "_enabled": true, "__prefab": { - "__id__": 94 + "__id__": 96 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2502,20 +2538,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 83 + "__id__": 85 }, "_children": [], "_active": true, "_components": [ { - "__id__": 97 + "__id__": 99 }, { - "__id__": 99 + "__id__": 101 } ], "_prefab": { - "__id__": 101 + "__id__": 103 }, "_lpos": { "__type__": "cc.Vec3", @@ -2552,11 +2588,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 96 + "__id__": 98 }, "_enabled": true, "__prefab": { - "__id__": 98 + "__id__": 100 }, "_contentSize": { "__type__": "cc.Size", @@ -2580,11 +2616,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 96 + "__id__": 98 }, "_enabled": true, "__prefab": { - "__id__": 100 + "__id__": 102 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2638,20 +2674,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 83 + "__id__": 85 }, "_children": [], "_active": true, "_components": [ { - "__id__": 103 + "__id__": 105 }, { - "__id__": 105 + "__id__": 107 } ], "_prefab": { - "__id__": 107 + "__id__": 109 }, "_lpos": { "__type__": "cc.Vec3", @@ -2688,11 +2724,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 102 + "__id__": 104 }, "_enabled": true, "__prefab": { - "__id__": 104 + "__id__": 106 }, "_contentSize": { "__type__": "cc.Size", @@ -2716,11 +2752,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 102 + "__id__": 104 }, "_enabled": true, "__prefab": { - "__id__": 106 + "__id__": 108 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2774,20 +2810,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 83 + "__id__": 85 }, "_children": [], "_active": true, "_components": [ { - "__id__": 109 + "__id__": 111 }, { - "__id__": 111 + "__id__": 113 } ], "_prefab": { - "__id__": 113 + "__id__": 115 }, "_lpos": { "__type__": "cc.Vec3", @@ -2824,11 +2860,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 108 + "__id__": 110 }, "_enabled": true, "__prefab": { - "__id__": 110 + "__id__": 112 }, "_contentSize": { "__type__": "cc.Size", @@ -2852,11 +2888,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 108 + "__id__": 110 }, "_enabled": true, "__prefab": { - "__id__": 112 + "__id__": 114 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -2910,11 +2946,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 83 + "__id__": 85 }, "_enabled": true, "__prefab": { - "__id__": 115 + "__id__": 117 }, "_contentSize": { "__type__": "cc.Size", @@ -2938,18 +2974,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 83 + "__id__": 85 }, "_enabled": true, "__prefab": { - "__id__": 117 + "__id__": 119 }, "_alignFlags": 36, "_target": null, "_left": 0, - "_right": 11.775999999999968, + "_right": 48.58600000000007, "_top": 0, - "_bottom": 0, + "_bottom": 52.09599999999989, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -2961,7 +2997,7 @@ "_originalWidth": 0, "_originalHeight": 0, "_alignMode": 2, - "_lockFlags": 4, + "_lockFlags": 0, "_id": "" }, { @@ -2974,11 +3010,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 83 + "__id__": 85 }, "_enabled": false, "__prefab": { - "__id__": 119 + "__id__": 121 }, "_resizeMode": 1, "_layoutType": 1, @@ -3025,16 +3061,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 66 + "__id__": 68 }, "_enabled": true, "__prefab": { - "__id__": 122 + "__id__": 124 }, "_contentSize": { "__type__": "cc.Size", "width": 275.1, - "height": 217.85399999999998 + "height": 327.854 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3053,18 +3089,18 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 66 + "__id__": 68 }, "_enabled": true, "__prefab": { - "__id__": 124 + "__id__": 126 }, "_alignFlags": 37, "_target": null, "_left": 0, - "_right": 418.456, - "_top": 10.4410000000004, - "_bottom": 21.704999999999615, + "_right": 528.887, + "_top": 10.441000000000173, + "_bottom": 21.704999999999842, "_horizontalCenter": 0, "_verticalCenter": 0, "_isAbsLeft": true, @@ -3089,11 +3125,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 66 + "__id__": 68 }, "_enabled": false, "__prefab": { - "__id__": 126 + "__id__": 128 }, "_resizeMode": 1, "_layoutType": 2, @@ -3144,26 +3180,26 @@ }, "_children": [ { - "__id__": 129 + "__id__": 131 }, { - "__id__": 140 + "__id__": 142 } ], "_active": true, "_components": [ - { - "__id__": 174 - }, { "__id__": 176 }, { "__id__": 178 + }, + { + "__id__": 180 } ], "_prefab": { - "__id__": 180 + "__id__": 182 }, "_lpos": { "__type__": "cc.Vec3", @@ -3200,14 +3236,11 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 128 + "__id__": 130 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 130 - }, { "__id__": 132 }, @@ -3215,16 +3248,19 @@ "__id__": 134 }, { - "__id__": 137 + "__id__": 136 + }, + { + "__id__": 139 } ], "_prefab": { - "__id__": 139 + "__id__": 141 }, "_lpos": { "__type__": "cc.Vec3", "x": 121.25, - "y": 0, + "y": -30.314000000000306, "z": 0 }, "_lrot": { @@ -3256,16 +3292,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 129 + "__id__": 131 }, "_enabled": true, "__prefab": { - "__id__": 131 + "__id__": 133 }, "_contentSize": { "__type__": "cc.Size", - "width": 140, - "height": 140 + "width": 120, + "height": 120 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3284,11 +3320,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 129 + "__id__": 131 }, "_enabled": true, "__prefab": { - "__id__": 133 + "__id__": 135 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3329,15 +3365,15 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 129 + "__id__": 131 }, "_enabled": true, "__prefab": { - "__id__": 135 + "__id__": 137 }, "clickEvents": [ { - "__id__": 136 + "__id__": 138 } ], "_interactable": true, @@ -3377,7 +3413,7 @@ "_duration": 0.1, "_zoomScale": 1.2, "_target": { - "__id__": 129 + "__id__": 131 }, "_id": "" }, @@ -3401,11 +3437,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 129 + "__id__": 131 }, "_enabled": true, "__prefab": { - "__id__": 138 + "__id__": 140 }, "_alignFlags": 16, "_target": null, @@ -3450,32 +3486,32 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 128 + "__id__": 130 }, "_children": [ { - "__id__": 141 + "__id__": 143 }, { - "__id__": 149 + "__id__": 151 }, { - "__id__": 157 + "__id__": 159 } ], "_active": true, "_components": [ { - "__id__": 171 + "__id__": 173 } ], "_prefab": { - "__id__": 173 + "__id__": 175 }, "_lpos": { "__type__": "cc.Vec3", - "x": 267.062, - "y": 7.9389999999996235, + "x": 108.994, + "y": 98.88199999999983, "z": 0 }, "_lrot": { @@ -3507,23 +3543,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 140 + "__id__": 142 }, "_children": [], "_active": true, "_components": [ - { - "__id__": 142 - }, { "__id__": 144 }, { "__id__": 146 + }, + { + "__id__": 148 } ], "_prefab": { - "__id__": 148 + "__id__": 150 }, "_lpos": { "__type__": "cc.Vec3", @@ -3560,11 +3596,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 141 + "__id__": 143 }, "_enabled": true, "__prefab": { - "__id__": 143 + "__id__": 145 }, "_contentSize": { "__type__": "cc.Size", @@ -3588,11 +3624,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 141 + "__id__": 143 }, "_enabled": true, "__prefab": { - "__id__": 145 + "__id__": 147 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3656,11 +3692,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 141 + "__id__": 143 }, "_enabled": true, "__prefab": { - "__id__": 147 + "__id__": 149 }, "_alignFlags": 18, "_target": null, @@ -3705,23 +3741,23 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 140 + "__id__": 142 }, "_children": [], "_active": false, "_components": [ - { - "__id__": 150 - }, { "__id__": 152 }, { "__id__": 154 + }, + { + "__id__": 156 } ], "_prefab": { - "__id__": 156 + "__id__": 158 }, "_lpos": { "__type__": "cc.Vec3", @@ -3758,11 +3794,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 149 + "__id__": 151 }, "_enabled": true, "__prefab": { - "__id__": 151 + "__id__": 153 }, "_contentSize": { "__type__": "cc.Size", @@ -3786,11 +3822,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 149 + "__id__": 151 }, "_enabled": true, "__prefab": { - "__id__": 153 + "__id__": 155 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -3854,11 +3890,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 149 + "__id__": 151 }, "_enabled": true, "__prefab": { - "__id__": 155 + "__id__": 157 }, "_alignFlags": 18, "_target": null, @@ -3903,27 +3939,27 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 140 + "__id__": 142 }, "_children": [ { - "__id__": 158 + "__id__": 160 } ], "_active": true, "_components": [ - { - "__id__": 164 - }, { "__id__": 166 }, { "__id__": 168 + }, + { + "__id__": 170 } ], "_prefab": { - "__id__": 170 + "__id__": 172 }, "_lpos": { "__type__": "cc.Vec3", @@ -3960,20 +3996,20 @@ "_objFlags": 0, "__editorExtras__": {}, "_parent": { - "__id__": 157 + "__id__": 159 }, "_children": [], "_active": false, "_components": [ { - "__id__": 159 + "__id__": 161 }, { - "__id__": 161 + "__id__": 163 } ], "_prefab": { - "__id__": 163 + "__id__": 165 }, "_lpos": { "__type__": "cc.Vec3", @@ -4010,11 +4046,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 158 + "__id__": 160 }, "_enabled": true, "__prefab": { - "__id__": 160 + "__id__": 162 }, "_contentSize": { "__type__": "cc.Size", @@ -4038,11 +4074,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 158 + "__id__": 160 }, "_enabled": true, "__prefab": { - "__id__": 162 + "__id__": 164 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4096,11 +4132,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 157 + "__id__": 159 }, "_enabled": true, "__prefab": { - "__id__": 165 + "__id__": 167 }, "_contentSize": { "__type__": "cc.Size", @@ -4124,11 +4160,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 157 + "__id__": 159 }, "_enabled": true, "__prefab": { - "__id__": 167 + "__id__": 169 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4192,11 +4228,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 157 + "__id__": 159 }, "_enabled": true, "__prefab": { - "__id__": 169 + "__id__": 171 }, "_alignFlags": 18, "_target": null, @@ -4241,11 +4277,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 140 + "__id__": 142 }, "_enabled": true, "__prefab": { - "__id__": 172 + "__id__": 174 }, "_contentSize": { "__type__": "cc.Size", @@ -4282,16 +4318,16 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 128 + "__id__": 130 }, "_enabled": true, "__prefab": { - "__id__": 175 + "__id__": 177 }, "_contentSize": { "__type__": "cc.Size", "width": 242.5, - "height": 250 + "height": 360 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -4310,11 +4346,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 128 + "__id__": 130 }, "_enabled": false, "__prefab": { - "__id__": 177 + "__id__": 179 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4355,11 +4391,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 128 + "__id__": 130 }, "_enabled": true, "__prefab": { - "__id__": 179 + "__id__": 181 }, "_alignFlags": 13, "_target": null, @@ -4409,18 +4445,18 @@ "_children": [], "_active": false, "_components": [ - { - "__id__": 182 - }, { "__id__": 184 }, { "__id__": 186 + }, + { + "__id__": 188 } ], "_prefab": { - "__id__": 188 + "__id__": 190 }, "_lpos": { "__type__": "cc.Vec3", @@ -4457,11 +4493,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 181 + "__id__": 183 }, "_enabled": true, "__prefab": { - "__id__": 183 + "__id__": 185 }, "_contentSize": { "__type__": "cc.Size", @@ -4485,11 +4521,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 181 + "__id__": 183 }, "_enabled": true, "__prefab": { - "__id__": 185 + "__id__": 187 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4530,11 +4566,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 181 + "__id__": 183 }, "_enabled": true, "__prefab": { - "__id__": 187 + "__id__": 189 }, "_alignFlags": 45, "_target": null, @@ -4583,12 +4619,12 @@ }, "_enabled": true, "__prefab": { - "__id__": 190 + "__id__": 192 }, "_contentSize": { "__type__": "cc.Size", "width": 1064, - "height": 250 + "height": 360 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -4611,7 +4647,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 192 + "__id__": 194 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -4656,7 +4692,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 194 + "__id__": 196 }, "_alignFlags": 40, "_target": null, @@ -4692,31 +4728,31 @@ }, "_enabled": true, "__prefab": { - "__id__": 196 + "__id__": 198 }, "avatar": { "__id__": 48 }, "girlName": { - "__id__": 70 + "__id__": 72 }, "tags": { - "__id__": 78 + "__id__": 80 }, "price": { - "__id__": 166 + "__id__": 168 }, "freeNode": { - "__id__": 141 + "__id__": 143 }, "tryNode": { - "__id__": 149 + "__id__": 151 }, "chatBtn": { - "__id__": 129 + "__id__": 131 }, "starParent": { - "__id__": 83 + "__id__": 85 }, "_id": "" }, @@ -4734,7 +4770,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 198 + "__id__": 200 }, "_type": 3, "_inverted": false, @@ -4770,18 +4806,18 @@ "_children": [], "_active": true, "_components": [ - { - "__id__": 201 - }, { "__id__": 203 }, { "__id__": 205 + }, + { + "__id__": 207 } ], "_prefab": { - "__id__": 207 + "__id__": 209 }, "_lpos": { "__type__": "cc.Vec3", @@ -4818,11 +4854,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 200 + "__id__": 202 }, "_enabled": true, "__prefab": { - "__id__": 202 + "__id__": 204 }, "_contentSize": { "__type__": "cc.Size", @@ -4846,11 +4882,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 200 + "__id__": 202 }, "_enabled": true, "__prefab": { - "__id__": 204 + "__id__": 206 }, "_resizeMode": 1, "_layoutType": 2, @@ -4884,11 +4920,11 @@ "_objFlags": 0, "__editorExtras__": {}, "node": { - "__id__": 200 + "__id__": 202 }, "_enabled": true, "__prefab": { - "__id__": 206 + "__id__": 208 }, "_alignFlags": 40, "_target": null, @@ -4937,7 +4973,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 209 + "__id__": 211 }, "_contentSize": { "__type__": "cc.Size", @@ -4965,7 +5001,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 211 + "__id__": 213 }, "_type": 0, "_inverted": false, @@ -4987,7 +5023,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 213 + "__id__": 215 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5033,7 +5069,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 215 + "__id__": 217 }, "_alignFlags": 45, "_target": null, @@ -5082,7 +5118,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 218 + "__id__": 220 }, "_contentSize": { "__type__": "cc.Size", @@ -5110,7 +5146,7 @@ }, "_enabled": false, "__prefab": { - "__id__": 220 + "__id__": 222 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5155,7 +5191,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 222 + "__id__": 224 }, "bounceDuration": 0.23, "brake": 0.75, @@ -5166,7 +5202,7 @@ "cancelInnerEvents": true, "scrollEvents": [], "_content": { - "__id__": 200 + "__id__": 202 }, "_horizontalScrollBar": null, "_verticalScrollBar": null, @@ -5186,7 +5222,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 224 + "__id__": 226 }, "_alignFlags": 45, "_target": null, @@ -5235,7 +5271,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 227 + "__id__": 229 }, "_contentSize": { "__type__": "cc.Size", @@ -5263,7 +5299,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 229 + "__id__": 231 }, "_alignFlags": 45, "_target": null, @@ -5299,7 +5335,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 231 + "__id__": 233 }, "_type": 0, "_inverted": false, @@ -5321,7 +5357,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 233 + "__id__": 235 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5380,7 +5416,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 236 + "__id__": 238 }, "_contentSize": { "__type__": "cc.Size", @@ -5408,7 +5444,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 238 + "__id__": 240 }, "_customMaterial": null, "_srcBlendFactor": 2, @@ -5453,7 +5489,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 240 + "__id__": 242 }, "_alignFlags": 45, "_target": null, @@ -5502,7 +5538,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 243 + "__id__": 245 }, "_contentSize": { "__type__": "cc.Size", @@ -5530,7 +5566,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 245 + "__id__": 247 }, "_alignFlags": 45, "_target": null, @@ -5566,7 +5602,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 247 + "__id__": 249 }, "m_rootNode": null, "_id": "" @@ -5585,7 +5621,7 @@ }, "_enabled": true, "__prefab": { - "__id__": 249 + "__id__": 251 }, "_id": "" }, diff --git a/assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_avatar.png b/assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_avatar.png index fc8451cb..b7d3a897 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_avatar.png and b/assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_avatar.png.meta index 050bda3d..aac0ea85 100644 --- a/assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_avatar.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_avatar.png.meta @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 350, - "height": 350, - "rawWidth": 350, - "rawHeight": 350, + "width": 250, + "height": 250, + "rawWidth": 250, + "rawHeight": 250, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -175, - -175, + -125, + -125, 0, - 175, - -175, + 125, + -125, 0, - -175, - 175, + -125, + 125, 0, - 175, - 175, + 125, + 125, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 350, - 350, - 350, + 250, + 250, + 250, 0, 0, - 350, + 250, 0 ], "nuv": [ @@ -103,13 +103,13 @@ 1 ], "minPos": [ - -175, - -175, + -125, + -125, 0 ], "maxPos": [ - 175, - 175, + 125, + 125, 0 ] }, diff --git a/assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_list_avatar.png b/assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_list_avatar.png new file mode 100644 index 00000000..b92f8dff Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_list_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3_blured.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_list_avatar.png.meta similarity index 70% rename from assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3_blured.png.meta rename to assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_list_avatar.png.meta index d6696702..8176115d 100644 --- a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3_blured.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10001/Avatar/10001_list_avatar.png.meta @@ -2,7 +2,7 @@ "ver": "1.0.27", "importer": "image", "imported": true, - "uuid": "2d1a2845-2d27-4600-a899-324231edd0c4", + "uuid": "b3bd9b96-70f9-494a-a256-41b282bc86c9", "files": [ ".json", ".png" @@ -10,14 +10,14 @@ "subMetas": { "6c48a": { "importer": "texture", - "uuid": "2d1a2845-2d27-4600-a899-324231edd0c4@6c48a", - "displayName": "10001_3_blured", + "uuid": "b3bd9b96-70f9-494a-a256-41b282bc86c9@6c48a", + "displayName": "10001_list_avatar", "id": "6c48a", "name": "texture", "userData": { "wrapModeS": "clamp-to-edge", "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "2d1a2845-2d27-4600-a899-324231edd0c4", + "imageUuidOrDatabaseUri": "b3bd9b96-70f9-494a-a256-41b282bc86c9", "isUuid": true, "visible": false, "minfilter": "linear", @@ -34,8 +34,8 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "2d1a2845-2d27-4600-a899-324231edd0c4@f9941", - "displayName": "10001_3_blured", + "uuid": "b3bd9b96-70f9-494a-a256-41b282bc86c9@f9941", + "displayName": "10001_list_avatar", "id": "f9941", "name": "spriteFrame", "userData": { @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 300, - "height": 400, - "rawWidth": 300, - "rawHeight": 400, + "width": 480, + "height": 360, + "rawWidth": 480, + "rawHeight": 360, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -150, - -200, + -240, + -180, 0, - 150, - -200, + 240, + -180, 0, - -150, - 200, + -240, + 180, 0, - 150, - 200, + 240, + 180, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 400, - 300, - 400, + 360, + 480, + 360, 0, 0, - 300, + 480, 0 ], "nuv": [ @@ -103,18 +103,18 @@ 1 ], "minPos": [ - -150, - -200, + -240, + -180, 0 ], "maxPos": [ - 150, - 200, + 240, + 180, 0 ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "2d1a2845-2d27-4600-a899-324231edd0c4@6c48a", + "imageUuidOrDatabaseUri": "b3bd9b96-70f9-494a-a256-41b282bc86c9@6c48a", "atlasUuid": "" }, "ver": "1.0.12", @@ -129,6 +129,6 @@ "type": "sprite-frame", "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, - "redirect": "2d1a2845-2d27-4600-a899-324231edd0c4@6c48a" + "redirect": "b3bd9b96-70f9-494a-a256-41b282bc86c9@6c48a" } } diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_1.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_1.png index a515c853..dc6ef02d 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_1.png and b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_1.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_1.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_1.png.meta index d7464bae..0e44df49 100644 --- a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_1.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_1.png.meta @@ -2,7 +2,7 @@ "ver": "1.0.27", "importer": "image", "imported": true, - "uuid": "71a3fa99-cfe5-4e71-a5c9-5bb17e8b581c", + "uuid": "8561a451-29ef-4dda-84a2-49c14034857f", "files": [ ".json", ".png" @@ -10,14 +10,14 @@ "subMetas": { "6c48a": { "importer": "texture", - "uuid": "71a3fa99-cfe5-4e71-a5c9-5bb17e8b581c@6c48a", + "uuid": "8561a451-29ef-4dda-84a2-49c14034857f@6c48a", "displayName": "10001_1", "id": "6c48a", "name": "texture", "userData": { "wrapModeS": "clamp-to-edge", "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "71a3fa99-cfe5-4e71-a5c9-5bb17e8b581c", + "imageUuidOrDatabaseUri": "8561a451-29ef-4dda-84a2-49c14034857f", "isUuid": true, "visible": false, "minfilter": "linear", @@ -34,7 +34,7 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "71a3fa99-cfe5-4e71-a5c9-5bb17e8b581c@f9941", + "uuid": "8561a451-29ef-4dda-84a2-49c14034857f@f9941", "displayName": "10001_1", "id": "f9941", "name": "spriteFrame", @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 300, - "height": 400, - "rawWidth": 300, - "rawHeight": 400, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -150, - -200, + -448, + -576, 0, - 150, - -200, + 448, + -576, 0, - -150, - 200, + -448, + 576, 0, - 150, - 200, + 448, + 576, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 400, - 300, - 400, + 1152, + 896, + 1152, 0, 0, - 300, + 896, 0 ], "nuv": [ @@ -103,18 +103,18 @@ 1 ], "minPos": [ - -150, - -200, + -448, + -576, 0 ], "maxPos": [ - 150, - 200, + 448, + 576, 0 ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "71a3fa99-cfe5-4e71-a5c9-5bb17e8b581c@6c48a", + "imageUuidOrDatabaseUri": "8561a451-29ef-4dda-84a2-49c14034857f@6c48a", "atlasUuid": "" }, "ver": "1.0.12", @@ -129,6 +129,6 @@ "type": "sprite-frame", "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, - "redirect": "71a3fa99-cfe5-4e71-a5c9-5bb17e8b581c@6c48a" + "redirect": "8561a451-29ef-4dda-84a2-49c14034857f@6c48a" } } diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_10.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_10.png new file mode 100644 index 00000000..9de6860e Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_10.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_14.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_10.png.meta similarity index 84% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_14.png.meta rename to assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_10.png.meta index f194e516..74f0ff8c 100644 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_14.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_10.png.meta @@ -2,7 +2,7 @@ "ver": "1.0.27", "importer": "image", "imported": true, - "uuid": "625438ea-0dfd-4c32-8400-26e1ce690d76", + "uuid": "754a00f9-2bf4-4ef9-b2a8-be09d1fb5a44", "files": [ ".json", ".png" @@ -10,14 +10,14 @@ "subMetas": { "6c48a": { "importer": "texture", - "uuid": "625438ea-0dfd-4c32-8400-26e1ce690d76@6c48a", - "displayName": "10004_14", + "uuid": "754a00f9-2bf4-4ef9-b2a8-be09d1fb5a44@6c48a", + "displayName": "10001_10", "id": "6c48a", "name": "texture", "userData": { "wrapModeS": "clamp-to-edge", "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "625438ea-0dfd-4c32-8400-26e1ce690d76", + "imageUuidOrDatabaseUri": "754a00f9-2bf4-4ef9-b2a8-be09d1fb5a44", "isUuid": true, "visible": false, "minfilter": "linear", @@ -34,8 +34,8 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "625438ea-0dfd-4c32-8400-26e1ce690d76@f9941", - "displayName": "10004_14", + "uuid": "754a00f9-2bf4-4ef9-b2a8-be09d1fb5a44@f9941", + "displayName": "10001_10", "id": "f9941", "name": "spriteFrame", "userData": { @@ -114,7 +114,7 @@ ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "625438ea-0dfd-4c32-8400-26e1ce690d76@6c48a", + "imageUuidOrDatabaseUri": "754a00f9-2bf4-4ef9-b2a8-be09d1fb5a44@6c48a", "atlasUuid": "" }, "ver": "1.0.12", @@ -129,6 +129,6 @@ "type": "sprite-frame", "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, - "redirect": "625438ea-0dfd-4c32-8400-26e1ce690d76@6c48a" + "redirect": "754a00f9-2bf4-4ef9-b2a8-be09d1fb5a44@6c48a" } } diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_11.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_11.png new file mode 100644 index 00000000..e2f8f79d Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_11.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_16.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_11.png.meta similarity index 84% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_16.png.meta rename to assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_11.png.meta index 2a784bba..37910d8c 100644 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_16.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_11.png.meta @@ -2,7 +2,7 @@ "ver": "1.0.27", "importer": "image", "imported": true, - "uuid": "4f62c5f4-d11f-463c-8ef5-b7f5e67ff291", + "uuid": "f0af3587-40b6-4cb2-b82c-f43c28bd41e0", "files": [ ".json", ".png" @@ -10,14 +10,14 @@ "subMetas": { "6c48a": { "importer": "texture", - "uuid": "4f62c5f4-d11f-463c-8ef5-b7f5e67ff291@6c48a", - "displayName": "10004_16", + "uuid": "f0af3587-40b6-4cb2-b82c-f43c28bd41e0@6c48a", + "displayName": "10001_11", "id": "6c48a", "name": "texture", "userData": { "wrapModeS": "clamp-to-edge", "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "4f62c5f4-d11f-463c-8ef5-b7f5e67ff291", + "imageUuidOrDatabaseUri": "f0af3587-40b6-4cb2-b82c-f43c28bd41e0", "isUuid": true, "visible": false, "minfilter": "linear", @@ -34,8 +34,8 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "4f62c5f4-d11f-463c-8ef5-b7f5e67ff291@f9941", - "displayName": "10004_16", + "uuid": "f0af3587-40b6-4cb2-b82c-f43c28bd41e0@f9941", + "displayName": "10001_11", "id": "f9941", "name": "spriteFrame", "userData": { @@ -114,7 +114,7 @@ ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "4f62c5f4-d11f-463c-8ef5-b7f5e67ff291@6c48a", + "imageUuidOrDatabaseUri": "f0af3587-40b6-4cb2-b82c-f43c28bd41e0@6c48a", "atlasUuid": "" }, "ver": "1.0.12", @@ -129,6 +129,6 @@ "type": "sprite-frame", "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, - "redirect": "4f62c5f4-d11f-463c-8ef5-b7f5e67ff291@6c48a" + "redirect": "f0af3587-40b6-4cb2-b82c-f43c28bd41e0@6c48a" } } diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_12.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_12.png new file mode 100644 index 00000000..dfe899e6 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_12.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_15.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_12.png.meta similarity index 84% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_15.png.meta rename to assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_12.png.meta index 8e981a2a..97f418a6 100644 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_15.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_12.png.meta @@ -2,7 +2,7 @@ "ver": "1.0.27", "importer": "image", "imported": true, - "uuid": "6d944394-5825-4eb1-97e4-89ccc9dd3959", + "uuid": "3d745f53-3a48-4395-8b2e-a1d4193b7e3d", "files": [ ".json", ".png" @@ -10,14 +10,14 @@ "subMetas": { "6c48a": { "importer": "texture", - "uuid": "6d944394-5825-4eb1-97e4-89ccc9dd3959@6c48a", - "displayName": "10004_15", + "uuid": "3d745f53-3a48-4395-8b2e-a1d4193b7e3d@6c48a", + "displayName": "10001_12", "id": "6c48a", "name": "texture", "userData": { "wrapModeS": "clamp-to-edge", "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "6d944394-5825-4eb1-97e4-89ccc9dd3959", + "imageUuidOrDatabaseUri": "3d745f53-3a48-4395-8b2e-a1d4193b7e3d", "isUuid": true, "visible": false, "minfilter": "linear", @@ -34,8 +34,8 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "6d944394-5825-4eb1-97e4-89ccc9dd3959@f9941", - "displayName": "10004_15", + "uuid": "3d745f53-3a48-4395-8b2e-a1d4193b7e3d@f9941", + "displayName": "10001_12", "id": "f9941", "name": "spriteFrame", "userData": { @@ -114,7 +114,7 @@ ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "6d944394-5825-4eb1-97e4-89ccc9dd3959@6c48a", + "imageUuidOrDatabaseUri": "3d745f53-3a48-4395-8b2e-a1d4193b7e3d@6c48a", "atlasUuid": "" }, "ver": "1.0.12", @@ -129,6 +129,6 @@ "type": "sprite-frame", "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, - "redirect": "6d944394-5825-4eb1-97e4-89ccc9dd3959@6c48a" + "redirect": "3d745f53-3a48-4395-8b2e-a1d4193b7e3d@6c48a" } } diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_13.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_13.png new file mode 100644 index 00000000..deb97fde Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_13.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_13.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_13.png.meta new file mode 100644 index 00000000..e988d574 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_13.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "99058cff-2923-4747-bf6f-a3f4ff55cc9f", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "99058cff-2923-4747-bf6f-a3f4ff55cc9f@6c48a", + "displayName": "10001_13", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "99058cff-2923-4747-bf6f-a3f4ff55cc9f", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "99058cff-2923-4747-bf6f-a3f4ff55cc9f@f9941", + "displayName": "10001_13", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "99058cff-2923-4747-bf6f-a3f4ff55cc9f@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "99058cff-2923-4747-bf6f-a3f4ff55cc9f@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2.png index d7743068..b9f8a5ac 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2.png and b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2.png.meta index 290b1610..c380406c 100644 --- a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2.png.meta @@ -2,7 +2,7 @@ "ver": "1.0.27", "importer": "image", "imported": true, - "uuid": "41a2634d-5fd9-40d4-9603-c6952ef5c93b", + "uuid": "314d48a6-a815-43bd-a714-ffa6b9c093c5", "files": [ ".json", ".png" @@ -10,14 +10,14 @@ "subMetas": { "6c48a": { "importer": "texture", - "uuid": "41a2634d-5fd9-40d4-9603-c6952ef5c93b@6c48a", + "uuid": "314d48a6-a815-43bd-a714-ffa6b9c093c5@6c48a", "displayName": "10001_2", "id": "6c48a", "name": "texture", "userData": { "wrapModeS": "clamp-to-edge", "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "41a2634d-5fd9-40d4-9603-c6952ef5c93b", + "imageUuidOrDatabaseUri": "314d48a6-a815-43bd-a714-ffa6b9c093c5", "isUuid": true, "visible": false, "minfilter": "linear", @@ -34,7 +34,7 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "41a2634d-5fd9-40d4-9603-c6952ef5c93b@f9941", + "uuid": "314d48a6-a815-43bd-a714-ffa6b9c093c5@f9941", "displayName": "10001_2", "id": "f9941", "name": "spriteFrame", @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 300, - "height": 400, - "rawWidth": 300, - "rawHeight": 400, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -150, - -200, + -448, + -576, 0, - 150, - -200, + 448, + -576, 0, - -150, - 200, + -448, + 576, 0, - 150, - 200, + 448, + 576, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 400, - 300, - 400, + 1152, + 896, + 1152, 0, 0, - 300, + 896, 0 ], "nuv": [ @@ -103,18 +103,18 @@ 1 ], "minPos": [ - -150, - -200, + -448, + -576, 0 ], "maxPos": [ - 150, - 200, + 448, + 576, 0 ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "41a2634d-5fd9-40d4-9603-c6952ef5c93b@6c48a", + "imageUuidOrDatabaseUri": "314d48a6-a815-43bd-a714-ffa6b9c093c5@6c48a", "atlasUuid": "" }, "ver": "1.0.12", @@ -129,6 +129,6 @@ "type": "sprite-frame", "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, - "redirect": "41a2634d-5fd9-40d4-9603-c6952ef5c93b@6c48a" + "redirect": "314d48a6-a815-43bd-a714-ffa6b9c093c5@6c48a" } } diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2_blured.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2_blured.png deleted file mode 100644 index 8855c488..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2_blured.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3.png index 935e7874..e1edd128 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3.png and b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3.png.meta index c4cbfd82..4741c375 100644 --- a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3.png.meta @@ -2,7 +2,7 @@ "ver": "1.0.27", "importer": "image", "imported": true, - "uuid": "9d5fd01e-4cb5-4182-9cca-bff67cb38d55", + "uuid": "c612bf4c-fe0e-4916-8c7a-9adde953082f", "files": [ ".json", ".png" @@ -10,14 +10,14 @@ "subMetas": { "6c48a": { "importer": "texture", - "uuid": "9d5fd01e-4cb5-4182-9cca-bff67cb38d55@6c48a", + "uuid": "c612bf4c-fe0e-4916-8c7a-9adde953082f@6c48a", "displayName": "10001_3", "id": "6c48a", "name": "texture", "userData": { "wrapModeS": "clamp-to-edge", "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "9d5fd01e-4cb5-4182-9cca-bff67cb38d55", + "imageUuidOrDatabaseUri": "c612bf4c-fe0e-4916-8c7a-9adde953082f", "isUuid": true, "visible": false, "minfilter": "linear", @@ -34,7 +34,7 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "9d5fd01e-4cb5-4182-9cca-bff67cb38d55@f9941", + "uuid": "c612bf4c-fe0e-4916-8c7a-9adde953082f@f9941", "displayName": "10001_3", "id": "f9941", "name": "spriteFrame", @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 300, - "height": 400, - "rawWidth": 300, - "rawHeight": 400, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -150, - -200, + -448, + -576, 0, - 150, - -200, + 448, + -576, 0, - -150, - 200, + -448, + 576, 0, - 150, - 200, + 448, + 576, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 400, - 300, - 400, + 1152, + 896, + 1152, 0, 0, - 300, + 896, 0 ], "nuv": [ @@ -103,18 +103,18 @@ 1 ], "minPos": [ - -150, - -200, + -448, + -576, 0 ], "maxPos": [ - 150, - 200, + 448, + 576, 0 ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "9d5fd01e-4cb5-4182-9cca-bff67cb38d55@6c48a", + "imageUuidOrDatabaseUri": "c612bf4c-fe0e-4916-8c7a-9adde953082f@6c48a", "atlasUuid": "" }, "ver": "1.0.12", @@ -129,6 +129,6 @@ "type": "sprite-frame", "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, - "redirect": "9d5fd01e-4cb5-4182-9cca-bff67cb38d55@6c48a" + "redirect": "c612bf4c-fe0e-4916-8c7a-9adde953082f@6c48a" } } diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3_blured.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3_blured.png deleted file mode 100644 index bc5a8d12..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_3_blured.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_4.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_4.png new file mode 100644 index 00000000..3ac4ee84 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_4.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_4.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_4.png.meta new file mode 100644 index 00000000..ba7d7da0 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_4.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "34f33306-5a9a-4a22-bc40-e9649d03f194", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "34f33306-5a9a-4a22-bc40-e9649d03f194@6c48a", + "displayName": "10001_4", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "34f33306-5a9a-4a22-bc40-e9649d03f194", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "34f33306-5a9a-4a22-bc40-e9649d03f194@f9941", + "displayName": "10001_4", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "34f33306-5a9a-4a22-bc40-e9649d03f194@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "34f33306-5a9a-4a22-bc40-e9649d03f194@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_5.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_5.png new file mode 100644 index 00000000..2b7abf78 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_5.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_5.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_5.png.meta new file mode 100644 index 00000000..97235e9b --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_5.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "5098349b-65e6-4f9e-a2cd-c9e7e4e1f2b1", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "5098349b-65e6-4f9e-a2cd-c9e7e4e1f2b1@6c48a", + "displayName": "10001_5", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "5098349b-65e6-4f9e-a2cd-c9e7e4e1f2b1", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "5098349b-65e6-4f9e-a2cd-c9e7e4e1f2b1@f9941", + "displayName": "10001_5", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "5098349b-65e6-4f9e-a2cd-c9e7e4e1f2b1@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "5098349b-65e6-4f9e-a2cd-c9e7e4e1f2b1@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_6.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_6.png new file mode 100644 index 00000000..ff218d31 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_6.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_6.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_6.png.meta new file mode 100644 index 00000000..b93bebb4 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_6.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "d4fca6ae-3e91-440f-a553-1829f8a5d558", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "d4fca6ae-3e91-440f-a553-1829f8a5d558@6c48a", + "displayName": "10001_6", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "d4fca6ae-3e91-440f-a553-1829f8a5d558", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "d4fca6ae-3e91-440f-a553-1829f8a5d558@f9941", + "displayName": "10001_6", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "d4fca6ae-3e91-440f-a553-1829f8a5d558@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "d4fca6ae-3e91-440f-a553-1829f8a5d558@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_7.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_7.png new file mode 100644 index 00000000..b1249f3f Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_7.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_7.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_7.png.meta new file mode 100644 index 00000000..072b5ed1 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_7.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "82b8447c-df8c-437e-b34a-e9dc030fc533", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "82b8447c-df8c-437e-b34a-e9dc030fc533@6c48a", + "displayName": "10001_7", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "82b8447c-df8c-437e-b34a-e9dc030fc533", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "82b8447c-df8c-437e-b34a-e9dc030fc533@f9941", + "displayName": "10001_7", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "82b8447c-df8c-437e-b34a-e9dc030fc533@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "82b8447c-df8c-437e-b34a-e9dc030fc533@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_8.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_8.png new file mode 100644 index 00000000..d01dd4a1 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_8.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_8.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_8.png.meta new file mode 100644 index 00000000..c14ac033 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_8.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "48223420-5b3c-4742-9553-439008032ed1", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "48223420-5b3c-4742-9553-439008032ed1@6c48a", + "displayName": "10001_8", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "48223420-5b3c-4742-9553-439008032ed1", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "48223420-5b3c-4742-9553-439008032ed1@f9941", + "displayName": "10001_8", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "48223420-5b3c-4742-9553-439008032ed1@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "48223420-5b3c-4742-9553-439008032ed1@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_9.png b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_9.png new file mode 100644 index 00000000..4f1056c6 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_9.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_9.png.meta b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_9.png.meta new file mode 100644 index 00000000..ace74d15 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_9.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "80a516f2-da12-4ded-827e-910fcde8720f", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "80a516f2-da12-4ded-827e-910fcde8720f@6c48a", + "displayName": "10001_9", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "80a516f2-da12-4ded-827e-910fcde8720f", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "80a516f2-da12-4ded-827e-910fcde8720f@f9941", + "displayName": "10001_9", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "80a516f2-da12-4ded-827e-910fcde8720f@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "80a516f2-da12-4ded-827e-910fcde8720f@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_avatar.png b/assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_avatar.png index e7f06a1c..6c161008 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_avatar.png and b/assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_avatar.png.meta index 80ffdce1..923c6863 100644 --- a/assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_avatar.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_avatar.png.meta @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 350, - "height": 350, - "rawWidth": 350, - "rawHeight": 350, + "width": 250, + "height": 250, + "rawWidth": 250, + "rawHeight": 250, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -175, - -175, + -125, + -125, 0, - 175, - -175, + 125, + -125, 0, - -175, - 175, + -125, + 125, 0, - 175, - 175, + 125, + 125, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 350, - 350, - 350, + 250, + 250, + 250, 0, 0, - 350, + 250, 0 ], "nuv": [ @@ -103,13 +103,13 @@ 1 ], "minPos": [ - -175, - -175, + -125, + -125, 0 ], "maxPos": [ - 175, - 175, + 125, + 125, 0 ] }, diff --git a/assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_list_avatar.png b/assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_list_avatar.png new file mode 100644 index 00000000..2a7b91ae Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_list_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2_blured.png.meta b/assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_list_avatar.png.meta similarity index 70% rename from assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2_blured.png.meta rename to assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_list_avatar.png.meta index 8d976d32..168dc91e 100644 --- a/assets/bundles/Chat18x/Image/Girls/10001/DetailImg/10001_2_blured.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10002/Avatar/10002_list_avatar.png.meta @@ -2,7 +2,7 @@ "ver": "1.0.27", "importer": "image", "imported": true, - "uuid": "a3789fff-6696-4fb8-8457-00b3e6e323e2", + "uuid": "f26d2d1e-41ae-453c-be68-ae892ab92701", "files": [ ".json", ".png" @@ -10,14 +10,14 @@ "subMetas": { "6c48a": { "importer": "texture", - "uuid": "a3789fff-6696-4fb8-8457-00b3e6e323e2@6c48a", - "displayName": "10001_2_blured", + "uuid": "f26d2d1e-41ae-453c-be68-ae892ab92701@6c48a", + "displayName": "10002_list_avatar", "id": "6c48a", "name": "texture", "userData": { "wrapModeS": "clamp-to-edge", "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "a3789fff-6696-4fb8-8457-00b3e6e323e2", + "imageUuidOrDatabaseUri": "f26d2d1e-41ae-453c-be68-ae892ab92701", "isUuid": true, "visible": false, "minfilter": "linear", @@ -34,8 +34,8 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "a3789fff-6696-4fb8-8457-00b3e6e323e2@f9941", - "displayName": "10001_2_blured", + "uuid": "f26d2d1e-41ae-453c-be68-ae892ab92701@f9941", + "displayName": "10002_list_avatar", "id": "f9941", "name": "spriteFrame", "userData": { @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 300, - "height": 400, - "rawWidth": 300, - "rawHeight": 400, + "width": 480, + "height": 360, + "rawWidth": 480, + "rawHeight": 360, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -150, - -200, + -240, + -180, 0, - 150, - -200, + 240, + -180, 0, - -150, - 200, + -240, + 180, 0, - 150, - 200, + 240, + 180, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 400, - 300, - 400, + 360, + 480, + 360, 0, 0, - 300, + 480, 0 ], "nuv": [ @@ -103,18 +103,18 @@ 1 ], "minPos": [ - -150, - -200, + -240, + -180, 0 ], "maxPos": [ - 150, - 200, + 240, + 180, 0 ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "a3789fff-6696-4fb8-8457-00b3e6e323e2@6c48a", + "imageUuidOrDatabaseUri": "f26d2d1e-41ae-453c-be68-ae892ab92701@6c48a", "atlasUuid": "" }, "ver": "1.0.12", @@ -129,6 +129,6 @@ "type": "sprite-frame", "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, - "redirect": "a3789fff-6696-4fb8-8457-00b3e6e323e2@6c48a" + "redirect": "f26d2d1e-41ae-453c-be68-ae892ab92701@6c48a" } } diff --git a/assets/bundles/Chat18x/Image/Girls/10002/ChatBg.meta b/assets/bundles/Chat18x/Image/Girls/10002/ChatBg.meta deleted file mode 100644 index 6a4d4391..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10002/ChatBg.meta +++ /dev/null @@ -1 +0,0 @@ -{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"b61432e4-a235-4be8-9801-d837ef5bea1f","files":[],"subMetas":{},"userData":{}} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/ChatBg/10002_chatBg.mp4 b/assets/bundles/Chat18x/Image/Girls/10002/ChatBg/10002_chatBg.mp4 deleted file mode 100644 index 26d26ade..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10002/ChatBg/10002_chatBg.mp4 and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10002/ChatBg/10002_chatBg.mp4.meta b/assets/bundles/Chat18x/Image/Girls/10002/ChatBg/10002_chatBg.mp4.meta deleted file mode 100644 index e47c8ab0..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10002/ChatBg/10002_chatBg.mp4.meta +++ /dev/null @@ -1,12 +0,0 @@ -{ - "ver": "1.0.0", - "importer": "video-clip", - "imported": true, - "uuid": "a13b74ff-09f6-4743-9a4b-2c88c095c3d7", - "files": [ - ".json", - ".mp4" - ], - "subMetas": {}, - "userData": {} -} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_1.jpeg b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_1.jpeg deleted file mode 100644 index 23fba8ff..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_1.jpeg and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_1.jpeg.meta b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_1.jpeg.meta deleted file mode 100644 index 908311fd..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_1.jpeg.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "0b2d94ce-e228-436e-a921-ad86108cde8d", - "files": [ - ".jpeg", - ".json" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "0b2d94ce-e228-436e-a921-ad86108cde8d@6c48a", - "displayName": "10002_1", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "0b2d94ce-e228-436e-a921-ad86108cde8d", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "0b2d94ce-e228-436e-a921-ad86108cde8d@f9941", - "displayName": "10002_1", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 832, - "height": 1216, - "rawWidth": 832, - "rawHeight": 1216, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -416, - -608, - 0, - 416, - -608, - 0, - -416, - 608, - 0, - 416, - 608, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1216, - 832, - 1216, - 0, - 0, - 832, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -416, - -608, - 0 - ], - "maxPos": [ - 416, - 608, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "0b2d94ce-e228-436e-a921-ad86108cde8d@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "0b2d94ce-e228-436e-a921-ad86108cde8d@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_1.png b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_1.png new file mode 100644 index 00000000..5aacfc8a Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_1.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_1.png.meta b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_1.png.meta new file mode 100644 index 00000000..109394ce --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_1.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "fed595e9-10e6-492c-90c9-f312e6a2e8d0", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "fed595e9-10e6-492c-90c9-f312e6a2e8d0@6c48a", + "displayName": "10002_1", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "fed595e9-10e6-492c-90c9-f312e6a2e8d0", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "fed595e9-10e6-492c-90c9-f312e6a2e8d0@f9941", + "displayName": "10002_1", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "fed595e9-10e6-492c-90c9-f312e6a2e8d0@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "fed595e9-10e6-492c-90c9-f312e6a2e8d0@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_10.png b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_10.png new file mode 100644 index 00000000..177ff1d2 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_10.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_10.png.meta b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_10.png.meta new file mode 100644 index 00000000..23ccba1c --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_10.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "36802974-16a5-415b-9618-f07e62b4cc68", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "36802974-16a5-415b-9618-f07e62b4cc68@6c48a", + "displayName": "10002_10", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "36802974-16a5-415b-9618-f07e62b4cc68", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "36802974-16a5-415b-9618-f07e62b4cc68@f9941", + "displayName": "10002_10", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "36802974-16a5-415b-9618-f07e62b4cc68@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "36802974-16a5-415b-9618-f07e62b4cc68@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_2.jpeg b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_2.jpeg deleted file mode 100644 index 634f6f77..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_2.jpeg and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_2.jpeg.meta b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_2.jpeg.meta deleted file mode 100644 index 0ae1023b..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_2.jpeg.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "8c09f414-91c6-4df0-b166-4233f7f725be", - "files": [ - ".jpeg", - ".json" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "8c09f414-91c6-4df0-b166-4233f7f725be@6c48a", - "displayName": "10002_2", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "8c09f414-91c6-4df0-b166-4233f7f725be", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "8c09f414-91c6-4df0-b166-4233f7f725be@f9941", - "displayName": "10002_2", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 832, - "height": 1216, - "rawWidth": 832, - "rawHeight": 1216, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -416, - -608, - 0, - 416, - -608, - 0, - -416, - 608, - 0, - 416, - 608, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1216, - 832, - 1216, - 0, - 0, - 832, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -416, - -608, - 0 - ], - "maxPos": [ - 416, - 608, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "8c09f414-91c6-4df0-b166-4233f7f725be@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "8c09f414-91c6-4df0-b166-4233f7f725be@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_2.png b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_2.png new file mode 100644 index 00000000..b0d5342c Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_2.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_2.png.meta b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_2.png.meta new file mode 100644 index 00000000..e870a514 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_2.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "26c94e37-fe2f-4150-940d-8456e6c8c9b0", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "26c94e37-fe2f-4150-940d-8456e6c8c9b0@6c48a", + "displayName": "10002_2", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "26c94e37-fe2f-4150-940d-8456e6c8c9b0", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "26c94e37-fe2f-4150-940d-8456e6c8c9b0@f9941", + "displayName": "10002_2", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "26c94e37-fe2f-4150-940d-8456e6c8c9b0@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "26c94e37-fe2f-4150-940d-8456e6c8c9b0@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_3.jpeg b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_3.jpeg deleted file mode 100644 index affff60a..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_3.jpeg and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_3.jpeg.meta b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_3.jpeg.meta deleted file mode 100644 index 832b01ce..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_3.jpeg.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "e6be6bb9-533c-4da5-aac7-98aa0921bb8f", - "files": [ - ".jpeg", - ".json" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "e6be6bb9-533c-4da5-aac7-98aa0921bb8f@6c48a", - "displayName": "10002_3", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "e6be6bb9-533c-4da5-aac7-98aa0921bb8f", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "e6be6bb9-533c-4da5-aac7-98aa0921bb8f@f9941", - "displayName": "10002_3", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 832, - "height": 1216, - "rawWidth": 832, - "rawHeight": 1216, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -416, - -608, - 0, - 416, - -608, - 0, - -416, - 608, - 0, - 416, - 608, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1216, - 832, - 1216, - 0, - 0, - 832, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -416, - -608, - 0 - ], - "maxPos": [ - 416, - 608, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "e6be6bb9-533c-4da5-aac7-98aa0921bb8f@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "e6be6bb9-533c-4da5-aac7-98aa0921bb8f@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_3.png b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_3.png new file mode 100644 index 00000000..558d6fc7 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_3.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_3.png.meta b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_3.png.meta new file mode 100644 index 00000000..c9103963 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_3.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "b7d38cb4-bc38-4964-9cfe-9ff24e39a743", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "b7d38cb4-bc38-4964-9cfe-9ff24e39a743@6c48a", + "displayName": "10002_3", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "b7d38cb4-bc38-4964-9cfe-9ff24e39a743", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "b7d38cb4-bc38-4964-9cfe-9ff24e39a743@f9941", + "displayName": "10002_3", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "b7d38cb4-bc38-4964-9cfe-9ff24e39a743@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "b7d38cb4-bc38-4964-9cfe-9ff24e39a743@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_4.png b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_4.png new file mode 100644 index 00000000..677e8676 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_4.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_4.png.meta b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_4.png.meta new file mode 100644 index 00000000..8bdd99dd --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_4.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "b06aaffe-fab2-4dcc-9668-13390b382bd1", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "b06aaffe-fab2-4dcc-9668-13390b382bd1@6c48a", + "displayName": "10002_4", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "b06aaffe-fab2-4dcc-9668-13390b382bd1", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "b06aaffe-fab2-4dcc-9668-13390b382bd1@f9941", + "displayName": "10002_4", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "b06aaffe-fab2-4dcc-9668-13390b382bd1@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "b06aaffe-fab2-4dcc-9668-13390b382bd1@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_5.png b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_5.png new file mode 100644 index 00000000..cc20f5ef Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_5.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_23.png.meta b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_5.png.meta similarity index 84% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_23.png.meta rename to assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_5.png.meta index 5e9a9208..3abd53a4 100644 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_23.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_5.png.meta @@ -2,7 +2,7 @@ "ver": "1.0.27", "importer": "image", "imported": true, - "uuid": "b97a4f30-d61b-47a5-8ae5-af381c4a82c8", + "uuid": "05a2412b-fe94-4038-ab41-42b0bdd0083b", "files": [ ".json", ".png" @@ -10,14 +10,14 @@ "subMetas": { "6c48a": { "importer": "texture", - "uuid": "b97a4f30-d61b-47a5-8ae5-af381c4a82c8@6c48a", - "displayName": "10004_23", + "uuid": "05a2412b-fe94-4038-ab41-42b0bdd0083b@6c48a", + "displayName": "10002_5", "id": "6c48a", "name": "texture", "userData": { "wrapModeS": "clamp-to-edge", "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "b97a4f30-d61b-47a5-8ae5-af381c4a82c8", + "imageUuidOrDatabaseUri": "05a2412b-fe94-4038-ab41-42b0bdd0083b", "isUuid": true, "visible": false, "minfilter": "linear", @@ -34,8 +34,8 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "b97a4f30-d61b-47a5-8ae5-af381c4a82c8@f9941", - "displayName": "10004_23", + "uuid": "05a2412b-fe94-4038-ab41-42b0bdd0083b@f9941", + "displayName": "10002_5", "id": "f9941", "name": "spriteFrame", "userData": { @@ -114,7 +114,7 @@ ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "b97a4f30-d61b-47a5-8ae5-af381c4a82c8@6c48a", + "imageUuidOrDatabaseUri": "05a2412b-fe94-4038-ab41-42b0bdd0083b@6c48a", "atlasUuid": "" }, "ver": "1.0.12", @@ -129,6 +129,6 @@ "type": "sprite-frame", "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, - "redirect": "b97a4f30-d61b-47a5-8ae5-af381c4a82c8@6c48a" + "redirect": "05a2412b-fe94-4038-ab41-42b0bdd0083b@6c48a" } } diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_6.png b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_6.png new file mode 100644 index 00000000..7be6b09c Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_6.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_6.png.meta b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_6.png.meta new file mode 100644 index 00000000..454f4bf6 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_6.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "9a9fd68e-c68b-40ab-9cc8-7d086839cae8", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "9a9fd68e-c68b-40ab-9cc8-7d086839cae8@6c48a", + "displayName": "10002_6", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "9a9fd68e-c68b-40ab-9cc8-7d086839cae8", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "9a9fd68e-c68b-40ab-9cc8-7d086839cae8@f9941", + "displayName": "10002_6", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "9a9fd68e-c68b-40ab-9cc8-7d086839cae8@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "9a9fd68e-c68b-40ab-9cc8-7d086839cae8@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_7.png b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_7.png new file mode 100644 index 00000000..a383a3ca Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_7.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_12.png.meta b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_7.png.meta similarity index 84% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_12.png.meta rename to assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_7.png.meta index eb97c2a8..36847cbe 100644 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_12.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_7.png.meta @@ -2,7 +2,7 @@ "ver": "1.0.27", "importer": "image", "imported": true, - "uuid": "98316a2f-dca5-44e7-83de-6f5771fcb0d7", + "uuid": "3e511ac3-866e-48f7-a035-cd9411ea0a42", "files": [ ".json", ".png" @@ -10,14 +10,14 @@ "subMetas": { "6c48a": { "importer": "texture", - "uuid": "98316a2f-dca5-44e7-83de-6f5771fcb0d7@6c48a", - "displayName": "10004_12", + "uuid": "3e511ac3-866e-48f7-a035-cd9411ea0a42@6c48a", + "displayName": "10002_7", "id": "6c48a", "name": "texture", "userData": { "wrapModeS": "clamp-to-edge", "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "98316a2f-dca5-44e7-83de-6f5771fcb0d7", + "imageUuidOrDatabaseUri": "3e511ac3-866e-48f7-a035-cd9411ea0a42", "isUuid": true, "visible": false, "minfilter": "linear", @@ -34,8 +34,8 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "98316a2f-dca5-44e7-83de-6f5771fcb0d7@f9941", - "displayName": "10004_12", + "uuid": "3e511ac3-866e-48f7-a035-cd9411ea0a42@f9941", + "displayName": "10002_7", "id": "f9941", "name": "spriteFrame", "userData": { @@ -114,7 +114,7 @@ ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "98316a2f-dca5-44e7-83de-6f5771fcb0d7@6c48a", + "imageUuidOrDatabaseUri": "3e511ac3-866e-48f7-a035-cd9411ea0a42@6c48a", "atlasUuid": "" }, "ver": "1.0.12", @@ -129,6 +129,6 @@ "type": "sprite-frame", "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, - "redirect": "98316a2f-dca5-44e7-83de-6f5771fcb0d7@6c48a" + "redirect": "3e511ac3-866e-48f7-a035-cd9411ea0a42@6c48a" } } diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_8.png b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_8.png new file mode 100644 index 00000000..1f1dc3b1 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_8.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_8.png.meta b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_8.png.meta new file mode 100644 index 00000000..47ff758f --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_8.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "16d0138f-f1db-418a-a15d-42b70ac41c4d", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "16d0138f-f1db-418a-a15d-42b70ac41c4d@6c48a", + "displayName": "10002_8", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "16d0138f-f1db-418a-a15d-42b70ac41c4d", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "16d0138f-f1db-418a-a15d-42b70ac41c4d@f9941", + "displayName": "10002_8", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "16d0138f-f1db-418a-a15d-42b70ac41c4d@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "16d0138f-f1db-418a-a15d-42b70ac41c4d@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_9.png b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_9.png new file mode 100644 index 00000000..2c1e99d4 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_9.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_9.png.meta b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_9.png.meta new file mode 100644 index 00000000..d05077c6 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10002/DetailImg/10002_9.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "9777982b-9c1c-4b9c-b75d-6bd27e4a1a54", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "9777982b-9c1c-4b9c-b75d-6bd27e4a1a54@6c48a", + "displayName": "10002_9", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "9777982b-9c1c-4b9c-b75d-6bd27e4a1a54", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "9777982b-9c1c-4b9c-b75d-6bd27e4a1a54@f9941", + "displayName": "10002_9", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "9777982b-9c1c-4b9c-b75d-6bd27e4a1a54@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "9777982b-9c1c-4b9c-b75d-6bd27e4a1a54@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10002/PopupImg.meta b/assets/bundles/Chat18x/Image/Girls/10002/PopupImg.meta deleted file mode 100644 index c60507c1..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10002/PopupImg.meta +++ /dev/null @@ -1 +0,0 @@ -{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"af5b1dca-7079-471c-a987-ff199531c8ea","files":[],"subMetas":{},"userData":{}} diff --git a/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_avatar.png b/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_avatar.png index ba189083..ccc348fe 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_avatar.png and b/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_avatar.png.meta index c0c76d78..c1e97ae6 100644 --- a/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_avatar.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_avatar.png.meta @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 350, - "height": 350, - "rawWidth": 350, - "rawHeight": 350, + "width": 250, + "height": 250, + "rawWidth": 250, + "rawHeight": 250, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -175, - -175, + -125, + -125, 0, - 175, - -175, + 125, + -125, 0, - -175, - 175, + -125, + 125, 0, - 175, - 175, + 125, + 125, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 350, - 350, - 350, + 250, + 250, + 250, 0, 0, - 350, + 250, 0 ], "nuv": [ @@ -103,13 +103,13 @@ 1 ], "minPos": [ - -175, - -175, + -125, + -125, 0 ], "maxPos": [ - 175, - 175, + 125, + 125, 0 ] }, diff --git a/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_list_avatar.png b/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_list_avatar.png new file mode 100644 index 00000000..1b4f7aef Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_list_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_list_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_list_avatar.png.meta new file mode 100644 index 00000000..bcf9b3ea --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10003/Avatar/10003_list_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "8c6c8b75-430c-4a87-889c-c36e8beebf02", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "8c6c8b75-430c-4a87-889c-c36e8beebf02@6c48a", + "displayName": "10003_list_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "8c6c8b75-430c-4a87-889c-c36e8beebf02", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "8c6c8b75-430c-4a87-889c-c36e8beebf02@f9941", + "displayName": "10003_list_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 480, + "height": 360, + "rawWidth": 480, + "rawHeight": 360, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -240, + -180, + 0, + 240, + -180, + 0, + -240, + 180, + 0, + 240, + 180, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 360, + 480, + 360, + 0, + 0, + 480, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -240, + -180, + 0 + ], + "maxPos": [ + 240, + 180, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "8c6c8b75-430c-4a87-889c-c36e8beebf02@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "8c6c8b75-430c-4a87-889c-c36e8beebf02@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10003/ChatBg.meta b/assets/bundles/Chat18x/Image/Girls/10003/ChatBg.meta deleted file mode 100644 index aca0010f..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10003/ChatBg.meta +++ /dev/null @@ -1 +0,0 @@ -{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"0238c668-3194-4871-b98d-121e8434fda3","files":[],"subMetas":{},"userData":{}} diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_1.jpeg b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_1.jpeg deleted file mode 100644 index 1c1151b5..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_1.jpeg and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_1.png b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_1.png new file mode 100644 index 00000000..e08b091e Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_1.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_1.jpeg.meta b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_1.png.meta similarity index 72% rename from assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_1.jpeg.meta rename to assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_1.png.meta index b3c458c5..6cac0abc 100644 --- a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_1.jpeg.meta +++ b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_1.png.meta @@ -2,22 +2,22 @@ "ver": "1.0.27", "importer": "image", "imported": true, - "uuid": "e07f0742-ccce-4865-9ce6-386226b1cc94", + "uuid": "62ec68dc-c93e-4c48-adae-72a2466bdec0", "files": [ - ".jpeg", - ".json" + ".json", + ".png" ], "subMetas": { "6c48a": { "importer": "texture", - "uuid": "e07f0742-ccce-4865-9ce6-386226b1cc94@6c48a", + "uuid": "62ec68dc-c93e-4c48-adae-72a2466bdec0@6c48a", "displayName": "10003_1", "id": "6c48a", "name": "texture", "userData": { "wrapModeS": "clamp-to-edge", "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "e07f0742-ccce-4865-9ce6-386226b1cc94", + "imageUuidOrDatabaseUri": "62ec68dc-c93e-4c48-adae-72a2466bdec0", "isUuid": true, "visible": false, "minfilter": "linear", @@ -34,7 +34,7 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "e07f0742-ccce-4865-9ce6-386226b1cc94@f9941", + "uuid": "62ec68dc-c93e-4c48-adae-72a2466bdec0@f9941", "displayName": "10003_1", "id": "f9941", "name": "spriteFrame", @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 512, - "height": 768, - "rawWidth": 512, - "rawHeight": 768, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -256, - -384, + -672, + -864, 0, - 256, - -384, + 672, + -864, 0, - -256, - 384, + -672, + 864, 0, - 256, - 384, + 672, + 864, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 768, - 512, - 768, + 1728, + 1344, + 1728, 0, 0, - 512, + 1344, 0 ], "nuv": [ @@ -103,18 +103,18 @@ 1 ], "minPos": [ - -256, - -384, + -672, + -864, 0 ], "maxPos": [ - 256, - 384, + 672, + 864, 0 ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "e07f0742-ccce-4865-9ce6-386226b1cc94@6c48a", + "imageUuidOrDatabaseUri": "62ec68dc-c93e-4c48-adae-72a2466bdec0@6c48a", "atlasUuid": "" }, "ver": "1.0.12", @@ -129,6 +129,6 @@ "type": "sprite-frame", "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, - "redirect": "e07f0742-ccce-4865-9ce6-386226b1cc94@6c48a" + "redirect": "62ec68dc-c93e-4c48-adae-72a2466bdec0@6c48a" } } diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_10.png b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_10.png new file mode 100644 index 00000000..9eeb0d9d Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_10.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_10.png.meta b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_10.png.meta new file mode 100644 index 00000000..bc5bbcff --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_10.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "54b3a9a7-dbde-4a1e-9f9f-70dc5c4b193a", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "54b3a9a7-dbde-4a1e-9f9f-70dc5c4b193a@6c48a", + "displayName": "10003_10", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "54b3a9a7-dbde-4a1e-9f9f-70dc5c4b193a", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "54b3a9a7-dbde-4a1e-9f9f-70dc5c4b193a@f9941", + "displayName": "10003_10", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "54b3a9a7-dbde-4a1e-9f9f-70dc5c4b193a@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "54b3a9a7-dbde-4a1e-9f9f-70dc5c4b193a@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_11.png b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_11.png new file mode 100644 index 00000000..08621028 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_11.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_11.png.meta b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_11.png.meta new file mode 100644 index 00000000..c6f1f260 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_11.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "ae2892db-5b9e-48b9-928b-aee1916cb5be", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ae2892db-5b9e-48b9-928b-aee1916cb5be@6c48a", + "displayName": "10003_11", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ae2892db-5b9e-48b9-928b-aee1916cb5be", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ae2892db-5b9e-48b9-928b-aee1916cb5be@f9941", + "displayName": "10003_11", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ae2892db-5b9e-48b9-928b-aee1916cb5be@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "ae2892db-5b9e-48b9-928b-aee1916cb5be@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_12.png b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_12.png new file mode 100644 index 00000000..86ba704f Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_12.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_12.png.meta b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_12.png.meta new file mode 100644 index 00000000..fa6c1bf1 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_12.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "c3124cdd-aaf4-40f2-a0ee-67b1e0771e97", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "c3124cdd-aaf4-40f2-a0ee-67b1e0771e97@6c48a", + "displayName": "10003_12", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "c3124cdd-aaf4-40f2-a0ee-67b1e0771e97", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "c3124cdd-aaf4-40f2-a0ee-67b1e0771e97@f9941", + "displayName": "10003_12", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "c3124cdd-aaf4-40f2-a0ee-67b1e0771e97@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "c3124cdd-aaf4-40f2-a0ee-67b1e0771e97@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_2.png b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_2.png index c8c6dae9..1dbdd30e 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_2.png and b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_2.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_2.png.meta b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_2.png.meta index 01b74342..c373ae38 100644 --- a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_2.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_2.png.meta @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 656, - "height": 1400, - "rawWidth": 656, - "rawHeight": 1400, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -328, - -700, + -672, + -864, 0, - 328, - -700, + 672, + -864, 0, - -328, - 700, + -672, + 864, 0, - 328, - 700, + 672, + 864, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 1400, - 656, - 1400, + 1728, + 1344, + 1728, 0, 0, - 656, + 1344, 0 ], "nuv": [ @@ -103,13 +103,13 @@ 1 ], "minPos": [ - -328, - -700, + -672, + -864, 0 ], "maxPos": [ - 328, - 700, + 672, + 864, 0 ] }, @@ -127,7 +127,7 @@ }, "userData": { "type": "sprite-frame", - "hasAlpha": true, + "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, "redirect": "7075524a-e42f-47d4-b005-aac0e7e0fcaf@6c48a" } diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_3.png b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_3.png index b2c1f563..bcd33392 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_3.png and b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_3.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_3.png.meta b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_3.png.meta index 833ab7d3..8fc9635a 100644 --- a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_3.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_3.png.meta @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 488, - "height": 720, - "rawWidth": 488, - "rawHeight": 720, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -244, - -360, + -448, + -576, 0, - 244, - -360, + 448, + -576, 0, - -244, - 360, + -448, + 576, 0, - 244, - 360, + 448, + 576, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 720, - 488, - 720, + 1152, + 896, + 1152, 0, 0, - 488, + 896, 0 ], "nuv": [ @@ -103,13 +103,13 @@ 1 ], "minPos": [ - -244, - -360, + -448, + -576, 0 ], "maxPos": [ - 244, - 360, + 448, + 576, 0 ] }, @@ -127,7 +127,7 @@ }, "userData": { "type": "sprite-frame", - "hasAlpha": true, + "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, "redirect": "d8f3e8ff-8fe2-439f-a026-c01bb1fd6677@6c48a" } diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_4.png b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_4.png new file mode 100644 index 00000000..f10253c3 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_4.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_4.png.meta b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_4.png.meta new file mode 100644 index 00000000..195f6ef3 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_4.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "3210cce5-4513-4778-893e-2c02a79904d2", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "3210cce5-4513-4778-893e-2c02a79904d2@6c48a", + "displayName": "10003_4", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "3210cce5-4513-4778-893e-2c02a79904d2", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "3210cce5-4513-4778-893e-2c02a79904d2@f9941", + "displayName": "10003_4", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3210cce5-4513-4778-893e-2c02a79904d2@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "3210cce5-4513-4778-893e-2c02a79904d2@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_5.png b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_5.png new file mode 100644 index 00000000..8adcad73 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_5.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_5.png.meta b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_5.png.meta new file mode 100644 index 00000000..0fcbfcc5 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_5.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "80b23356-92ad-4b49-8017-016322fe5b8b", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "80b23356-92ad-4b49-8017-016322fe5b8b@6c48a", + "displayName": "10003_5", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "80b23356-92ad-4b49-8017-016322fe5b8b", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "80b23356-92ad-4b49-8017-016322fe5b8b@f9941", + "displayName": "10003_5", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "80b23356-92ad-4b49-8017-016322fe5b8b@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "80b23356-92ad-4b49-8017-016322fe5b8b@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_6.png b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_6.png new file mode 100644 index 00000000..18cacafc Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_6.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_6.png.meta b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_6.png.meta new file mode 100644 index 00000000..784d9e70 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_6.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "7bdd53e9-087e-4ece-86e8-30db99ec640a", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "7bdd53e9-087e-4ece-86e8-30db99ec640a@6c48a", + "displayName": "10003_6", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "7bdd53e9-087e-4ece-86e8-30db99ec640a", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "7bdd53e9-087e-4ece-86e8-30db99ec640a@f9941", + "displayName": "10003_6", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "7bdd53e9-087e-4ece-86e8-30db99ec640a@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "7bdd53e9-087e-4ece-86e8-30db99ec640a@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_7.png b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_7.png new file mode 100644 index 00000000..714d7657 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_7.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_7.png.meta b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_7.png.meta new file mode 100644 index 00000000..d51d152b --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_7.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "f0d4eb97-b09c-42f6-8467-f08af9069761", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "f0d4eb97-b09c-42f6-8467-f08af9069761@6c48a", + "displayName": "10003_7", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "f0d4eb97-b09c-42f6-8467-f08af9069761", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "f0d4eb97-b09c-42f6-8467-f08af9069761@f9941", + "displayName": "10003_7", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "f0d4eb97-b09c-42f6-8467-f08af9069761@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "f0d4eb97-b09c-42f6-8467-f08af9069761@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_8.png b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_8.png new file mode 100644 index 00000000..c9a7541d Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_8.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_8.png.meta b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_8.png.meta new file mode 100644 index 00000000..2785b0d2 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_8.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "58b2a7e8-b0b0-4a53-9097-9afc2822d3c4", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "58b2a7e8-b0b0-4a53-9097-9afc2822d3c4@6c48a", + "displayName": "10003_8", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "58b2a7e8-b0b0-4a53-9097-9afc2822d3c4", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "58b2a7e8-b0b0-4a53-9097-9afc2822d3c4@f9941", + "displayName": "10003_8", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "58b2a7e8-b0b0-4a53-9097-9afc2822d3c4@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "58b2a7e8-b0b0-4a53-9097-9afc2822d3c4@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_9.png b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_9.png new file mode 100644 index 00000000..9af36cfa Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_9.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_9.png.meta b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_9.png.meta new file mode 100644 index 00000000..6ab03380 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10003/DetailImg/10003_9.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "b61aaa1d-4677-467c-95f4-bea108edc61e", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "b61aaa1d-4677-467c-95f4-bea108edc61e@6c48a", + "displayName": "10003_9", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "b61aaa1d-4677-467c-95f4-bea108edc61e", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "b61aaa1d-4677-467c-95f4-bea108edc61e@f9941", + "displayName": "10003_9", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "b61aaa1d-4677-467c-95f4-bea108edc61e@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "b61aaa1d-4677-467c-95f4-bea108edc61e@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10003/PopupImg.meta b/assets/bundles/Chat18x/Image/Girls/10003/PopupImg.meta deleted file mode 100644 index d7f1dc57..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10003/PopupImg.meta +++ /dev/null @@ -1 +0,0 @@ -{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"781e0a01-698d-4e46-af12-0ec940d7fc08","files":[],"subMetas":{},"userData":{}} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_avatar.png b/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_avatar.png index 8c86f774..a2656e95 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_avatar.png and b/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_avatar.png.meta index 59b42ac1..ca5a6198 100644 --- a/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_avatar.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_avatar.png.meta @@ -2,7 +2,7 @@ "ver": "1.0.27", "importer": "image", "imported": true, - "uuid": "fcd37b6f-5639-47bd-bef1-b1e2b0350800", + "uuid": "daf67ced-26df-4244-acc1-a407e607d90c", "files": [ ".json", ".png" @@ -10,14 +10,14 @@ "subMetas": { "6c48a": { "importer": "texture", - "uuid": "fcd37b6f-5639-47bd-bef1-b1e2b0350800@6c48a", + "uuid": "daf67ced-26df-4244-acc1-a407e607d90c@6c48a", "displayName": "10004_avatar", "id": "6c48a", "name": "texture", "userData": { "wrapModeS": "clamp-to-edge", "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "fcd37b6f-5639-47bd-bef1-b1e2b0350800", + "imageUuidOrDatabaseUri": "daf67ced-26df-4244-acc1-a407e607d90c", "isUuid": true, "visible": false, "minfilter": "linear", @@ -34,7 +34,7 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "fcd37b6f-5639-47bd-bef1-b1e2b0350800@f9941", + "uuid": "daf67ced-26df-4244-acc1-a407e607d90c@f9941", "displayName": "10004_avatar", "id": "f9941", "name": "spriteFrame", @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 350, - "height": 350, - "rawWidth": 350, - "rawHeight": 350, + "width": 250, + "height": 250, + "rawWidth": 250, + "rawHeight": 250, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -175, - -175, + -125, + -125, 0, - 175, - -175, + 125, + -125, 0, - -175, - 175, + -125, + 125, 0, - 175, - 175, + 125, + 125, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 350, - 350, - 350, + 250, + 250, + 250, 0, 0, - 350, + 250, 0 ], "nuv": [ @@ -103,18 +103,18 @@ 1 ], "minPos": [ - -175, - -175, + -125, + -125, 0 ], "maxPos": [ - 175, - 175, + 125, + 125, 0 ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "fcd37b6f-5639-47bd-bef1-b1e2b0350800@6c48a", + "imageUuidOrDatabaseUri": "daf67ced-26df-4244-acc1-a407e607d90c@6c48a", "atlasUuid": "" }, "ver": "1.0.12", @@ -127,8 +127,8 @@ }, "userData": { "type": "sprite-frame", - "hasAlpha": true, + "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, - "redirect": "fcd37b6f-5639-47bd-bef1-b1e2b0350800@6c48a" + "redirect": "daf67ced-26df-4244-acc1-a407e607d90c@6c48a" } } diff --git a/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_list_avatar.png b/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_list_avatar.png new file mode 100644 index 00000000..d00a41a0 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_list_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_list_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_list_avatar.png.meta new file mode 100644 index 00000000..502827c7 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10004/Avatar/10004_list_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "b9d5cbb0-f686-40b2-8130-58159b83a354", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "b9d5cbb0-f686-40b2-8130-58159b83a354@6c48a", + "displayName": "10004_list_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "b9d5cbb0-f686-40b2-8130-58159b83a354", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "b9d5cbb0-f686-40b2-8130-58159b83a354@f9941", + "displayName": "10004_list_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 480, + "height": 360, + "rawWidth": 480, + "rawHeight": 360, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -240, + -180, + 0, + 240, + -180, + 0, + -240, + 180, + 0, + 240, + 180, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 360, + 480, + 360, + 0, + 0, + 480, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -240, + -180, + 0 + ], + "maxPos": [ + 240, + 180, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "b9d5cbb0-f686-40b2-8130-58159b83a354@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "b9d5cbb0-f686-40b2-8130-58159b83a354@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_1.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_1.png index ef519936..a39f70e6 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_1.png and b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_1.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_10.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_10.png index c626af6f..c1c0dc4e 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_10.png and b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_10.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_11.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_11.png index ea1a129a..6b26c375 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_11.png and b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_11.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_12.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_12.png deleted file mode 100644 index 8575b013..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_12.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_14.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_14.png deleted file mode 100644 index 280c4147..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_14.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_16.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_16.png deleted file mode 100644 index edf800bb..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_16.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_17.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_17.png deleted file mode 100644 index f2b14735..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_17.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_17.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_17.png.meta deleted file mode 100644 index fc584409..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_17.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "4b089b7b-58da-4bef-a1bf-0a882452efa1", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "4b089b7b-58da-4bef-a1bf-0a882452efa1@6c48a", - "displayName": "10004_17", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "4b089b7b-58da-4bef-a1bf-0a882452efa1", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "4b089b7b-58da-4bef-a1bf-0a882452efa1@f9941", - "displayName": "10004_17", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "4b089b7b-58da-4bef-a1bf-0a882452efa1@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "4b089b7b-58da-4bef-a1bf-0a882452efa1@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_18.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_18.png deleted file mode 100644 index 7a0bcb53..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_18.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_18.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_18.png.meta deleted file mode 100644 index d374f179..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_18.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "d58d2c1c-ee0f-4085-9ce7-64a79e5858bd", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "d58d2c1c-ee0f-4085-9ce7-64a79e5858bd@6c48a", - "displayName": "10004_18", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "d58d2c1c-ee0f-4085-9ce7-64a79e5858bd", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "d58d2c1c-ee0f-4085-9ce7-64a79e5858bd@f9941", - "displayName": "10004_18", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "d58d2c1c-ee0f-4085-9ce7-64a79e5858bd@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "d58d2c1c-ee0f-4085-9ce7-64a79e5858bd@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_19.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_19.png.meta deleted file mode 100644 index 148086ad..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_19.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "5d6de057-bbcc-4ccc-8f69-e9e188990f49", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "5d6de057-bbcc-4ccc-8f69-e9e188990f49@6c48a", - "displayName": "10004_19", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "5d6de057-bbcc-4ccc-8f69-e9e188990f49", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "5d6de057-bbcc-4ccc-8f69-e9e188990f49@f9941", - "displayName": "10004_19", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "5d6de057-bbcc-4ccc-8f69-e9e188990f49@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "5d6de057-bbcc-4ccc-8f69-e9e188990f49@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_2.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_2.png index 2d0eb40c..6aba34b8 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_2.png and b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_2.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_20.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_20.png deleted file mode 100644 index c68331b6..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_20.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_20.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_20.png.meta deleted file mode 100644 index 7df894a0..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_20.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "d896eb2c-5ab7-41ef-bfb8-8f4c539ec767", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "d896eb2c-5ab7-41ef-bfb8-8f4c539ec767@6c48a", - "displayName": "10004_20", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "d896eb2c-5ab7-41ef-bfb8-8f4c539ec767", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "d896eb2c-5ab7-41ef-bfb8-8f4c539ec767@f9941", - "displayName": "10004_20", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "d896eb2c-5ab7-41ef-bfb8-8f4c539ec767@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "d896eb2c-5ab7-41ef-bfb8-8f4c539ec767@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_21.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_21.png.meta deleted file mode 100644 index a5225320..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_21.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "de30cd1f-bd5f-4969-9ef4-7e5de854e1db", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "de30cd1f-bd5f-4969-9ef4-7e5de854e1db@6c48a", - "displayName": "10004_21", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "de30cd1f-bd5f-4969-9ef4-7e5de854e1db", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "de30cd1f-bd5f-4969-9ef4-7e5de854e1db@f9941", - "displayName": "10004_21", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "de30cd1f-bd5f-4969-9ef4-7e5de854e1db@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "de30cd1f-bd5f-4969-9ef4-7e5de854e1db@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_22.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_22.png deleted file mode 100644 index d0290da3..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_22.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_22.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_22.png.meta deleted file mode 100644 index 0195da73..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_22.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "04c61f0e-67ed-47c5-9a2c-3f2ab78f71e3", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "04c61f0e-67ed-47c5-9a2c-3f2ab78f71e3@6c48a", - "displayName": "10004_22", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "04c61f0e-67ed-47c5-9a2c-3f2ab78f71e3", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "04c61f0e-67ed-47c5-9a2c-3f2ab78f71e3@f9941", - "displayName": "10004_22", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "04c61f0e-67ed-47c5-9a2c-3f2ab78f71e3@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "04c61f0e-67ed-47c5-9a2c-3f2ab78f71e3@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_23.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_23.png deleted file mode 100644 index 9ee588c7..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_23.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_24.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_24.png.meta deleted file mode 100644 index fb560cc2..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_24.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "9a589a05-e7ca-4bba-b6ed-fa8633a27713", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "9a589a05-e7ca-4bba-b6ed-fa8633a27713@6c48a", - "displayName": "10004_24", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "9a589a05-e7ca-4bba-b6ed-fa8633a27713", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "9a589a05-e7ca-4bba-b6ed-fa8633a27713@f9941", - "displayName": "10004_24", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "9a589a05-e7ca-4bba-b6ed-fa8633a27713@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "9a589a05-e7ca-4bba-b6ed-fa8633a27713@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_25.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_25.png.meta deleted file mode 100644 index 5719cd68..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_25.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "87247afb-56b1-4760-b755-6fcda403e58e", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "87247afb-56b1-4760-b755-6fcda403e58e@6c48a", - "displayName": "10004_25", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "87247afb-56b1-4760-b755-6fcda403e58e", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "87247afb-56b1-4760-b755-6fcda403e58e@f9941", - "displayName": "10004_25", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "87247afb-56b1-4760-b755-6fcda403e58e@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "87247afb-56b1-4760-b755-6fcda403e58e@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_26.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_26.png.meta deleted file mode 100644 index 06de2cd5..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_26.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "8912a3fd-6df6-48ea-8597-3cfdbb2ecbd6", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "8912a3fd-6df6-48ea-8597-3cfdbb2ecbd6@6c48a", - "displayName": "10004_26", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "8912a3fd-6df6-48ea-8597-3cfdbb2ecbd6", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "8912a3fd-6df6-48ea-8597-3cfdbb2ecbd6@f9941", - "displayName": "10004_26", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "8912a3fd-6df6-48ea-8597-3cfdbb2ecbd6@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "8912a3fd-6df6-48ea-8597-3cfdbb2ecbd6@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_27.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_27.png deleted file mode 100644 index 7f0df31a..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_27.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_27.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_27.png.meta deleted file mode 100644 index ff9efd08..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_27.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "ec4cf421-ef31-45fb-b41e-1a3394945411", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "ec4cf421-ef31-45fb-b41e-1a3394945411@6c48a", - "displayName": "10004_27", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "ec4cf421-ef31-45fb-b41e-1a3394945411", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "ec4cf421-ef31-45fb-b41e-1a3394945411@f9941", - "displayName": "10004_27", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "ec4cf421-ef31-45fb-b41e-1a3394945411@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "ec4cf421-ef31-45fb-b41e-1a3394945411@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_28.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_28.png.meta deleted file mode 100644 index 246ba6e5..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_28.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "6e650082-da48-40a7-aee1-e188b8e62d91", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "6e650082-da48-40a7-aee1-e188b8e62d91@6c48a", - "displayName": "10004_28", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "6e650082-da48-40a7-aee1-e188b8e62d91", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "6e650082-da48-40a7-aee1-e188b8e62d91@f9941", - "displayName": "10004_28", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "6e650082-da48-40a7-aee1-e188b8e62d91@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "6e650082-da48-40a7-aee1-e188b8e62d91@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_29.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_29.png deleted file mode 100644 index ce6c9ffd..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_29.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_29.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_29.png.meta deleted file mode 100644 index 31e31573..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_29.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "abc09b52-e0bb-4abd-b684-3aa7831ca879", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "abc09b52-e0bb-4abd-b684-3aa7831ca879@6c48a", - "displayName": "10004_29", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "abc09b52-e0bb-4abd-b684-3aa7831ca879", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "abc09b52-e0bb-4abd-b684-3aa7831ca879@f9941", - "displayName": "10004_29", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "abc09b52-e0bb-4abd-b684-3aa7831ca879@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "abc09b52-e0bb-4abd-b684-3aa7831ca879@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_3.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_3.png index b61cbc9a..32b9a3c6 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_3.png and b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_3.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_30.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_30.png.meta deleted file mode 100644 index 31f01f4f..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_30.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "3310eaaf-1071-458c-bcf4-64d53d99b676", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "3310eaaf-1071-458c-bcf4-64d53d99b676@6c48a", - "displayName": "10004_30", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "3310eaaf-1071-458c-bcf4-64d53d99b676", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "3310eaaf-1071-458c-bcf4-64d53d99b676@f9941", - "displayName": "10004_30", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "3310eaaf-1071-458c-bcf4-64d53d99b676@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "3310eaaf-1071-458c-bcf4-64d53d99b676@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_31.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_31.png.meta deleted file mode 100644 index acc1900b..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_31.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "98809afc-7db3-4d0d-be25-fb9ca7e6c70a", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "98809afc-7db3-4d0d-be25-fb9ca7e6c70a@6c48a", - "displayName": "10004_31", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "98809afc-7db3-4d0d-be25-fb9ca7e6c70a", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "98809afc-7db3-4d0d-be25-fb9ca7e6c70a@f9941", - "displayName": "10004_31", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "98809afc-7db3-4d0d-be25-fb9ca7e6c70a@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "98809afc-7db3-4d0d-be25-fb9ca7e6c70a@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_32.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_32.png deleted file mode 100644 index a12066e2..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_32.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_32.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_32.png.meta deleted file mode 100644 index d3c6cd8a..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_32.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "2e0befde-3ef7-40c4-8443-6a36f4df48f5", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "2e0befde-3ef7-40c4-8443-6a36f4df48f5@6c48a", - "displayName": "10004_32", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "2e0befde-3ef7-40c4-8443-6a36f4df48f5", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "2e0befde-3ef7-40c4-8443-6a36f4df48f5@f9941", - "displayName": "10004_32", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "2e0befde-3ef7-40c4-8443-6a36f4df48f5@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "2e0befde-3ef7-40c4-8443-6a36f4df48f5@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_33.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_33.png.meta deleted file mode 100644 index edf2093e..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_33.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "b2d8f5a2-e4d3-4529-aaa7-173ff6cf159e", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "b2d8f5a2-e4d3-4529-aaa7-173ff6cf159e@6c48a", - "displayName": "10004_33", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "b2d8f5a2-e4d3-4529-aaa7-173ff6cf159e", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "b2d8f5a2-e4d3-4529-aaa7-173ff6cf159e@f9941", - "displayName": "10004_33", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "b2d8f5a2-e4d3-4529-aaa7-173ff6cf159e@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "b2d8f5a2-e4d3-4529-aaa7-173ff6cf159e@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_34.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_34.png deleted file mode 100644 index 535e0f7b..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_34.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_34.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_34.png.meta deleted file mode 100644 index f187ff99..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_34.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "864d5070-81da-4aea-ad6d-7780659543cc", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "864d5070-81da-4aea-ad6d-7780659543cc@6c48a", - "displayName": "10004_34", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "864d5070-81da-4aea-ad6d-7780659543cc", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "864d5070-81da-4aea-ad6d-7780659543cc@f9941", - "displayName": "10004_34", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "864d5070-81da-4aea-ad6d-7780659543cc@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "864d5070-81da-4aea-ad6d-7780659543cc@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_35.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_35.png.meta deleted file mode 100644 index c8acd512..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_35.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "1603479b-7f25-4038-ae58-abb3585436de", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "1603479b-7f25-4038-ae58-abb3585436de@6c48a", - "displayName": "10004_35", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "1603479b-7f25-4038-ae58-abb3585436de", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "1603479b-7f25-4038-ae58-abb3585436de@f9941", - "displayName": "10004_35", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "1603479b-7f25-4038-ae58-abb3585436de@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "1603479b-7f25-4038-ae58-abb3585436de@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_36.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_36.png.meta deleted file mode 100644 index 1790e347..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_36.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "a287a20c-234a-4f0c-87b8-bd43999580b7", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "a287a20c-234a-4f0c-87b8-bd43999580b7@6c48a", - "displayName": "10004_36", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "a287a20c-234a-4f0c-87b8-bd43999580b7", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "a287a20c-234a-4f0c-87b8-bd43999580b7@f9941", - "displayName": "10004_36", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "a287a20c-234a-4f0c-87b8-bd43999580b7@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "a287a20c-234a-4f0c-87b8-bd43999580b7@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_37.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_37.png deleted file mode 100644 index 281a3c4c..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_37.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_37.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_37.png.meta deleted file mode 100644 index f6027ca1..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_37.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "3402660d-cf73-4fa0-a0df-4a9517dbd646", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "3402660d-cf73-4fa0-a0df-4a9517dbd646@6c48a", - "displayName": "10004_37", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "3402660d-cf73-4fa0-a0df-4a9517dbd646", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "3402660d-cf73-4fa0-a0df-4a9517dbd646@f9941", - "displayName": "10004_37", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "3402660d-cf73-4fa0-a0df-4a9517dbd646@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "3402660d-cf73-4fa0-a0df-4a9517dbd646@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_38.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_38.png deleted file mode 100644 index 5cd2419a..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_38.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_38.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_38.png.meta deleted file mode 100644 index ebf8e06c..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_38.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "5bd7e5a4-d92c-4a39-9310-9137c6db2736", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "5bd7e5a4-d92c-4a39-9310-9137c6db2736@6c48a", - "displayName": "10004_38", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "5bd7e5a4-d92c-4a39-9310-9137c6db2736", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "5bd7e5a4-d92c-4a39-9310-9137c6db2736@f9941", - "displayName": "10004_38", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "5bd7e5a4-d92c-4a39-9310-9137c6db2736@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "5bd7e5a4-d92c-4a39-9310-9137c6db2736@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_39.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_39.png deleted file mode 100644 index 44ce9f5b..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_39.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_39.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_39.png.meta deleted file mode 100644 index c1be21e3..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_39.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "38d6ddc2-b080-40e9-b186-81fd4c276e9d", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "38d6ddc2-b080-40e9-b186-81fd4c276e9d@6c48a", - "displayName": "10004_39", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "38d6ddc2-b080-40e9-b186-81fd4c276e9d", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "38d6ddc2-b080-40e9-b186-81fd4c276e9d@f9941", - "displayName": "10004_39", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "38d6ddc2-b080-40e9-b186-81fd4c276e9d@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "38d6ddc2-b080-40e9-b186-81fd4c276e9d@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_4.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_4.png index 229e099a..131427c6 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_4.png and b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_4.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_40.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_40.png deleted file mode 100644 index c5cd8352..00000000 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_40.png and /dev/null differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_40.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_40.png.meta deleted file mode 100644 index 09656a70..00000000 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_40.png.meta +++ /dev/null @@ -1,134 +0,0 @@ -{ - "ver": "1.0.27", - "importer": "image", - "imported": true, - "uuid": "a38eb387-5c98-4d4c-8a0f-a530ca847a48", - "files": [ - ".json", - ".png" - ], - "subMetas": { - "6c48a": { - "importer": "texture", - "uuid": "a38eb387-5c98-4d4c-8a0f-a530ca847a48@6c48a", - "displayName": "10004_40", - "id": "6c48a", - "name": "texture", - "userData": { - "wrapModeS": "clamp-to-edge", - "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "a38eb387-5c98-4d4c-8a0f-a530ca847a48", - "isUuid": true, - "visible": false, - "minfilter": "linear", - "magfilter": "linear", - "mipfilter": "none", - "anisotropy": 0 - }, - "ver": "1.0.22", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - }, - "f9941": { - "importer": "sprite-frame", - "uuid": "a38eb387-5c98-4d4c-8a0f-a530ca847a48@f9941", - "displayName": "10004_40", - "id": "f9941", - "name": "spriteFrame", - "userData": { - "trimType": "auto", - "trimThreshold": 1, - "rotated": false, - "offsetX": 0, - "offsetY": 0, - "trimX": 0, - "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, - "borderTop": 0, - "borderBottom": 0, - "borderLeft": 0, - "borderRight": 0, - "packable": true, - "pixelsToUnit": 100, - "pivotX": 0.5, - "pivotY": 0.5, - "meshType": 0, - "vertices": { - "rawPosition": [ - -448, - -576, - 0, - 448, - -576, - 0, - -448, - 576, - 0, - 448, - 576, - 0 - ], - "indexes": [ - 0, - 1, - 2, - 2, - 1, - 3 - ], - "uv": [ - 0, - 1152, - 896, - 1152, - 0, - 0, - 896, - 0 - ], - "nuv": [ - 0, - 0, - 1, - 0, - 0, - 1, - 1, - 1 - ], - "minPos": [ - -448, - -576, - 0 - ], - "maxPos": [ - 448, - 576, - 0 - ] - }, - "isUuid": true, - "imageUuidOrDatabaseUri": "a38eb387-5c98-4d4c-8a0f-a530ca847a48@6c48a", - "atlasUuid": "" - }, - "ver": "1.0.12", - "imported": true, - "files": [ - ".json" - ], - "subMetas": {} - } - }, - "userData": { - "type": "sprite-frame", - "hasAlpha": false, - "fixAlphaTransparencyArtifacts": false, - "redirect": "a38eb387-5c98-4d4c-8a0f-a530ca847a48@6c48a" - } -} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_5.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_5.png index 83ba73b5..6b755fbd 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_5.png and b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_5.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_5.png.meta b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_5.png.meta index fc3b527e..45758190 100644 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_5.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_5.png.meta @@ -46,10 +46,10 @@ "offsetY": 0, "trimX": 0, "trimY": 0, - "width": 896, - "height": 1152, - "rawWidth": 896, - "rawHeight": 1152, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, "borderTop": 0, "borderBottom": 0, "borderLeft": 0, @@ -61,17 +61,17 @@ "meshType": 0, "vertices": { "rawPosition": [ - -448, - -576, + -672, + -864, 0, - 448, - -576, + 672, + -864, 0, - -448, - 576, + -672, + 864, 0, - 448, - 576, + 672, + 864, 0 ], "indexes": [ @@ -84,12 +84,12 @@ ], "uv": [ 0, - 1152, - 896, - 1152, + 1728, + 1344, + 1728, 0, 0, - 896, + 1344, 0 ], "nuv": [ @@ -103,13 +103,13 @@ 1 ], "minPos": [ - -448, - -576, + -672, + -864, 0 ], "maxPos": [ - 448, - 576, + 672, + 864, 0 ] }, diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_6.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_6.png index ae75e62e..86f3bae5 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_6.png and b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_6.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_7.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_7.png index 3d5144c1..2f9109e8 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_7.png and b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_7.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_8.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_8.png index ea55f2f5..8fb5c8ab 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_8.png and b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_8.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_9.png b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_9.png index 5a424318..23eebb02 100644 Binary files a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_9.png and b/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_9.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video.meta b/assets/bundles/Chat18x/Image/Girls/10004/video.meta index f8cb3529..cad935f6 100644 --- a/assets/bundles/Chat18x/Image/Girls/10004/video.meta +++ b/assets/bundles/Chat18x/Image/Girls/10004/video.meta @@ -1 +1,9 @@ -{"ver":"1.2.0","importer":"directory","imported":true,"uuid":"319d1245-5857-4165-8829-1e82beffc487","files":[],"subMetas":{},"userData":{}} +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "319d1245-5857-4165-8829-1e82beffc487", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10001/ChatBg.meta b/assets/bundles/Chat18x/Image/Girls/10005.meta similarity index 70% rename from assets/bundles/Chat18x/Image/Girls/10001/ChatBg.meta rename to assets/bundles/Chat18x/Image/Girls/10005.meta index 8cdda4ad..daa28921 100644 --- a/assets/bundles/Chat18x/Image/Girls/10001/ChatBg.meta +++ b/assets/bundles/Chat18x/Image/Girls/10005.meta @@ -2,7 +2,7 @@ "ver": "1.2.0", "importer": "directory", "imported": true, - "uuid": "d933eb62-6ae1-4ada-8ced-7572b46834c0", + "uuid": "2ff4510a-93fc-45e1-9586-2de791d54dad", "files": [], "subMetas": {}, "userData": {} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/videoImg.meta b/assets/bundles/Chat18x/Image/Girls/10005/Avatar.meta similarity index 70% rename from assets/bundles/Chat18x/Image/Girls/10004/videoImg.meta rename to assets/bundles/Chat18x/Image/Girls/10005/Avatar.meta index 3d9e5038..8959fcf2 100644 --- a/assets/bundles/Chat18x/Image/Girls/10004/videoImg.meta +++ b/assets/bundles/Chat18x/Image/Girls/10005/Avatar.meta @@ -2,7 +2,7 @@ "ver": "1.2.0", "importer": "directory", "imported": true, - "uuid": "2d6701d0-76de-4758-b84d-56c870a25702", + "uuid": "4f089ec1-986d-4e6d-bf61-7d2b75611c6f", "files": [], "subMetas": {}, "userData": {} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/Avatar/10005_avatar.png b/assets/bundles/Chat18x/Image/Girls/10005/Avatar/10005_avatar.png new file mode 100644 index 00000000..f19c170f Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/Avatar/10005_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/Avatar/10005_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/Avatar/10005_avatar.png.meta new file mode 100644 index 00000000..5b3d9f61 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/Avatar/10005_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "8145e65c-3dd4-49c0-ae1c-9eaf5ddf42c3", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "8145e65c-3dd4-49c0-ae1c-9eaf5ddf42c3@6c48a", + "displayName": "10005_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "8145e65c-3dd4-49c0-ae1c-9eaf5ddf42c3", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "8145e65c-3dd4-49c0-ae1c-9eaf5ddf42c3@f9941", + "displayName": "10005_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 250, + "height": 250, + "rawWidth": 250, + "rawHeight": 250, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -125, + -125, + 0, + 125, + -125, + 0, + -125, + 125, + 0, + 125, + 125, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 250, + 250, + 250, + 0, + 0, + 250, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -125, + -125, + 0 + ], + "maxPos": [ + 125, + 125, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "8145e65c-3dd4-49c0-ae1c-9eaf5ddf42c3@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "8145e65c-3dd4-49c0-ae1c-9eaf5ddf42c3@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/Avatar/10005_list_avatar.png b/assets/bundles/Chat18x/Image/Girls/10005/Avatar/10005_list_avatar.png new file mode 100644 index 00000000..0f1b9487 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/Avatar/10005_list_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/Avatar/10005_list_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/Avatar/10005_list_avatar.png.meta new file mode 100644 index 00000000..bf8861bb --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/Avatar/10005_list_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "9d578b6e-90fc-4058-a1c2-1e07d5e638fd", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "9d578b6e-90fc-4058-a1c2-1e07d5e638fd@6c48a", + "displayName": "10005_list_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "9d578b6e-90fc-4058-a1c2-1e07d5e638fd", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "9d578b6e-90fc-4058-a1c2-1e07d5e638fd@f9941", + "displayName": "10005_list_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 480, + "height": 360, + "rawWidth": 480, + "rawHeight": 360, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -240, + -180, + 0, + 240, + -180, + 0, + -240, + 180, + 0, + 240, + 180, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 360, + 480, + 360, + 0, + 0, + 480, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -240, + -180, + 0 + ], + "maxPos": [ + 240, + 180, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "9d578b6e-90fc-4058-a1c2-1e07d5e638fd@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "9d578b6e-90fc-4058-a1c2-1e07d5e638fd@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg.meta new file mode 100644 index 00000000..ff279bfc --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "8003934b-da5c-4336-acc8-e7d8391e2791", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_1.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_1.png new file mode 100644 index 00000000..f63ee0ea Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_1.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_1.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_1.png.meta new file mode 100644 index 00000000..41e920dc --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_1.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "60d17150-499d-4682-97d0-2c0530d7debf", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "60d17150-499d-4682-97d0-2c0530d7debf@6c48a", + "displayName": "10005_1", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "60d17150-499d-4682-97d0-2c0530d7debf", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "60d17150-499d-4682-97d0-2c0530d7debf@f9941", + "displayName": "10005_1", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "60d17150-499d-4682-97d0-2c0530d7debf@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "60d17150-499d-4682-97d0-2c0530d7debf@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_10.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_10.png new file mode 100644 index 00000000..f0f0478e Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_10.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_10.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_10.png.meta new file mode 100644 index 00000000..8cca595a --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_10.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "f0c9950b-8e94-4429-ba55-006e09bed45c", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "f0c9950b-8e94-4429-ba55-006e09bed45c@6c48a", + "displayName": "10005_10", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "f0c9950b-8e94-4429-ba55-006e09bed45c", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "f0c9950b-8e94-4429-ba55-006e09bed45c@f9941", + "displayName": "10005_10", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "f0c9950b-8e94-4429-ba55-006e09bed45c@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "f0c9950b-8e94-4429-ba55-006e09bed45c@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_11.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_11.png new file mode 100644 index 00000000..5d95c2b6 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_11.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_11.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_11.png.meta new file mode 100644 index 00000000..76b30562 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_11.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "be2fa71c-cadc-45ad-b645-d1c258ff472e", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "be2fa71c-cadc-45ad-b645-d1c258ff472e@6c48a", + "displayName": "10005_11", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "be2fa71c-cadc-45ad-b645-d1c258ff472e", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "be2fa71c-cadc-45ad-b645-d1c258ff472e@f9941", + "displayName": "10005_11", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "be2fa71c-cadc-45ad-b645-d1c258ff472e@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "be2fa71c-cadc-45ad-b645-d1c258ff472e@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_12.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_12.png new file mode 100644 index 00000000..dcd3e0d3 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_12.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_12.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_12.png.meta new file mode 100644 index 00000000..1fb71460 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_12.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "8e723def-5d4c-4b28-acfd-a8d847975219", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "8e723def-5d4c-4b28-acfd-a8d847975219@6c48a", + "displayName": "10005_12", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "8e723def-5d4c-4b28-acfd-a8d847975219", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "8e723def-5d4c-4b28-acfd-a8d847975219@f9941", + "displayName": "10005_12", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "8e723def-5d4c-4b28-acfd-a8d847975219@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "8e723def-5d4c-4b28-acfd-a8d847975219@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_13.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_13.png new file mode 100644 index 00000000..f481b33b Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_13.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_13.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_13.png.meta new file mode 100644 index 00000000..b648cac5 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_13.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "0706a289-60f5-4846-a151-452e83c9b873", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "0706a289-60f5-4846-a151-452e83c9b873@6c48a", + "displayName": "10005_13", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "0706a289-60f5-4846-a151-452e83c9b873", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "0706a289-60f5-4846-a151-452e83c9b873@f9941", + "displayName": "10005_13", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "0706a289-60f5-4846-a151-452e83c9b873@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "0706a289-60f5-4846-a151-452e83c9b873@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_14.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_14.png new file mode 100644 index 00000000..d253f2e1 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_14.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_14.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_14.png.meta new file mode 100644 index 00000000..4b3d9177 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_14.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "1ee97ecf-b24f-4054-bbd0-9fd1f36856f5", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "1ee97ecf-b24f-4054-bbd0-9fd1f36856f5@6c48a", + "displayName": "10005_14", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "1ee97ecf-b24f-4054-bbd0-9fd1f36856f5", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "1ee97ecf-b24f-4054-bbd0-9fd1f36856f5@f9941", + "displayName": "10005_14", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "1ee97ecf-b24f-4054-bbd0-9fd1f36856f5@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "1ee97ecf-b24f-4054-bbd0-9fd1f36856f5@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_2.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_2.png new file mode 100644 index 00000000..daf98a56 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_2.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_2.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_2.png.meta new file mode 100644 index 00000000..606c1337 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_2.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "03278591-9c52-4982-aca2-2e9c7dbaf8cd", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "03278591-9c52-4982-aca2-2e9c7dbaf8cd@6c48a", + "displayName": "10005_2", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "03278591-9c52-4982-aca2-2e9c7dbaf8cd", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "03278591-9c52-4982-aca2-2e9c7dbaf8cd@f9941", + "displayName": "10005_2", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "03278591-9c52-4982-aca2-2e9c7dbaf8cd@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "03278591-9c52-4982-aca2-2e9c7dbaf8cd@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_3.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_3.png new file mode 100644 index 00000000..137fbb09 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_3.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_3.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_3.png.meta new file mode 100644 index 00000000..0cee94b9 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_3.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "b4ef89a5-f50a-48cf-a4ca-4fd9cd5a8724", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "b4ef89a5-f50a-48cf-a4ca-4fd9cd5a8724@6c48a", + "displayName": "10005_3", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "b4ef89a5-f50a-48cf-a4ca-4fd9cd5a8724", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "b4ef89a5-f50a-48cf-a4ca-4fd9cd5a8724@f9941", + "displayName": "10005_3", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "b4ef89a5-f50a-48cf-a4ca-4fd9cd5a8724@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "b4ef89a5-f50a-48cf-a4ca-4fd9cd5a8724@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_4.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_4.png new file mode 100644 index 00000000..f9e07f61 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_4.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_4.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_4.png.meta new file mode 100644 index 00000000..80347405 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_4.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "40bfe5f9-d5fd-4100-b8e2-ae8ee8788c78", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "40bfe5f9-d5fd-4100-b8e2-ae8ee8788c78@6c48a", + "displayName": "10005_4", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "40bfe5f9-d5fd-4100-b8e2-ae8ee8788c78", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "40bfe5f9-d5fd-4100-b8e2-ae8ee8788c78@f9941", + "displayName": "10005_4", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "40bfe5f9-d5fd-4100-b8e2-ae8ee8788c78@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "40bfe5f9-d5fd-4100-b8e2-ae8ee8788c78@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_5.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_5.png new file mode 100644 index 00000000..fd1d45f7 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_5.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_5.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_5.png.meta new file mode 100644 index 00000000..1ac9c63e --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_5.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "7a31238c-8dcb-49d7-9bc7-a0b8da4e1b34", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "7a31238c-8dcb-49d7-9bc7-a0b8da4e1b34@6c48a", + "displayName": "10005_5", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "7a31238c-8dcb-49d7-9bc7-a0b8da4e1b34", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "7a31238c-8dcb-49d7-9bc7-a0b8da4e1b34@f9941", + "displayName": "10005_5", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "7a31238c-8dcb-49d7-9bc7-a0b8da4e1b34@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "7a31238c-8dcb-49d7-9bc7-a0b8da4e1b34@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_6.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_6.png new file mode 100644 index 00000000..f9d375cf Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_6.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_6.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_6.png.meta new file mode 100644 index 00000000..a10f2218 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_6.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "677ed547-6e11-4211-a192-0006874e54f2", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "677ed547-6e11-4211-a192-0006874e54f2@6c48a", + "displayName": "10005_6", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "677ed547-6e11-4211-a192-0006874e54f2", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "677ed547-6e11-4211-a192-0006874e54f2@f9941", + "displayName": "10005_6", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "677ed547-6e11-4211-a192-0006874e54f2@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "677ed547-6e11-4211-a192-0006874e54f2@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_7.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_7.png new file mode 100644 index 00000000..c6307094 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_7.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_7.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_7.png.meta new file mode 100644 index 00000000..2606e861 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_7.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "3d91b2a9-2ce1-47cc-917a-e6a732b98b78", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "3d91b2a9-2ce1-47cc-917a-e6a732b98b78@6c48a", + "displayName": "10005_7", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "3d91b2a9-2ce1-47cc-917a-e6a732b98b78", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "3d91b2a9-2ce1-47cc-917a-e6a732b98b78@f9941", + "displayName": "10005_7", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3d91b2a9-2ce1-47cc-917a-e6a732b98b78@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "3d91b2a9-2ce1-47cc-917a-e6a732b98b78@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_8.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_8.png new file mode 100644 index 00000000..82bf1eeb Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_8.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_8.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_8.png.meta new file mode 100644 index 00000000..e4e43778 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_8.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "5c48dfb5-b282-491e-add0-31e41964e296", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "5c48dfb5-b282-491e-add0-31e41964e296@6c48a", + "displayName": "10005_8", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "5c48dfb5-b282-491e-add0-31e41964e296", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "5c48dfb5-b282-491e-add0-31e41964e296@f9941", + "displayName": "10005_8", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "5c48dfb5-b282-491e-add0-31e41964e296@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "5c48dfb5-b282-491e-add0-31e41964e296@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_9.png b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_9.png new file mode 100644 index 00000000..4d14fd1c Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_9.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_9.png.meta b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_9.png.meta new file mode 100644 index 00000000..fa59ace9 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/DetailImg/10005_9.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "4705c9fd-c418-4484-8ecd-8299fef6322b", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "4705c9fd-c418-4484-8ecd-8299fef6322b@6c48a", + "displayName": "10005_9", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "4705c9fd-c418-4484-8ecd-8299fef6322b", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "4705c9fd-c418-4484-8ecd-8299fef6322b@f9941", + "displayName": "10005_9", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4705c9fd-c418-4484-8ecd-8299fef6322b@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "4705c9fd-c418-4484-8ecd-8299fef6322b@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10005/video.meta b/assets/bundles/Chat18x/Image/Girls/10005/video.meta new file mode 100644 index 00000000..04c5425d --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10005/video.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "19ae6d4f-7914-4a8f-a6dd-c091f7b7dbfd", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006.meta b/assets/bundles/Chat18x/Image/Girls/10006.meta new file mode 100644 index 00000000..b580a3d3 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "661b07a6-4b7b-4a93-a0e7-c084ef5f2147", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/Avatar.meta b/assets/bundles/Chat18x/Image/Girls/10006/Avatar.meta new file mode 100644 index 00000000..4fe29578 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/Avatar.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "290d8702-6dd8-4b77-b22d-e0de2b7a2227", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/Avatar/10006_avatar.png b/assets/bundles/Chat18x/Image/Girls/10006/Avatar/10006_avatar.png new file mode 100644 index 00000000..273acb83 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10006/Avatar/10006_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10006/Avatar/10006_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10006/Avatar/10006_avatar.png.meta new file mode 100644 index 00000000..395d8e1e --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/Avatar/10006_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "c808e5fb-e258-4be9-b564-194fb74d1a1c", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "c808e5fb-e258-4be9-b564-194fb74d1a1c@6c48a", + "displayName": "10006_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "c808e5fb-e258-4be9-b564-194fb74d1a1c", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "c808e5fb-e258-4be9-b564-194fb74d1a1c@f9941", + "displayName": "10006_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 250, + "height": 250, + "rawWidth": 250, + "rawHeight": 250, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -125, + -125, + 0, + 125, + -125, + 0, + -125, + 125, + 0, + 125, + 125, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 250, + 250, + 250, + 0, + 0, + 250, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -125, + -125, + 0 + ], + "maxPos": [ + 125, + 125, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "c808e5fb-e258-4be9-b564-194fb74d1a1c@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "c808e5fb-e258-4be9-b564-194fb74d1a1c@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/Avatar/10006_list_avatar.png b/assets/bundles/Chat18x/Image/Girls/10006/Avatar/10006_list_avatar.png new file mode 100644 index 00000000..f1bb2b37 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10006/Avatar/10006_list_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10006/Avatar/10006_list_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10006/Avatar/10006_list_avatar.png.meta new file mode 100644 index 00000000..bc2ea056 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/Avatar/10006_list_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "e38cc006-55cc-4fac-b01d-18d6d3ba063b", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "e38cc006-55cc-4fac-b01d-18d6d3ba063b@6c48a", + "displayName": "10006_list_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "e38cc006-55cc-4fac-b01d-18d6d3ba063b", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "e38cc006-55cc-4fac-b01d-18d6d3ba063b@f9941", + "displayName": "10006_list_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 480, + "height": 360, + "rawWidth": 480, + "rawHeight": 360, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -240, + -180, + 0, + 240, + -180, + 0, + -240, + 180, + 0, + 240, + 180, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 360, + 480, + 360, + 0, + 0, + 480, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -240, + -180, + 0 + ], + "maxPos": [ + 240, + 180, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "e38cc006-55cc-4fac-b01d-18d6d3ba063b@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "e38cc006-55cc-4fac-b01d-18d6d3ba063b@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg.meta b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg.meta new file mode 100644 index 00000000..8b2f5bd4 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "b9f5179a-388a-4e84-af26-dec75776087e", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_1.png b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_1.png new file mode 100644 index 00000000..834e7808 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_1.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_1.png.meta b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_1.png.meta new file mode 100644 index 00000000..1ca347e9 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_1.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "30198a2a-a674-4801-bce9-370ae2b6a5fa", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "30198a2a-a674-4801-bce9-370ae2b6a5fa@6c48a", + "displayName": "10006_1", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "30198a2a-a674-4801-bce9-370ae2b6a5fa", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "30198a2a-a674-4801-bce9-370ae2b6a5fa@f9941", + "displayName": "10006_1", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "30198a2a-a674-4801-bce9-370ae2b6a5fa@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "30198a2a-a674-4801-bce9-370ae2b6a5fa@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_10.png b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_10.png new file mode 100644 index 00000000..11ddfe48 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_10.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_10.png.meta b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_10.png.meta new file mode 100644 index 00000000..67896aed --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_10.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "a125d816-c304-4baf-8bc2-0874b603aea2", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "a125d816-c304-4baf-8bc2-0874b603aea2@6c48a", + "displayName": "10006_10", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "a125d816-c304-4baf-8bc2-0874b603aea2", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "a125d816-c304-4baf-8bc2-0874b603aea2@f9941", + "displayName": "10006_10", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "a125d816-c304-4baf-8bc2-0874b603aea2@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "a125d816-c304-4baf-8bc2-0874b603aea2@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_2.png b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_2.png new file mode 100644 index 00000000..04d9e9de Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_2.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_2.png.meta b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_2.png.meta new file mode 100644 index 00000000..b9e87629 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_2.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "38985efd-a895-4e4c-a996-d7dc4aa10f18", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "38985efd-a895-4e4c-a996-d7dc4aa10f18@6c48a", + "displayName": "10006_2", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "38985efd-a895-4e4c-a996-d7dc4aa10f18", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "38985efd-a895-4e4c-a996-d7dc4aa10f18@f9941", + "displayName": "10006_2", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "38985efd-a895-4e4c-a996-d7dc4aa10f18@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "38985efd-a895-4e4c-a996-d7dc4aa10f18@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_3.png b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_3.png new file mode 100644 index 00000000..d4d09551 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_3.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_3.png.meta b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_3.png.meta new file mode 100644 index 00000000..b7a6e36e --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_3.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "992f7a18-f197-4c40-851f-64b562254eb8", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "992f7a18-f197-4c40-851f-64b562254eb8@6c48a", + "displayName": "10006_3", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "992f7a18-f197-4c40-851f-64b562254eb8", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "992f7a18-f197-4c40-851f-64b562254eb8@f9941", + "displayName": "10006_3", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "992f7a18-f197-4c40-851f-64b562254eb8@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "992f7a18-f197-4c40-851f-64b562254eb8@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_4.png b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_4.png new file mode 100644 index 00000000..f94db0f8 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_4.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_4.png.meta b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_4.png.meta new file mode 100644 index 00000000..3178d95f --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_4.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "3f10c869-0a66-48d5-a712-0be406e72b0a", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "3f10c869-0a66-48d5-a712-0be406e72b0a@6c48a", + "displayName": "10006_4", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "3f10c869-0a66-48d5-a712-0be406e72b0a", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "3f10c869-0a66-48d5-a712-0be406e72b0a@f9941", + "displayName": "10006_4", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3f10c869-0a66-48d5-a712-0be406e72b0a@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "3f10c869-0a66-48d5-a712-0be406e72b0a@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_5.png b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_5.png new file mode 100644 index 00000000..92a7dca0 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_5.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_5.png.meta b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_5.png.meta new file mode 100644 index 00000000..9f62af8e --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_5.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "ed021917-02e6-4147-b6f5-c294a8abc86b", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ed021917-02e6-4147-b6f5-c294a8abc86b@6c48a", + "displayName": "10006_5", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ed021917-02e6-4147-b6f5-c294a8abc86b", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ed021917-02e6-4147-b6f5-c294a8abc86b@f9941", + "displayName": "10006_5", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ed021917-02e6-4147-b6f5-c294a8abc86b@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "ed021917-02e6-4147-b6f5-c294a8abc86b@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_6.png b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_6.png new file mode 100644 index 00000000..b4010879 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_6.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_6.png.meta b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_6.png.meta new file mode 100644 index 00000000..ea3955d5 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_6.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "6ee4f618-b9a3-4d8e-a5d9-8bab77ad3bf6", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "6ee4f618-b9a3-4d8e-a5d9-8bab77ad3bf6@6c48a", + "displayName": "10006_6", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "6ee4f618-b9a3-4d8e-a5d9-8bab77ad3bf6", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "6ee4f618-b9a3-4d8e-a5d9-8bab77ad3bf6@f9941", + "displayName": "10006_6", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "6ee4f618-b9a3-4d8e-a5d9-8bab77ad3bf6@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "6ee4f618-b9a3-4d8e-a5d9-8bab77ad3bf6@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_7.png b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_7.png new file mode 100644 index 00000000..82ad14de Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_7.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_7.png.meta b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_7.png.meta new file mode 100644 index 00000000..1f530c1f --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_7.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "bb345fbb-d2db-4ffd-984f-b33454681530", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "bb345fbb-d2db-4ffd-984f-b33454681530@6c48a", + "displayName": "10006_7", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "bb345fbb-d2db-4ffd-984f-b33454681530", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "bb345fbb-d2db-4ffd-984f-b33454681530@f9941", + "displayName": "10006_7", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "bb345fbb-d2db-4ffd-984f-b33454681530@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "bb345fbb-d2db-4ffd-984f-b33454681530@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_8.png b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_8.png new file mode 100644 index 00000000..374fe671 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_8.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_8.png.meta b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_8.png.meta new file mode 100644 index 00000000..20b3892a --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_8.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "ae9316a6-dadb-4f0b-ba7a-de31b7b9db9d", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ae9316a6-dadb-4f0b-ba7a-de31b7b9db9d@6c48a", + "displayName": "10006_8", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ae9316a6-dadb-4f0b-ba7a-de31b7b9db9d", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ae9316a6-dadb-4f0b-ba7a-de31b7b9db9d@f9941", + "displayName": "10006_8", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ae9316a6-dadb-4f0b-ba7a-de31b7b9db9d@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "ae9316a6-dadb-4f0b-ba7a-de31b7b9db9d@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_9.png b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_9.png new file mode 100644 index 00000000..ea3b1088 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_9.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_9.png.meta b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_9.png.meta new file mode 100644 index 00000000..bbf9e1b4 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/DetailImg/10006_9.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "4ba158b6-7d14-4d35-9aa4-033d5c952c28", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "4ba158b6-7d14-4d35-9aa4-033d5c952c28@6c48a", + "displayName": "10006_9", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "4ba158b6-7d14-4d35-9aa4-033d5c952c28", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "4ba158b6-7d14-4d35-9aa4-033d5c952c28@f9941", + "displayName": "10006_9", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "4ba158b6-7d14-4d35-9aa4-033d5c952c28@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "4ba158b6-7d14-4d35-9aa4-033d5c952c28@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10006/video.meta b/assets/bundles/Chat18x/Image/Girls/10006/video.meta new file mode 100644 index 00000000..3bb9ea44 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10006/video.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "91058479-f9f5-49a9-83b8-554d429295a6", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007.meta b/assets/bundles/Chat18x/Image/Girls/10007.meta new file mode 100644 index 00000000..dec345fe --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "29180cff-e843-4b5c-9ff0-e3033ae862f9", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/Avatar.meta b/assets/bundles/Chat18x/Image/Girls/10007/Avatar.meta new file mode 100644 index 00000000..e1a269d9 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/Avatar.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "a204cebd-ee2b-4996-8ad3-29b462ae273e", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/Avatar/10007_avatar.png b/assets/bundles/Chat18x/Image/Girls/10007/Avatar/10007_avatar.png new file mode 100644 index 00000000..2b681d42 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/Avatar/10007_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/Avatar/10007_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/Avatar/10007_avatar.png.meta new file mode 100644 index 00000000..f842ac8e --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/Avatar/10007_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "b029fdd0-b8ea-45e8-aad3-1e35b4a7c5b4", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "b029fdd0-b8ea-45e8-aad3-1e35b4a7c5b4@6c48a", + "displayName": "10007_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "b029fdd0-b8ea-45e8-aad3-1e35b4a7c5b4", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "b029fdd0-b8ea-45e8-aad3-1e35b4a7c5b4@f9941", + "displayName": "10007_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 250, + "height": 250, + "rawWidth": 250, + "rawHeight": 250, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -125, + -125, + 0, + 125, + -125, + 0, + -125, + 125, + 0, + 125, + 125, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 250, + 250, + 250, + 0, + 0, + 250, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -125, + -125, + 0 + ], + "maxPos": [ + 125, + 125, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "b029fdd0-b8ea-45e8-aad3-1e35b4a7c5b4@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "b029fdd0-b8ea-45e8-aad3-1e35b4a7c5b4@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/Avatar/10007_list_avatar.png b/assets/bundles/Chat18x/Image/Girls/10007/Avatar/10007_list_avatar.png new file mode 100644 index 00000000..94c12d79 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/Avatar/10007_list_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/Avatar/10007_list_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/Avatar/10007_list_avatar.png.meta new file mode 100644 index 00000000..91fdc5b2 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/Avatar/10007_list_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "936d3a25-2792-4dd9-9ffc-55d825be8225", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "936d3a25-2792-4dd9-9ffc-55d825be8225@6c48a", + "displayName": "10007_list_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "936d3a25-2792-4dd9-9ffc-55d825be8225", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "936d3a25-2792-4dd9-9ffc-55d825be8225@f9941", + "displayName": "10007_list_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 480, + "height": 360, + "rawWidth": 480, + "rawHeight": 360, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -240, + -180, + 0, + 240, + -180, + 0, + -240, + 180, + 0, + 240, + 180, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 360, + 480, + 360, + 0, + 0, + 480, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -240, + -180, + 0 + ], + "maxPos": [ + 240, + 180, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "936d3a25-2792-4dd9-9ffc-55d825be8225@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "936d3a25-2792-4dd9-9ffc-55d825be8225@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg.meta new file mode 100644 index 00000000..53661cce --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "692b481d-2f41-4f39-9916-741b719367c7", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_1.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_1.png new file mode 100644 index 00000000..51ea567b Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_1.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_1.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_1.png.meta new file mode 100644 index 00000000..45e6b529 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_1.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "66d9d819-930d-4e5d-8684-dc4de1e840b6", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "66d9d819-930d-4e5d-8684-dc4de1e840b6@6c48a", + "displayName": "10007_1", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "66d9d819-930d-4e5d-8684-dc4de1e840b6", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "66d9d819-930d-4e5d-8684-dc4de1e840b6@f9941", + "displayName": "10007_1", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "66d9d819-930d-4e5d-8684-dc4de1e840b6@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "66d9d819-930d-4e5d-8684-dc4de1e840b6@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_10.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_10.png new file mode 100644 index 00000000..fdbfcae4 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_10.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_10.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_10.png.meta new file mode 100644 index 00000000..ecabdd2e --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_10.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "533c447e-7add-4860-a69e-ad84f64d7b30", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "533c447e-7add-4860-a69e-ad84f64d7b30@6c48a", + "displayName": "10007_10", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "533c447e-7add-4860-a69e-ad84f64d7b30", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "533c447e-7add-4860-a69e-ad84f64d7b30@f9941", + "displayName": "10007_10", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "533c447e-7add-4860-a69e-ad84f64d7b30@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "533c447e-7add-4860-a69e-ad84f64d7b30@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_11.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_11.png new file mode 100644 index 00000000..3b6dce85 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_11.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_11.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_11.png.meta new file mode 100644 index 00000000..d08f8329 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_11.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "21566e37-4ae7-483c-8fa6-e151b8f528d1", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "21566e37-4ae7-483c-8fa6-e151b8f528d1@6c48a", + "displayName": "10007_11", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "21566e37-4ae7-483c-8fa6-e151b8f528d1", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "21566e37-4ae7-483c-8fa6-e151b8f528d1@f9941", + "displayName": "10007_11", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "21566e37-4ae7-483c-8fa6-e151b8f528d1@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "21566e37-4ae7-483c-8fa6-e151b8f528d1@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_12.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_12.png new file mode 100644 index 00000000..02e06cd1 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_12.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_12.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_12.png.meta new file mode 100644 index 00000000..4911d18a --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_12.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "c123ca87-be2b-483e-9440-c23da83104be", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "c123ca87-be2b-483e-9440-c23da83104be@6c48a", + "displayName": "10007_12", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "c123ca87-be2b-483e-9440-c23da83104be", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "c123ca87-be2b-483e-9440-c23da83104be@f9941", + "displayName": "10007_12", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "c123ca87-be2b-483e-9440-c23da83104be@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "c123ca87-be2b-483e-9440-c23da83104be@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_13.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_13.png new file mode 100644 index 00000000..cb8bedb7 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_13.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_13.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_13.png.meta new file mode 100644 index 00000000..42d4e67c --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_13.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "8e6086ac-638f-4d1d-8aa6-bb4d2e917122", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "8e6086ac-638f-4d1d-8aa6-bb4d2e917122@6c48a", + "displayName": "10007_13", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "8e6086ac-638f-4d1d-8aa6-bb4d2e917122", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "8e6086ac-638f-4d1d-8aa6-bb4d2e917122@f9941", + "displayName": "10007_13", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "8e6086ac-638f-4d1d-8aa6-bb4d2e917122@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "8e6086ac-638f-4d1d-8aa6-bb4d2e917122@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_14.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_14.png new file mode 100644 index 00000000..f541931c Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_14.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_14.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_14.png.meta new file mode 100644 index 00000000..33ce48ee --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_14.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "a001f387-d901-4e7a-b612-2e31d2f230c0", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "a001f387-d901-4e7a-b612-2e31d2f230c0@6c48a", + "displayName": "10007_14", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "a001f387-d901-4e7a-b612-2e31d2f230c0", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "a001f387-d901-4e7a-b612-2e31d2f230c0@f9941", + "displayName": "10007_14", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "a001f387-d901-4e7a-b612-2e31d2f230c0@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "a001f387-d901-4e7a-b612-2e31d2f230c0@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_2.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_2.png new file mode 100644 index 00000000..d5629b74 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_2.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_2.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_2.png.meta new file mode 100644 index 00000000..1413a8a3 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_2.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "08369caa-e8e2-4795-9617-2548fcdac540", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "08369caa-e8e2-4795-9617-2548fcdac540@6c48a", + "displayName": "10007_2", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "08369caa-e8e2-4795-9617-2548fcdac540", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "08369caa-e8e2-4795-9617-2548fcdac540@f9941", + "displayName": "10007_2", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "08369caa-e8e2-4795-9617-2548fcdac540@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "08369caa-e8e2-4795-9617-2548fcdac540@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_3.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_3.png new file mode 100644 index 00000000..107e1b8d Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_3.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_3.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_3.png.meta new file mode 100644 index 00000000..c898a726 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_3.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "7ddf6d8f-c373-4cf1-9a6a-ba86a31e823a", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "7ddf6d8f-c373-4cf1-9a6a-ba86a31e823a@6c48a", + "displayName": "10007_3", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "7ddf6d8f-c373-4cf1-9a6a-ba86a31e823a", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "7ddf6d8f-c373-4cf1-9a6a-ba86a31e823a@f9941", + "displayName": "10007_3", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "7ddf6d8f-c373-4cf1-9a6a-ba86a31e823a@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "7ddf6d8f-c373-4cf1-9a6a-ba86a31e823a@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_4.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_4.png new file mode 100644 index 00000000..f76abcbb Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_4.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_4.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_4.png.meta new file mode 100644 index 00000000..367c0070 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_4.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "d73c341c-e579-42f7-b8fa-9863f8b2eabf", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "d73c341c-e579-42f7-b8fa-9863f8b2eabf@6c48a", + "displayName": "10007_4", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "d73c341c-e579-42f7-b8fa-9863f8b2eabf", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "d73c341c-e579-42f7-b8fa-9863f8b2eabf@f9941", + "displayName": "10007_4", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "d73c341c-e579-42f7-b8fa-9863f8b2eabf@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "d73c341c-e579-42f7-b8fa-9863f8b2eabf@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_5.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_5.png new file mode 100644 index 00000000..fbb40193 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_5.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_5.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_5.png.meta new file mode 100644 index 00000000..83d13a95 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_5.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "822abb54-0ad3-4539-be9a-1290c21a1feb", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "822abb54-0ad3-4539-be9a-1290c21a1feb@6c48a", + "displayName": "10007_5", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "822abb54-0ad3-4539-be9a-1290c21a1feb", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "822abb54-0ad3-4539-be9a-1290c21a1feb@f9941", + "displayName": "10007_5", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "822abb54-0ad3-4539-be9a-1290c21a1feb@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "822abb54-0ad3-4539-be9a-1290c21a1feb@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_6.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_6.png new file mode 100644 index 00000000..1dfbb7aa Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_6.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_6.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_6.png.meta new file mode 100644 index 00000000..51b69844 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_6.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "3956ab09-5b2c-40f8-8a76-ec760c731b11", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "3956ab09-5b2c-40f8-8a76-ec760c731b11@6c48a", + "displayName": "10007_6", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "3956ab09-5b2c-40f8-8a76-ec760c731b11", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "3956ab09-5b2c-40f8-8a76-ec760c731b11@f9941", + "displayName": "10007_6", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3956ab09-5b2c-40f8-8a76-ec760c731b11@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "3956ab09-5b2c-40f8-8a76-ec760c731b11@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_7.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_7.png new file mode 100644 index 00000000..1c694091 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_7.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_7.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_7.png.meta new file mode 100644 index 00000000..bd52fe28 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_7.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "d24a1406-4d56-4f5a-a5db-bad47f3c02b3", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "d24a1406-4d56-4f5a-a5db-bad47f3c02b3@6c48a", + "displayName": "10007_7", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "d24a1406-4d56-4f5a-a5db-bad47f3c02b3", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "d24a1406-4d56-4f5a-a5db-bad47f3c02b3@f9941", + "displayName": "10007_7", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "d24a1406-4d56-4f5a-a5db-bad47f3c02b3@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "d24a1406-4d56-4f5a-a5db-bad47f3c02b3@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_8.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_8.png new file mode 100644 index 00000000..5ef9e037 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_8.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_8.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_8.png.meta new file mode 100644 index 00000000..7c2f412e --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_8.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "8c730758-d46e-4118-b7a9-bc92f61c7a24", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "8c730758-d46e-4118-b7a9-bc92f61c7a24@6c48a", + "displayName": "10007_8", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "8c730758-d46e-4118-b7a9-bc92f61c7a24", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "8c730758-d46e-4118-b7a9-bc92f61c7a24@f9941", + "displayName": "10007_8", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "8c730758-d46e-4118-b7a9-bc92f61c7a24@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "8c730758-d46e-4118-b7a9-bc92f61c7a24@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_9.png b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_9.png new file mode 100644 index 00000000..53cd605a Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_9.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_9.png.meta b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_9.png.meta new file mode 100644 index 00000000..e7c41fef --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/DetailImg/10007_9.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "097692a2-6c2d-4cc8-a939-b0349638ae25", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "097692a2-6c2d-4cc8-a939-b0349638ae25@6c48a", + "displayName": "10007_9", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "097692a2-6c2d-4cc8-a939-b0349638ae25", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "097692a2-6c2d-4cc8-a939-b0349638ae25@f9941", + "displayName": "10007_9", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "097692a2-6c2d-4cc8-a939-b0349638ae25@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "097692a2-6c2d-4cc8-a939-b0349638ae25@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10007/video.meta b/assets/bundles/Chat18x/Image/Girls/10007/video.meta new file mode 100644 index 00000000..3d8b9d3d --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10007/video.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "11d4c6ba-9711-4ee9-b9be-203a6a7dfb14", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008.meta b/assets/bundles/Chat18x/Image/Girls/10008.meta new file mode 100644 index 00000000..ab133bf4 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "7beff46e-fce5-40ea-a2ed-fdc102501924", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/Avatar.meta b/assets/bundles/Chat18x/Image/Girls/10008/Avatar.meta new file mode 100644 index 00000000..bb64b602 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/Avatar.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "b96aabc5-0b22-4773-b030-c9a8ff7500f6", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/Avatar/10008_avatar.png b/assets/bundles/Chat18x/Image/Girls/10008/Avatar/10008_avatar.png new file mode 100644 index 00000000..6c6c28ce Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/Avatar/10008_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/Avatar/10008_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/Avatar/10008_avatar.png.meta new file mode 100644 index 00000000..7c8e2a33 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/Avatar/10008_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "c9883c89-cef3-4c0e-a392-1515881673a6", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "c9883c89-cef3-4c0e-a392-1515881673a6@6c48a", + "displayName": "10008_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "c9883c89-cef3-4c0e-a392-1515881673a6", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "c9883c89-cef3-4c0e-a392-1515881673a6@f9941", + "displayName": "10008_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 250, + "height": 250, + "rawWidth": 250, + "rawHeight": 250, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -125, + -125, + 0, + 125, + -125, + 0, + -125, + 125, + 0, + 125, + 125, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 250, + 250, + 250, + 0, + 0, + 250, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -125, + -125, + 0 + ], + "maxPos": [ + 125, + 125, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "c9883c89-cef3-4c0e-a392-1515881673a6@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "c9883c89-cef3-4c0e-a392-1515881673a6@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/Avatar/10008_list_avatar.png b/assets/bundles/Chat18x/Image/Girls/10008/Avatar/10008_list_avatar.png new file mode 100644 index 00000000..5b98e8a5 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/Avatar/10008_list_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/Avatar/10008_list_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/Avatar/10008_list_avatar.png.meta new file mode 100644 index 00000000..b155c650 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/Avatar/10008_list_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "5dd00638-7535-4de5-a223-1a80aef93862", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "5dd00638-7535-4de5-a223-1a80aef93862@6c48a", + "displayName": "10008_list_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "5dd00638-7535-4de5-a223-1a80aef93862", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "5dd00638-7535-4de5-a223-1a80aef93862@f9941", + "displayName": "10008_list_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 480, + "height": 360, + "rawWidth": 480, + "rawHeight": 360, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -240, + -180, + 0, + 240, + -180, + 0, + -240, + 180, + 0, + 240, + 180, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 360, + 480, + 360, + 0, + 0, + 480, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -240, + -180, + 0 + ], + "maxPos": [ + 240, + 180, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "5dd00638-7535-4de5-a223-1a80aef93862@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "5dd00638-7535-4de5-a223-1a80aef93862@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg.meta b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg.meta new file mode 100644 index 00000000..c9476ce5 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "c81c061b-40eb-4c55-acf5-fa4e57f6f784", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_1.png b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_1.png new file mode 100644 index 00000000..af661aec Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_1.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_1.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_1.png.meta new file mode 100644 index 00000000..f17a6cf0 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_1.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "fe9a1233-5dd4-411c-8aaf-ada3ce687027", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "fe9a1233-5dd4-411c-8aaf-ada3ce687027@6c48a", + "displayName": "10008_1", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "fe9a1233-5dd4-411c-8aaf-ada3ce687027", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "fe9a1233-5dd4-411c-8aaf-ada3ce687027@f9941", + "displayName": "10008_1", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "fe9a1233-5dd4-411c-8aaf-ada3ce687027@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "fe9a1233-5dd4-411c-8aaf-ada3ce687027@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_10.png b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_10.png new file mode 100644 index 00000000..f1014cf2 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_10.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_10.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_10.png.meta new file mode 100644 index 00000000..cec1ace6 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_10.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "29c1e416-2626-4c37-aa34-90144b3fd4c7", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "29c1e416-2626-4c37-aa34-90144b3fd4c7@6c48a", + "displayName": "10008_10", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "29c1e416-2626-4c37-aa34-90144b3fd4c7", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "29c1e416-2626-4c37-aa34-90144b3fd4c7@f9941", + "displayName": "10008_10", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "29c1e416-2626-4c37-aa34-90144b3fd4c7@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "29c1e416-2626-4c37-aa34-90144b3fd4c7@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_11.png b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_11.png new file mode 100644 index 00000000..ecfe369a Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_11.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_11.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_11.png.meta new file mode 100644 index 00000000..b6f36a81 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_11.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "ab948889-e01e-4d3b-aa7f-319a6d7b4204", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ab948889-e01e-4d3b-aa7f-319a6d7b4204@6c48a", + "displayName": "10008_11", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ab948889-e01e-4d3b-aa7f-319a6d7b4204", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ab948889-e01e-4d3b-aa7f-319a6d7b4204@f9941", + "displayName": "10008_11", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ab948889-e01e-4d3b-aa7f-319a6d7b4204@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "ab948889-e01e-4d3b-aa7f-319a6d7b4204@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_12.png b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_12.png new file mode 100644 index 00000000..119d0338 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_12.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_12.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_12.png.meta new file mode 100644 index 00000000..b575012c --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_12.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "c8e56907-7a69-4098-abc5-4608221c8304", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "c8e56907-7a69-4098-abc5-4608221c8304@6c48a", + "displayName": "10008_12", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "c8e56907-7a69-4098-abc5-4608221c8304", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "c8e56907-7a69-4098-abc5-4608221c8304@f9941", + "displayName": "10008_12", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "c8e56907-7a69-4098-abc5-4608221c8304@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "c8e56907-7a69-4098-abc5-4608221c8304@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_2.png b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_2.png new file mode 100644 index 00000000..4acb61c3 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_2.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_2.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_2.png.meta new file mode 100644 index 00000000..d534a896 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_2.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "c8841b17-8111-4ce8-9f52-8f4603eaedaa", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "c8841b17-8111-4ce8-9f52-8f4603eaedaa@6c48a", + "displayName": "10008_2", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "c8841b17-8111-4ce8-9f52-8f4603eaedaa", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "c8841b17-8111-4ce8-9f52-8f4603eaedaa@f9941", + "displayName": "10008_2", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "c8841b17-8111-4ce8-9f52-8f4603eaedaa@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "c8841b17-8111-4ce8-9f52-8f4603eaedaa@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_3.png b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_3.png new file mode 100644 index 00000000..d6fb80e6 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_3.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_3.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_3.png.meta new file mode 100644 index 00000000..7531d231 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_3.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "c8ee55b3-4be1-45a3-a1fc-08a35e53ec16", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "c8ee55b3-4be1-45a3-a1fc-08a35e53ec16@6c48a", + "displayName": "10008_3", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "c8ee55b3-4be1-45a3-a1fc-08a35e53ec16", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "c8ee55b3-4be1-45a3-a1fc-08a35e53ec16@f9941", + "displayName": "10008_3", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "c8ee55b3-4be1-45a3-a1fc-08a35e53ec16@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "c8ee55b3-4be1-45a3-a1fc-08a35e53ec16@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_4.png b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_4.png new file mode 100644 index 00000000..fbef55e4 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_4.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_4.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_4.png.meta new file mode 100644 index 00000000..430ef72f --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_4.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "ac54ae00-6816-46dc-9968-a16558cb3366", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ac54ae00-6816-46dc-9968-a16558cb3366@6c48a", + "displayName": "10008_4", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ac54ae00-6816-46dc-9968-a16558cb3366", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ac54ae00-6816-46dc-9968-a16558cb3366@f9941", + "displayName": "10008_4", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ac54ae00-6816-46dc-9968-a16558cb3366@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "ac54ae00-6816-46dc-9968-a16558cb3366@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_5.png b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_5.png new file mode 100644 index 00000000..b09f565e Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_5.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_5.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_5.png.meta new file mode 100644 index 00000000..17c5c9a3 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_5.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "03b9f244-25af-4615-9ae4-9fb1badea472", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "03b9f244-25af-4615-9ae4-9fb1badea472@6c48a", + "displayName": "10008_5", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "03b9f244-25af-4615-9ae4-9fb1badea472", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "03b9f244-25af-4615-9ae4-9fb1badea472@f9941", + "displayName": "10008_5", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "03b9f244-25af-4615-9ae4-9fb1badea472@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "03b9f244-25af-4615-9ae4-9fb1badea472@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_6.png b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_6.png new file mode 100644 index 00000000..e081bc85 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_6.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_6.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_6.png.meta new file mode 100644 index 00000000..d40c9548 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_6.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "fe74d5be-8d3f-4b96-9fb6-3739555eb63c", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "fe74d5be-8d3f-4b96-9fb6-3739555eb63c@6c48a", + "displayName": "10008_6", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "fe74d5be-8d3f-4b96-9fb6-3739555eb63c", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "fe74d5be-8d3f-4b96-9fb6-3739555eb63c@f9941", + "displayName": "10008_6", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "fe74d5be-8d3f-4b96-9fb6-3739555eb63c@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "fe74d5be-8d3f-4b96-9fb6-3739555eb63c@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_7.png b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_7.png new file mode 100644 index 00000000..a2932bb7 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_7.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_7.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_7.png.meta new file mode 100644 index 00000000..255f4b9c --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_7.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "e11f2614-0fa6-4ff2-b354-4099e9a1553b", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "e11f2614-0fa6-4ff2-b354-4099e9a1553b@6c48a", + "displayName": "10008_7", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "e11f2614-0fa6-4ff2-b354-4099e9a1553b", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "e11f2614-0fa6-4ff2-b354-4099e9a1553b@f9941", + "displayName": "10008_7", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "e11f2614-0fa6-4ff2-b354-4099e9a1553b@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "e11f2614-0fa6-4ff2-b354-4099e9a1553b@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_8.png b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_8.png new file mode 100644 index 00000000..9348ae87 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_8.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_8.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_8.png.meta new file mode 100644 index 00000000..213dfd05 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_8.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "95d8b429-d9c8-43da-9b4a-ce97e579b79a", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "95d8b429-d9c8-43da-9b4a-ce97e579b79a@6c48a", + "displayName": "10008_8", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "95d8b429-d9c8-43da-9b4a-ce97e579b79a", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "95d8b429-d9c8-43da-9b4a-ce97e579b79a@f9941", + "displayName": "10008_8", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "95d8b429-d9c8-43da-9b4a-ce97e579b79a@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "95d8b429-d9c8-43da-9b4a-ce97e579b79a@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_9.png b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_9.png new file mode 100644 index 00000000..ced0e80f Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_9.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_9.png.meta b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_9.png.meta new file mode 100644 index 00000000..ecf8a100 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/DetailImg/10008_9.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "099b7cb7-2797-41db-bb59-461f5a9e8491", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "099b7cb7-2797-41db-bb59-461f5a9e8491@6c48a", + "displayName": "10008_9", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "099b7cb7-2797-41db-bb59-461f5a9e8491", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "099b7cb7-2797-41db-bb59-461f5a9e8491@f9941", + "displayName": "10008_9", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "099b7cb7-2797-41db-bb59-461f5a9e8491@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "099b7cb7-2797-41db-bb59-461f5a9e8491@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10008/video.meta b/assets/bundles/Chat18x/Image/Girls/10008/video.meta new file mode 100644 index 00000000..c7e68780 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10008/video.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "d460a973-3c2d-465b-8bb2-9ed1ed655f32", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009.meta b/assets/bundles/Chat18x/Image/Girls/10009.meta new file mode 100644 index 00000000..a4b26586 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "d9b00dc3-f809-4d25-af4e-a0918959de06", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/Avatar.meta b/assets/bundles/Chat18x/Image/Girls/10009/Avatar.meta new file mode 100644 index 00000000..5e817668 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/Avatar.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "9e7031ae-c64f-434d-b17e-49add59f9e68", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/Avatar/10009_avatar.png b/assets/bundles/Chat18x/Image/Girls/10009/Avatar/10009_avatar.png new file mode 100644 index 00000000..01cb0ef4 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/Avatar/10009_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/Avatar/10009_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/Avatar/10009_avatar.png.meta new file mode 100644 index 00000000..f36f2441 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/Avatar/10009_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "a678855a-ddf8-4c21-9cbb-480b326cdc20", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "a678855a-ddf8-4c21-9cbb-480b326cdc20@6c48a", + "displayName": "10009_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "a678855a-ddf8-4c21-9cbb-480b326cdc20", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "a678855a-ddf8-4c21-9cbb-480b326cdc20@f9941", + "displayName": "10009_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 250, + "height": 250, + "rawWidth": 250, + "rawHeight": 250, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -125, + -125, + 0, + 125, + -125, + 0, + -125, + 125, + 0, + 125, + 125, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 250, + 250, + 250, + 0, + 0, + 250, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -125, + -125, + 0 + ], + "maxPos": [ + 125, + 125, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "a678855a-ddf8-4c21-9cbb-480b326cdc20@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "a678855a-ddf8-4c21-9cbb-480b326cdc20@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/Avatar/10009_list_avatar.png b/assets/bundles/Chat18x/Image/Girls/10009/Avatar/10009_list_avatar.png new file mode 100644 index 00000000..bf6790d8 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/Avatar/10009_list_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/Avatar/10009_list_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/Avatar/10009_list_avatar.png.meta new file mode 100644 index 00000000..e4a94378 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/Avatar/10009_list_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "ccd68965-bdb6-4770-94e5-294d99d29c34", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ccd68965-bdb6-4770-94e5-294d99d29c34@6c48a", + "displayName": "10009_list_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ccd68965-bdb6-4770-94e5-294d99d29c34", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ccd68965-bdb6-4770-94e5-294d99d29c34@f9941", + "displayName": "10009_list_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 480, + "height": 360, + "rawWidth": 480, + "rawHeight": 360, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -240, + -180, + 0, + 240, + -180, + 0, + -240, + 180, + 0, + 240, + 180, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 360, + 480, + 360, + 0, + 0, + 480, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -240, + -180, + 0 + ], + "maxPos": [ + 240, + 180, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ccd68965-bdb6-4770-94e5-294d99d29c34@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "ccd68965-bdb6-4770-94e5-294d99d29c34@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg.meta b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg.meta new file mode 100644 index 00000000..dadbb9de --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "29924946-ed42-47bc-a32a-3cbc9dd9444b", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_1.png b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_1.png new file mode 100644 index 00000000..d5fd5449 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_1.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_1.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_1.png.meta new file mode 100644 index 00000000..74fed420 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_1.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "7b242b47-2908-4665-9959-9033e2508bc8", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "7b242b47-2908-4665-9959-9033e2508bc8@6c48a", + "displayName": "10009_1", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "7b242b47-2908-4665-9959-9033e2508bc8", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "7b242b47-2908-4665-9959-9033e2508bc8@f9941", + "displayName": "10009_1", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "7b242b47-2908-4665-9959-9033e2508bc8@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "7b242b47-2908-4665-9959-9033e2508bc8@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_10.png b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_10.png new file mode 100644 index 00000000..4b4e7efb Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_10.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_10.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_10.png.meta new file mode 100644 index 00000000..34baa2c8 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_10.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "317d1306-fc85-4769-a268-7fc072574ca4", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "317d1306-fc85-4769-a268-7fc072574ca4@6c48a", + "displayName": "10009_10", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "317d1306-fc85-4769-a268-7fc072574ca4", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "317d1306-fc85-4769-a268-7fc072574ca4@f9941", + "displayName": "10009_10", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "317d1306-fc85-4769-a268-7fc072574ca4@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "317d1306-fc85-4769-a268-7fc072574ca4@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_11.png b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_11.png new file mode 100644 index 00000000..aff849c5 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_11.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_11.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_11.png.meta new file mode 100644 index 00000000..0f3fe283 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_11.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "acededb9-fc94-42d5-b642-71d93b079a07", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "acededb9-fc94-42d5-b642-71d93b079a07@6c48a", + "displayName": "10009_11", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "acededb9-fc94-42d5-b642-71d93b079a07", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "acededb9-fc94-42d5-b642-71d93b079a07@f9941", + "displayName": "10009_11", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "acededb9-fc94-42d5-b642-71d93b079a07@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "acededb9-fc94-42d5-b642-71d93b079a07@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_12.png b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_12.png new file mode 100644 index 00000000..c67c2342 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_12.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_12.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_12.png.meta new file mode 100644 index 00000000..e0064d1c --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_12.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "f606ca68-be82-4bfb-ba21-03393296ce33", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "f606ca68-be82-4bfb-ba21-03393296ce33@6c48a", + "displayName": "10009_12", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "f606ca68-be82-4bfb-ba21-03393296ce33", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "f606ca68-be82-4bfb-ba21-03393296ce33@f9941", + "displayName": "10009_12", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "f606ca68-be82-4bfb-ba21-03393296ce33@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "f606ca68-be82-4bfb-ba21-03393296ce33@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_2.png b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_2.png new file mode 100644 index 00000000..4552e17c Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_2.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_2.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_2.png.meta new file mode 100644 index 00000000..c68ce510 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_2.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "f55c4add-09a0-4b17-95f7-9552c77e3e24", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "f55c4add-09a0-4b17-95f7-9552c77e3e24@6c48a", + "displayName": "10009_2", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "f55c4add-09a0-4b17-95f7-9552c77e3e24", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "f55c4add-09a0-4b17-95f7-9552c77e3e24@f9941", + "displayName": "10009_2", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "f55c4add-09a0-4b17-95f7-9552c77e3e24@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "f55c4add-09a0-4b17-95f7-9552c77e3e24@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_3.png b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_3.png new file mode 100644 index 00000000..b7b7f53f Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_3.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_3.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_3.png.meta new file mode 100644 index 00000000..ef3ff4d3 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_3.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "7ad83507-5697-46d3-9fa8-818c9397091d", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "7ad83507-5697-46d3-9fa8-818c9397091d@6c48a", + "displayName": "10009_3", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "7ad83507-5697-46d3-9fa8-818c9397091d", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "7ad83507-5697-46d3-9fa8-818c9397091d@f9941", + "displayName": "10009_3", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "7ad83507-5697-46d3-9fa8-818c9397091d@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "7ad83507-5697-46d3-9fa8-818c9397091d@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_4.png b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_4.png new file mode 100644 index 00000000..fd8a032d Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_4.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_4.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_4.png.meta new file mode 100644 index 00000000..5fc582bd --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_4.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "22e3eff7-a510-4909-b46c-659e317ffb34", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "22e3eff7-a510-4909-b46c-659e317ffb34@6c48a", + "displayName": "10009_4", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "22e3eff7-a510-4909-b46c-659e317ffb34", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "22e3eff7-a510-4909-b46c-659e317ffb34@f9941", + "displayName": "10009_4", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "22e3eff7-a510-4909-b46c-659e317ffb34@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "22e3eff7-a510-4909-b46c-659e317ffb34@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_5.png b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_5.png new file mode 100644 index 00000000..dcfa26ea Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_5.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_5.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_5.png.meta new file mode 100644 index 00000000..21016568 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_5.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "ca6cc54a-e4c6-44f6-8bf5-cdd32fca4382", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ca6cc54a-e4c6-44f6-8bf5-cdd32fca4382@6c48a", + "displayName": "10009_5", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ca6cc54a-e4c6-44f6-8bf5-cdd32fca4382", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ca6cc54a-e4c6-44f6-8bf5-cdd32fca4382@f9941", + "displayName": "10009_5", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ca6cc54a-e4c6-44f6-8bf5-cdd32fca4382@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "ca6cc54a-e4c6-44f6-8bf5-cdd32fca4382@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_6.png b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_6.png new file mode 100644 index 00000000..ebca560b Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_6.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_6.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_6.png.meta new file mode 100644 index 00000000..ed5d1c80 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_6.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "b787770a-4f5c-4391-9f7e-6ba2366c5d71", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "b787770a-4f5c-4391-9f7e-6ba2366c5d71@6c48a", + "displayName": "10009_6", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "b787770a-4f5c-4391-9f7e-6ba2366c5d71", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "b787770a-4f5c-4391-9f7e-6ba2366c5d71@f9941", + "displayName": "10009_6", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "b787770a-4f5c-4391-9f7e-6ba2366c5d71@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "b787770a-4f5c-4391-9f7e-6ba2366c5d71@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_7.png b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_7.png new file mode 100644 index 00000000..88cf5e30 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_7.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_7.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_7.png.meta new file mode 100644 index 00000000..25218ea2 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_7.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "56b095d4-0228-4d06-ac49-33633aa9b5c2", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "56b095d4-0228-4d06-ac49-33633aa9b5c2@6c48a", + "displayName": "10009_7", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "56b095d4-0228-4d06-ac49-33633aa9b5c2", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "56b095d4-0228-4d06-ac49-33633aa9b5c2@f9941", + "displayName": "10009_7", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "56b095d4-0228-4d06-ac49-33633aa9b5c2@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "56b095d4-0228-4d06-ac49-33633aa9b5c2@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_8.png b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_8.png new file mode 100644 index 00000000..38b5e406 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_8.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_8.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_8.png.meta new file mode 100644 index 00000000..02ee6782 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_8.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "8b492cf1-de34-435c-b843-43db131a2963", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "8b492cf1-de34-435c-b843-43db131a2963@6c48a", + "displayName": "10009_8", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "8b492cf1-de34-435c-b843-43db131a2963", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "8b492cf1-de34-435c-b843-43db131a2963@f9941", + "displayName": "10009_8", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "8b492cf1-de34-435c-b843-43db131a2963@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "8b492cf1-de34-435c-b843-43db131a2963@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_9.png b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_9.png new file mode 100644 index 00000000..1e2f170b Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_9.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_9.png.meta b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_9.png.meta new file mode 100644 index 00000000..9c677d8f --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/DetailImg/10009_9.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "ea60fac9-9b8d-4808-bb5b-c28cd30a53ef", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ea60fac9-9b8d-4808-bb5b-c28cd30a53ef@6c48a", + "displayName": "10009_9", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ea60fac9-9b8d-4808-bb5b-c28cd30a53ef", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ea60fac9-9b8d-4808-bb5b-c28cd30a53ef@f9941", + "displayName": "10009_9", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ea60fac9-9b8d-4808-bb5b-c28cd30a53ef@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "ea60fac9-9b8d-4808-bb5b-c28cd30a53ef@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10009/video.meta b/assets/bundles/Chat18x/Image/Girls/10009/video.meta new file mode 100644 index 00000000..a70a19fd --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10009/video.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "f8834660-46a8-4232-b367-d7ce178fb130", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10010.meta b/assets/bundles/Chat18x/Image/Girls/10010.meta new file mode 100644 index 00000000..ac1141fa --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "481b831a-8176-4a60-bf69-a75e9eb7998c", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10010/Avatar.meta b/assets/bundles/Chat18x/Image/Girls/10010/Avatar.meta new file mode 100644 index 00000000..abbe2be7 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/Avatar.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "5963802f-4485-45d6-8280-781c46d2bad1", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10010/Avatar/10010_avatar.png b/assets/bundles/Chat18x/Image/Girls/10010/Avatar/10010_avatar.png new file mode 100644 index 00000000..40095272 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10010/Avatar/10010_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10010/Avatar/10010_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/Avatar/10010_avatar.png.meta new file mode 100644 index 00000000..0d64afde --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/Avatar/10010_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "0c1903a1-a3a0-4f84-8b08-079564f0a833", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "0c1903a1-a3a0-4f84-8b08-079564f0a833@6c48a", + "displayName": "10010_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "0c1903a1-a3a0-4f84-8b08-079564f0a833", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "0c1903a1-a3a0-4f84-8b08-079564f0a833@f9941", + "displayName": "10010_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 250, + "height": 250, + "rawWidth": 250, + "rawHeight": 250, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -125, + -125, + 0, + 125, + -125, + 0, + -125, + 125, + 0, + 125, + 125, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 250, + 250, + 250, + 0, + 0, + 250, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -125, + -125, + 0 + ], + "maxPos": [ + 125, + 125, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "0c1903a1-a3a0-4f84-8b08-079564f0a833@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "0c1903a1-a3a0-4f84-8b08-079564f0a833@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10010/Avatar/10010_list_avatar.png b/assets/bundles/Chat18x/Image/Girls/10010/Avatar/10010_list_avatar.png new file mode 100644 index 00000000..72fb4e6d Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10010/Avatar/10010_list_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10010/Avatar/10010_list_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/Avatar/10010_list_avatar.png.meta new file mode 100644 index 00000000..9137e404 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/Avatar/10010_list_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "ded419ce-5dc6-4f94-992d-cdb6c03b04b5", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ded419ce-5dc6-4f94-992d-cdb6c03b04b5@6c48a", + "displayName": "10010_list_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ded419ce-5dc6-4f94-992d-cdb6c03b04b5", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ded419ce-5dc6-4f94-992d-cdb6c03b04b5@f9941", + "displayName": "10010_list_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 480, + "height": 360, + "rawWidth": 480, + "rawHeight": 360, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -240, + -180, + 0, + 240, + -180, + 0, + -240, + 180, + 0, + 240, + 180, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 360, + 480, + 360, + 0, + 0, + 480, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -240, + -180, + 0 + ], + "maxPos": [ + 240, + 180, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ded419ce-5dc6-4f94-992d-cdb6c03b04b5@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "ded419ce-5dc6-4f94-992d-cdb6c03b04b5@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg.meta new file mode 100644 index 00000000..9cfe8003 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "1d860dd5-9a7f-4c21-806d-3371b94b1d2c", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_1.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_1.png new file mode 100644 index 00000000..ef519936 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_1.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_1.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_1.png.meta new file mode 100644 index 00000000..221ad35c --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_1.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "2b226720-deee-454d-826a-21b613eddf97", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "2b226720-deee-454d-826a-21b613eddf97@6c48a", + "displayName": "10010_1", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "2b226720-deee-454d-826a-21b613eddf97", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "2b226720-deee-454d-826a-21b613eddf97@f9941", + "displayName": "10010_1", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "2b226720-deee-454d-826a-21b613eddf97@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "2b226720-deee-454d-826a-21b613eddf97@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_21.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_10.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_21.png rename to assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_10.png diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_10.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_10.png.meta new file mode 100644 index 00000000..80a703db --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_10.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "2fcb17fa-381d-489f-946e-c935dfa8ab4f", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "2fcb17fa-381d-489f-946e-c935dfa8ab4f@6c48a", + "displayName": "10010_10", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "2fcb17fa-381d-489f-946e-c935dfa8ab4f", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "2fcb17fa-381d-489f-946e-c935dfa8ab4f@f9941", + "displayName": "10010_10", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "2fcb17fa-381d-489f-946e-c935dfa8ab4f@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "2fcb17fa-381d-489f-946e-c935dfa8ab4f@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_28.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_11.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_28.png rename to assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_11.png diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_11.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_11.png.meta new file mode 100644 index 00000000..7fb88e64 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_11.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "cdd9ea97-9cd5-4a91-9373-824654ce9def", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "cdd9ea97-9cd5-4a91-9373-824654ce9def@6c48a", + "displayName": "10010_11", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "cdd9ea97-9cd5-4a91-9373-824654ce9def", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "cdd9ea97-9cd5-4a91-9373-824654ce9def@f9941", + "displayName": "10010_11", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "cdd9ea97-9cd5-4a91-9373-824654ce9def@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "cdd9ea97-9cd5-4a91-9373-824654ce9def@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_12.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_12.png new file mode 100644 index 00000000..b61cbc9a Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_12.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_12.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_12.png.meta new file mode 100644 index 00000000..510eec84 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_12.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "c45547bb-fda9-4a5a-90dd-545aad1b80ca", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "c45547bb-fda9-4a5a-90dd-545aad1b80ca@6c48a", + "displayName": "10010_12", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "c45547bb-fda9-4a5a-90dd-545aad1b80ca", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "c45547bb-fda9-4a5a-90dd-545aad1b80ca@f9941", + "displayName": "10010_12", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "c45547bb-fda9-4a5a-90dd-545aad1b80ca@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "c45547bb-fda9-4a5a-90dd-545aad1b80ca@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_30.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_13.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_30.png rename to assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_13.png diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_13.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_13.png.meta new file mode 100644 index 00000000..fde8d32b --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_13.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "92078cf7-3f8c-4bab-b053-f0cc622a0d82", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "92078cf7-3f8c-4bab-b053-f0cc622a0d82@6c48a", + "displayName": "10010_13", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "92078cf7-3f8c-4bab-b053-f0cc622a0d82", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "92078cf7-3f8c-4bab-b053-f0cc622a0d82@f9941", + "displayName": "10010_13", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "92078cf7-3f8c-4bab-b053-f0cc622a0d82@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "92078cf7-3f8c-4bab-b053-f0cc622a0d82@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_33.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_14.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_33.png rename to assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_14.png diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_14.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_14.png.meta new file mode 100644 index 00000000..bf1d373e --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_14.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "ece8ea0f-2b9f-4e52-96bd-664f4dcb5953", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ece8ea0f-2b9f-4e52-96bd-664f4dcb5953@6c48a", + "displayName": "10010_14", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ece8ea0f-2b9f-4e52-96bd-664f4dcb5953", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ece8ea0f-2b9f-4e52-96bd-664f4dcb5953@f9941", + "displayName": "10010_14", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ece8ea0f-2b9f-4e52-96bd-664f4dcb5953@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "ece8ea0f-2b9f-4e52-96bd-664f4dcb5953@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_35.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_15.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_35.png rename to assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_15.png diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_15.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_15.png.meta new file mode 100644 index 00000000..fd4e3128 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_15.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "93bc6c34-fc71-424e-a598-04489ab44b87", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "93bc6c34-fc71-424e-a598-04489ab44b87@6c48a", + "displayName": "10010_15", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "93bc6c34-fc71-424e-a598-04489ab44b87", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "93bc6c34-fc71-424e-a598-04489ab44b87@f9941", + "displayName": "10010_15", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "93bc6c34-fc71-424e-a598-04489ab44b87@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "93bc6c34-fc71-424e-a598-04489ab44b87@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_36.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_16.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_36.png rename to assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_16.png diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_16.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_16.png.meta new file mode 100644 index 00000000..d8e6dbc0 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_16.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "52e629e6-4127-4143-89aa-9bb8cdb4e341", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "52e629e6-4127-4143-89aa-9bb8cdb4e341@6c48a", + "displayName": "10010_16", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "52e629e6-4127-4143-89aa-9bb8cdb4e341", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "52e629e6-4127-4143-89aa-9bb8cdb4e341@f9941", + "displayName": "10010_16", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "52e629e6-4127-4143-89aa-9bb8cdb4e341@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "52e629e6-4127-4143-89aa-9bb8cdb4e341@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_17.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_17.png new file mode 100644 index 00000000..ae75e62e Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_17.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_17.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_17.png.meta new file mode 100644 index 00000000..77780818 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_17.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "f63dc15c-fe4e-4712-b52d-d5610eb8e730", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "f63dc15c-fe4e-4712-b52d-d5610eb8e730@6c48a", + "displayName": "10010_17", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "f63dc15c-fe4e-4712-b52d-d5610eb8e730", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "f63dc15c-fe4e-4712-b52d-d5610eb8e730@f9941", + "displayName": "10010_17", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "f63dc15c-fe4e-4712-b52d-d5610eb8e730@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "f63dc15c-fe4e-4712-b52d-d5610eb8e730@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_31.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_18.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_31.png rename to assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_18.png diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_18.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_18.png.meta new file mode 100644 index 00000000..7191b841 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_18.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "1c22b0db-95f0-46fe-9d91-f5ff9007ec9a", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "1c22b0db-95f0-46fe-9d91-f5ff9007ec9a@6c48a", + "displayName": "10010_18", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "1c22b0db-95f0-46fe-9d91-f5ff9007ec9a", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "1c22b0db-95f0-46fe-9d91-f5ff9007ec9a@f9941", + "displayName": "10010_18", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "1c22b0db-95f0-46fe-9d91-f5ff9007ec9a@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "1c22b0db-95f0-46fe-9d91-f5ff9007ec9a@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_13.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_2.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_13.png rename to assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_2.png diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_2.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_2.png.meta new file mode 100644 index 00000000..a7996213 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_2.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "339db360-54af-4e23-8f48-8e350cb2998d", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "339db360-54af-4e23-8f48-8e350cb2998d@6c48a", + "displayName": "10010_2", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "339db360-54af-4e23-8f48-8e350cb2998d", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "339db360-54af-4e23-8f48-8e350cb2998d@f9941", + "displayName": "10010_2", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "339db360-54af-4e23-8f48-8e350cb2998d@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "339db360-54af-4e23-8f48-8e350cb2998d@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_3.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_3.png new file mode 100644 index 00000000..c626af6f Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_3.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_3.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_3.png.meta new file mode 100644 index 00000000..0ba4d7af --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_3.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "600622e7-1d06-49e3-b3d1-7dfa8d17e9f1", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "600622e7-1d06-49e3-b3d1-7dfa8d17e9f1@6c48a", + "displayName": "10010_3", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "600622e7-1d06-49e3-b3d1-7dfa8d17e9f1", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "600622e7-1d06-49e3-b3d1-7dfa8d17e9f1@f9941", + "displayName": "10010_3", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "600622e7-1d06-49e3-b3d1-7dfa8d17e9f1@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "600622e7-1d06-49e3-b3d1-7dfa8d17e9f1@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_19.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_4.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_19.png rename to assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_4.png diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_4.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_4.png.meta new file mode 100644 index 00000000..bfa61327 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_4.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "01ebcbc9-3702-427f-aee0-348016a9bb0d", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "01ebcbc9-3702-427f-aee0-348016a9bb0d@6c48a", + "displayName": "10010_4", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "01ebcbc9-3702-427f-aee0-348016a9bb0d", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "01ebcbc9-3702-427f-aee0-348016a9bb0d@f9941", + "displayName": "10010_4", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "01ebcbc9-3702-427f-aee0-348016a9bb0d@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "01ebcbc9-3702-427f-aee0-348016a9bb0d@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_5.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_5.png new file mode 100644 index 00000000..2d0eb40c Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_5.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_5.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_5.png.meta new file mode 100644 index 00000000..7cc713b0 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_5.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "fb3928a5-4586-4cd4-9a0d-769a87b43f10", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "fb3928a5-4586-4cd4-9a0d-769a87b43f10@6c48a", + "displayName": "10010_5", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "fb3928a5-4586-4cd4-9a0d-769a87b43f10", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "fb3928a5-4586-4cd4-9a0d-769a87b43f10@f9941", + "displayName": "10010_5", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "fb3928a5-4586-4cd4-9a0d-769a87b43f10@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "fb3928a5-4586-4cd4-9a0d-769a87b43f10@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_15.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_6.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_15.png rename to assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_6.png diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_6.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_6.png.meta new file mode 100644 index 00000000..c789e00b --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_6.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "056d36be-9fb4-476c-978f-30eb0a92a7f9", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "056d36be-9fb4-476c-978f-30eb0a92a7f9@6c48a", + "displayName": "10010_6", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "056d36be-9fb4-476c-978f-30eb0a92a7f9", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "056d36be-9fb4-476c-978f-30eb0a92a7f9@f9941", + "displayName": "10010_6", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "056d36be-9fb4-476c-978f-30eb0a92a7f9@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "056d36be-9fb4-476c-978f-30eb0a92a7f9@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_24.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_7.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_24.png rename to assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_7.png diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_7.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_7.png.meta new file mode 100644 index 00000000..c67e69ab --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_7.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "06e7af55-8d45-43bd-ba53-978c9da4d279", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "06e7af55-8d45-43bd-ba53-978c9da4d279@6c48a", + "displayName": "10010_7", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "06e7af55-8d45-43bd-ba53-978c9da4d279", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "06e7af55-8d45-43bd-ba53-978c9da4d279@f9941", + "displayName": "10010_7", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "06e7af55-8d45-43bd-ba53-978c9da4d279@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "06e7af55-8d45-43bd-ba53-978c9da4d279@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_25.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_8.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_25.png rename to assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_8.png diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_8.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_8.png.meta new file mode 100644 index 00000000..5a7f4182 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_8.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "0552fbe1-356d-4f96-b1c1-515332f3061f", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "0552fbe1-356d-4f96-b1c1-515332f3061f@6c48a", + "displayName": "10010_8", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "0552fbe1-356d-4f96-b1c1-515332f3061f", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "0552fbe1-356d-4f96-b1c1-515332f3061f@f9941", + "displayName": "10010_8", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "0552fbe1-356d-4f96-b1c1-515332f3061f@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "0552fbe1-356d-4f96-b1c1-515332f3061f@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_26.png b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_9.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_26.png rename to assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_9.png diff --git a/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_9.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_9.png.meta new file mode 100644 index 00000000..1fe0c3e6 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/DetailImg/10010_9.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "441fc03f-9f50-44f8-83e3-0456b540289a", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "441fc03f-9f50-44f8-83e3-0456b540289a@6c48a", + "displayName": "10010_9", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "441fc03f-9f50-44f8-83e3-0456b540289a", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "441fc03f-9f50-44f8-83e3-0456b540289a@f9941", + "displayName": "10010_9", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "441fc03f-9f50-44f8-83e3-0456b540289a@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "441fc03f-9f50-44f8-83e3-0456b540289a@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10010/video.meta b/assets/bundles/Chat18x/Image/Girls/10010/video.meta new file mode 100644 index 00000000..58861e59 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10010/video.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "1f537577-be0e-4ee4-a3f5-5a59979c1051", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_41_thumbnail.png b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_41_thumbnail.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_41_thumbnail.png rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_41_thumbnail.png diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_41_thumbnail.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_41_thumbnail.png.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_41_thumbnail.png.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_41_thumbnail.png.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_42.mp4 b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_42.mp4 similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_42.mp4 rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_42.mp4 diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_42.mp4.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_42.mp4.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_42.mp4.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_42.mp4.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_42_thumbnail.png b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_42_thumbnail.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_42_thumbnail.png rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_42_thumbnail.png diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_42_thumbnail.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_42_thumbnail.png.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_42_thumbnail.png.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_42_thumbnail.png.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_43.mp4 b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_43.mp4 similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_43.mp4 rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_43.mp4 diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_43.mp4.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_43.mp4.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_43.mp4.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_43.mp4.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_43_thumbnail.png b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_43_thumbnail.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_43_thumbnail.png rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_43_thumbnail.png diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_43_thumbnail.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_43_thumbnail.png.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_43_thumbnail.png.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_43_thumbnail.png.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_44.mp4 b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_44.mp4 similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_44.mp4 rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_44.mp4 diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_44.mp4.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_44.mp4.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_44.mp4.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_44.mp4.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_44_thumbnail.png b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_44_thumbnail.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_44_thumbnail.png rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_44_thumbnail.png diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_44_thumbnail.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_44_thumbnail.png.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_44_thumbnail.png.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_44_thumbnail.png.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_45.mp4 b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_45.mp4 similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_45.mp4 rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_45.mp4 diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_45.mp4.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_45.mp4.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_45.mp4.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_45.mp4.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_45_thumbnail.png b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_45_thumbnail.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_45_thumbnail.png rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_45_thumbnail.png diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_45_thumbnail.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_45_thumbnail.png.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_45_thumbnail.png.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_45_thumbnail.png.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_46.mp4 b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_46.mp4 similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_46.mp4 rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_46.mp4 diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_46.mp4.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_46.mp4.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_46.mp4.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_46.mp4.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_46_thumbnail.png b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_46_thumbnail.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_46_thumbnail.png rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_46_thumbnail.png diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_46_thumbnail.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_46_thumbnail.png.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_46_thumbnail.png.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_46_thumbnail.png.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_47.mp4 b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_47.mp4 similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_47.mp4 rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_47.mp4 diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_47.mp4.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_47.mp4.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_47.mp4.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_47.mp4.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_47_thumbnail.png b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_47_thumbnail.png similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_47_thumbnail.png rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_47_thumbnail.png diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_47_thumbnail.png.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_47_thumbnail.png.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_47_thumbnail.png.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_47_thumbnail.png.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_desc_video.mp4 b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_desc_video.mp4 similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_desc_video.mp4 rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_desc_video.mp4 diff --git a/assets/bundles/Chat18x/Image/Girls/10004/video/10004_desc_video.mp4.meta b/assets/bundles/Chat18x/Image/Girls/10010/video/10004_desc_video.mp4.meta similarity index 100% rename from assets/bundles/Chat18x/Image/Girls/10004/video/10004_desc_video.mp4.meta rename to assets/bundles/Chat18x/Image/Girls/10010/video/10004_desc_video.mp4.meta diff --git a/assets/bundles/Chat18x/Image/Girls/10011.meta b/assets/bundles/Chat18x/Image/Girls/10011.meta new file mode 100644 index 00000000..5f0d8db7 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "1c25a549-f67a-4ea9-907e-cd0acc1a77d8", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/Avatar.meta b/assets/bundles/Chat18x/Image/Girls/10011/Avatar.meta new file mode 100644 index 00000000..eae83c45 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/Avatar.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "4b30e3a7-0971-45c9-b005-588edfb6240f", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/Avatar/10011_avatar.png b/assets/bundles/Chat18x/Image/Girls/10011/Avatar/10011_avatar.png new file mode 100644 index 00000000..481a3243 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/Avatar/10011_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10011/Avatar/10011_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/Avatar/10011_avatar.png.meta new file mode 100644 index 00000000..9a8809e8 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/Avatar/10011_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "c756c039-76c7-46f9-9025-ff89100e6a14", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "c756c039-76c7-46f9-9025-ff89100e6a14@6c48a", + "displayName": "10011_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "c756c039-76c7-46f9-9025-ff89100e6a14", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "c756c039-76c7-46f9-9025-ff89100e6a14@f9941", + "displayName": "10011_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 250, + "height": 250, + "rawWidth": 250, + "rawHeight": 250, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -125, + -125, + 0, + 125, + -125, + 0, + -125, + 125, + 0, + 125, + 125, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 250, + 250, + 250, + 0, + 0, + 250, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -125, + -125, + 0 + ], + "maxPos": [ + 125, + 125, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "c756c039-76c7-46f9-9025-ff89100e6a14@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "c756c039-76c7-46f9-9025-ff89100e6a14@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/Avatar/10011_list_avatar.png b/assets/bundles/Chat18x/Image/Girls/10011/Avatar/10011_list_avatar.png new file mode 100644 index 00000000..cb229667 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/Avatar/10011_list_avatar.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10011/Avatar/10011_list_avatar.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/Avatar/10011_list_avatar.png.meta new file mode 100644 index 00000000..0e2657b4 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/Avatar/10011_list_avatar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "cbbe6221-5073-427b-b740-1772f9be07ad", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "cbbe6221-5073-427b-b740-1772f9be07ad@6c48a", + "displayName": "10011_list_avatar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "cbbe6221-5073-427b-b740-1772f9be07ad", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "cbbe6221-5073-427b-b740-1772f9be07ad@f9941", + "displayName": "10011_list_avatar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 480, + "height": 360, + "rawWidth": 480, + "rawHeight": 360, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -240, + -180, + 0, + 240, + -180, + 0, + -240, + 180, + 0, + 240, + 180, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 360, + 480, + 360, + 0, + 0, + 480, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -240, + -180, + 0 + ], + "maxPos": [ + 240, + 180, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "cbbe6221-5073-427b-b740-1772f9be07ad@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "cbbe6221-5073-427b-b740-1772f9be07ad@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg.meta b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg.meta new file mode 100644 index 00000000..08fe5c64 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "07015ac1-e3a3-4ce9-b6eb-428b3f12e908", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_1.png b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_1.png new file mode 100644 index 00000000..fdbad8e3 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_1.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_1.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_1.png.meta new file mode 100644 index 00000000..4b96dac2 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_1.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "b02da254-37b3-4efe-bc8c-4fecee70c126", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "b02da254-37b3-4efe-bc8c-4fecee70c126@6c48a", + "displayName": "10011_1", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "b02da254-37b3-4efe-bc8c-4fecee70c126", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "b02da254-37b3-4efe-bc8c-4fecee70c126@f9941", + "displayName": "10011_1", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "b02da254-37b3-4efe-bc8c-4fecee70c126@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "b02da254-37b3-4efe-bc8c-4fecee70c126@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_10.png b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_10.png new file mode 100644 index 00000000..0a762432 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_10.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_10.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_10.png.meta new file mode 100644 index 00000000..eccef408 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_10.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "05402aa9-cbaf-4036-a33a-41ed34b3d02d", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "05402aa9-cbaf-4036-a33a-41ed34b3d02d@6c48a", + "displayName": "10011_10", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "05402aa9-cbaf-4036-a33a-41ed34b3d02d", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "05402aa9-cbaf-4036-a33a-41ed34b3d02d@f9941", + "displayName": "10011_10", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "05402aa9-cbaf-4036-a33a-41ed34b3d02d@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "05402aa9-cbaf-4036-a33a-41ed34b3d02d@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_11.png b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_11.png new file mode 100644 index 00000000..6039e04e Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_11.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_13.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_11.png.meta similarity index 86% rename from assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_13.png.meta rename to assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_11.png.meta index ae326e75..b9963d70 100644 --- a/assets/bundles/Chat18x/Image/Girls/10004/DetailImg/10004_13.png.meta +++ b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_11.png.meta @@ -2,7 +2,7 @@ "ver": "1.0.27", "importer": "image", "imported": true, - "uuid": "1a085073-b33b-4e5e-ab26-c7f43fa56c28", + "uuid": "f87415cd-0209-4245-864f-b6973c6924f1", "files": [ ".json", ".png" @@ -10,14 +10,14 @@ "subMetas": { "6c48a": { "importer": "texture", - "uuid": "1a085073-b33b-4e5e-ab26-c7f43fa56c28@6c48a", - "displayName": "10004_13", + "uuid": "f87415cd-0209-4245-864f-b6973c6924f1@6c48a", + "displayName": "10011_11", "id": "6c48a", "name": "texture", "userData": { "wrapModeS": "clamp-to-edge", "wrapModeT": "clamp-to-edge", - "imageUuidOrDatabaseUri": "1a085073-b33b-4e5e-ab26-c7f43fa56c28", + "imageUuidOrDatabaseUri": "f87415cd-0209-4245-864f-b6973c6924f1", "isUuid": true, "visible": false, "minfilter": "linear", @@ -34,8 +34,8 @@ }, "f9941": { "importer": "sprite-frame", - "uuid": "1a085073-b33b-4e5e-ab26-c7f43fa56c28@f9941", - "displayName": "10004_13", + "uuid": "f87415cd-0209-4245-864f-b6973c6924f1@f9941", + "displayName": "10011_11", "id": "f9941", "name": "spriteFrame", "userData": { @@ -114,7 +114,7 @@ ] }, "isUuid": true, - "imageUuidOrDatabaseUri": "1a085073-b33b-4e5e-ab26-c7f43fa56c28@6c48a", + "imageUuidOrDatabaseUri": "f87415cd-0209-4245-864f-b6973c6924f1@6c48a", "atlasUuid": "" }, "ver": "1.0.12", @@ -129,6 +129,6 @@ "type": "sprite-frame", "hasAlpha": false, "fixAlphaTransparencyArtifacts": false, - "redirect": "1a085073-b33b-4e5e-ab26-c7f43fa56c28@6c48a" + "redirect": "f87415cd-0209-4245-864f-b6973c6924f1@6c48a" } } diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_12.png b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_12.png new file mode 100644 index 00000000..abc9e3c7 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_12.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_12.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_12.png.meta new file mode 100644 index 00000000..e283b352 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_12.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "035aa8f2-e535-4e30-9165-dd05317ab528", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "035aa8f2-e535-4e30-9165-dd05317ab528@6c48a", + "displayName": "10011_12", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "035aa8f2-e535-4e30-9165-dd05317ab528", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "035aa8f2-e535-4e30-9165-dd05317ab528@f9941", + "displayName": "10011_12", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "035aa8f2-e535-4e30-9165-dd05317ab528@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "035aa8f2-e535-4e30-9165-dd05317ab528@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_2.png b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_2.png new file mode 100644 index 00000000..60d27a4f Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_2.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_2.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_2.png.meta new file mode 100644 index 00000000..6f8bc2b5 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_2.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "25c63768-a757-4371-9114-ce0653ef38fa", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "25c63768-a757-4371-9114-ce0653ef38fa@6c48a", + "displayName": "10011_2", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "25c63768-a757-4371-9114-ce0653ef38fa", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "25c63768-a757-4371-9114-ce0653ef38fa@f9941", + "displayName": "10011_2", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "25c63768-a757-4371-9114-ce0653ef38fa@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "25c63768-a757-4371-9114-ce0653ef38fa@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_3.png b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_3.png new file mode 100644 index 00000000..e0e8b1f3 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_3.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_3.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_3.png.meta new file mode 100644 index 00000000..aab33b30 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_3.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "96e15ca2-382b-4702-9c77-bbd0d19def7e", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "96e15ca2-382b-4702-9c77-bbd0d19def7e@6c48a", + "displayName": "10011_3", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "96e15ca2-382b-4702-9c77-bbd0d19def7e", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "96e15ca2-382b-4702-9c77-bbd0d19def7e@f9941", + "displayName": "10011_3", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "96e15ca2-382b-4702-9c77-bbd0d19def7e@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "96e15ca2-382b-4702-9c77-bbd0d19def7e@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_4.png b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_4.png new file mode 100644 index 00000000..0248d0ad Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_4.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_4.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_4.png.meta new file mode 100644 index 00000000..2be0ab60 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_4.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "9ef80009-76a4-4afa-a9cc-1507acbc6722", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "9ef80009-76a4-4afa-a9cc-1507acbc6722@6c48a", + "displayName": "10011_4", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "9ef80009-76a4-4afa-a9cc-1507acbc6722", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "9ef80009-76a4-4afa-a9cc-1507acbc6722@f9941", + "displayName": "10011_4", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "9ef80009-76a4-4afa-a9cc-1507acbc6722@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "9ef80009-76a4-4afa-a9cc-1507acbc6722@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_5.png b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_5.png new file mode 100644 index 00000000..c3029ed6 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_5.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_5.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_5.png.meta new file mode 100644 index 00000000..a325f6ea --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_5.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "f6a5b664-787f-4136-b3ca-0af862d13d93", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "f6a5b664-787f-4136-b3ca-0af862d13d93@6c48a", + "displayName": "10011_5", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "f6a5b664-787f-4136-b3ca-0af862d13d93", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "f6a5b664-787f-4136-b3ca-0af862d13d93@f9941", + "displayName": "10011_5", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "f6a5b664-787f-4136-b3ca-0af862d13d93@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "f6a5b664-787f-4136-b3ca-0af862d13d93@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_6.png b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_6.png new file mode 100644 index 00000000..d3497b31 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_6.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_6.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_6.png.meta new file mode 100644 index 00000000..5cf78179 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_6.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "ea791e2c-7de7-47a5-a5d8-d1aefe1ab775", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ea791e2c-7de7-47a5-a5d8-d1aefe1ab775@6c48a", + "displayName": "10011_6", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "ea791e2c-7de7-47a5-a5d8-d1aefe1ab775", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ea791e2c-7de7-47a5-a5d8-d1aefe1ab775@f9941", + "displayName": "10011_6", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ea791e2c-7de7-47a5-a5d8-d1aefe1ab775@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "ea791e2c-7de7-47a5-a5d8-d1aefe1ab775@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_7.png b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_7.png new file mode 100644 index 00000000..720ac306 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_7.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_7.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_7.png.meta new file mode 100644 index 00000000..061eb050 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_7.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "1b926725-c812-4d9b-950a-1eaa175492c0", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "1b926725-c812-4d9b-950a-1eaa175492c0@6c48a", + "displayName": "10011_7", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "1b926725-c812-4d9b-950a-1eaa175492c0", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "1b926725-c812-4d9b-950a-1eaa175492c0@f9941", + "displayName": "10011_7", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "1b926725-c812-4d9b-950a-1eaa175492c0@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "1b926725-c812-4d9b-950a-1eaa175492c0@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_8.png b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_8.png new file mode 100644 index 00000000..399b54ee Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_8.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_8.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_8.png.meta new file mode 100644 index 00000000..b5100c43 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_8.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "cc2ace52-8d48-439f-997e-4e15aa64dcf8", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "cc2ace52-8d48-439f-997e-4e15aa64dcf8@6c48a", + "displayName": "10011_8", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "cc2ace52-8d48-439f-997e-4e15aa64dcf8", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "cc2ace52-8d48-439f-997e-4e15aa64dcf8@f9941", + "displayName": "10011_8", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 896, + "height": 1152, + "rawWidth": 896, + "rawHeight": 1152, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -448, + -576, + 0, + 448, + -576, + 0, + -448, + 576, + 0, + 448, + 576, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1152, + 896, + 1152, + 0, + 0, + 896, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -448, + -576, + 0 + ], + "maxPos": [ + 448, + 576, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "cc2ace52-8d48-439f-997e-4e15aa64dcf8@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "cc2ace52-8d48-439f-997e-4e15aa64dcf8@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_9.png b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_9.png new file mode 100644 index 00000000..88d83793 Binary files /dev/null and b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_9.png differ diff --git a/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_9.png.meta b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_9.png.meta new file mode 100644 index 00000000..fa3688b7 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/DetailImg/10011_9.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.27", + "importer": "image", + "imported": true, + "uuid": "6e830ee0-a855-4992-9202-a12204597b24", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "6e830ee0-a855-4992-9202-a12204597b24@6c48a", + "displayName": "10011_9", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "imageUuidOrDatabaseUri": "6e830ee0-a855-4992-9202-a12204597b24", + "isUuid": true, + "visible": false, + "minfilter": "linear", + "magfilter": "linear", + "mipfilter": "none", + "anisotropy": 0 + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "6e830ee0-a855-4992-9202-a12204597b24@f9941", + "displayName": "10011_9", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 1344, + "height": 1728, + "rawWidth": 1344, + "rawHeight": 1728, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -672, + -864, + 0, + 672, + -864, + 0, + -672, + 864, + 0, + 672, + 864, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 1728, + 1344, + 1728, + 0, + 0, + 1344, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -672, + -864, + 0 + ], + "maxPos": [ + 672, + 864, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "6e830ee0-a855-4992-9202-a12204597b24@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.12", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "hasAlpha": false, + "fixAlphaTransparencyArtifacts": false, + "redirect": "6e830ee0-a855-4992-9202-a12204597b24@6c48a" + } +} diff --git a/assets/bundles/Chat18x/Image/Girls/10011/video.meta b/assets/bundles/Chat18x/Image/Girls/10011/video.meta new file mode 100644 index 00000000..a0722575 --- /dev/null +++ b/assets/bundles/Chat18x/Image/Girls/10011/video.meta @@ -0,0 +1,9 @@ +{ + "ver": "1.2.0", + "importer": "directory", + "imported": true, + "uuid": "ebcd9c91-0fe8-4ea1-af81-cf5db61c56d5", + "files": [], + "subMetas": {}, + "userData": {} +} diff --git a/assets/bundles/Chat18x/ThemePanel.prefab b/assets/bundles/Chat18x/ThemePanel.prefab index 727f4009..0cef66ef 100644 --- a/assets/bundles/Chat18x/ThemePanel.prefab +++ b/assets/bundles/Chat18x/ThemePanel.prefab @@ -2433,6 +2433,8 @@ "__id__": 0 }, "fileId": "43dBOZjJBF/btIjHVb4m2d", + "instance": null, + "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { @@ -2880,7 +2882,7 @@ "_lpos": { "__type__": "cc.Vec3", "x": 0, - "y": 0, + "y": 2.2737367544323206e-13, "z": 0 }, "_lrot": { @@ -3132,8 +3134,6 @@ "__id__": 0 }, "fileId": "1bK3yOrvJEtq4+/sMNi3ka", - "instance": null, - "targetOverrides": null, "nestedPrefabInstanceRoots": null }, { @@ -3572,8 +3572,8 @@ }, "_contentSize": { "__type__": "cc.Size", - "width": 200, - "height": 200 + "width": 120, + "height": 120 }, "_anchorPoint": { "__type__": "cc.Vec2", @@ -3646,7 +3646,7 @@ "_alignFlags": 34, "_target": null, "_left": 20, - "_right": 76.46299999999997, + "_right": 116.46299999999997, "_top": 0, "_bottom": 0, "_horizontalCenter": 0, @@ -4883,8 +4883,8 @@ }, "_lscale": { "__type__": "cc.Vec3", - "x": 1, - "y": 1, + "x": 0.8, + "y": 0.8, "z": 1 }, "_mobility": 0, diff --git a/assets/bundles/DataTable/tbaicharacters.bin b/assets/bundles/DataTable/tbaicharacters.bin index ab718be3..c108560a 100644 Binary files a/assets/bundles/DataTable/tbaicharacters.bin and b/assets/bundles/DataTable/tbaicharacters.bin differ diff --git a/assets/bundles/DataTable/tbgirls.bin b/assets/bundles/DataTable/tbgirls.bin index 9bf2e799..46141f9d 100644 Binary files a/assets/bundles/DataTable/tbgirls.bin and b/assets/bundles/DataTable/tbgirls.bin differ diff --git a/assets/bundles/DataTable/tbgirlsdetail.bin b/assets/bundles/DataTable/tbgirlsdetail.bin index 59e52466..5ae35fcf 100644 Binary files a/assets/bundles/DataTable/tbgirlsdetail.bin and b/assets/bundles/DataTable/tbgirlsdetail.bin differ diff --git a/assets/bundles/DataTable/tblanguage.bin b/assets/bundles/DataTable/tblanguage.bin index d2ab318d..ae6da0ac 100644 --- a/assets/bundles/DataTable/tblanguage.bin +++ b/assets/bundles/DataTable/tblanguage.bin @@ -1,9 +1,8 @@ -"themepanel.title Girls Online 在线选妃+ऑनलाइन लड़कियाँFilles en ligneMädchen Onlinethemepanel.recomandtextDaily Recomand 每日推荐%दैनिक सिफारिशRecommandation quotidienneTägliche Empfehlunggirllistpanel.title Girl List 技师列表,लड़कियों की सूचीListe des filles Mädchenlistegirldetailpanel.chatbtn +0themepanel.title Girls Online 在线选妃+ऑनलाइन लड़कियाँFilles en ligneMädchen Onlinethemepanel.recomandtextDaily Recomand 每日推荐%दैनिक सिफारिशRecommandation quotidienneTägliche Empfehlunggirllistpanel.title Girl List 技师列表,लड़कियों की सूचीListe des filles Mädchenlistegirldetailpanel.chatbtn Send Msgs! 发送消息संदेश भेजेंEnvoyer un messageNachricht sendengirldetailpanel.nameName:名字: नाम:Nom:Name:girldetailpanel.ageAge:年龄: उम्र:Âge:Alter:girldetailpanel.desc Description: 自我介绍:विवरण: Description: Beschreibung:chatpanel.inputplaceholder Messages! 请输入:संदेश लिखेंÉcrivez ici...Nachricht eingebensettingpanel.titleSelect Language 选择语言भाषा चुनेंChoisir la langueSprache wählenpurchasepanel.titleShop商店दुकानBoutique Geschäftpurchasepanel.vip_leftleft${leftTime}剩余${leftTime}बचे हुए${leftTime}reste${leftTime}verbleibend${leftTime}purchasepanel.vip_nameVIP Card 特权卡"वीआईपी कार्ड Carte VIP VIP-Kartepurchasepanel.vip_descAPurchase VIP card to chat with any girl unlimitedly within 7 daysR购买特权卡后在7天内可与任意对象进行聊天,且聊天次数不限वीआईपी कार्ड खरीदने के बाद, आप 7 दिनों के भीतर किसी भी लड़की के साथ बिना सीमा के चैट कर सकते हैंZAchetez la carte VIP pour discuter avec n'importe quelle fille sans limite pendant 7 jours^VIP-Karte kaufen, um innerhalb von 7 Tagen ohne Einschränkungen mit jedem Mädchen zu chattenpurchasepanel.get_diamond_text Get Diamonds: 获取钻石:0हीरे प्राप्त करें:Obtenir des diamants:Diamanten erhalten:purchasepanel.buy_diamond_btn Buy Diamonds 购买钻石हीरे खरीदेंAcheter des diamantsDiamanten kaufenpurchasepanel.dayday天 दिनjoursTagepurchasepanel.hourhours小时 घंटेheuresStundenpurchasepanel.minutemin分 मिनटminutesMinutenchatpanel.paytotalk.descmYou have reached the maximum number of free chats with this girl. Please purchase more times or activate VIP~R您与该技师免费聊天次数已达上限,请购买更多次数或开通VIP~आप इस लड़की के साथ मुफ्त चैट की अधिकतम संख्या तक पहुंच गए हैं। कृपया अधिक बार खरीदें या वीआईपी सक्रिय करें~uVous avez atteint le nombre maximum de chats gratuits avec cette fille. Veuillez acheter plus de fois ou activer VIP~Sie haben die maximale Anzahl von kostenlosen Chats mit diesem Mädchen erreicht. Bitte kaufen Sie mehr Male oder aktivieren Sie VIP~ category_1001 Mature Lady熟女%परिपक्व महिला Femme mature Reife Dame category_1002Eighteen18岁अठारह वर्ष Dix-huit ansAchtzehn category_1003 Hot Mommy辣妈सेक्सी माँ -Maman sexy Heiße Mama category_1004Binding捆绑 बंधनBondageFesseln category_1005 Public Fight 公众野战+सार्वजनिक संभोग Sexe publicÖffentlicher Sex category_1006Cartoon卡通कार्टून Dessin animé Zeichentrick category_1007 Up Coming Up Comingकार्टून Dessin animé Zeichentrickgirl_10001_name Anaya Kapoor 阿纳雅आन्या कपूर Anaya Kapoor Anaya Kapoorgirl_10002_name Meher Joshi梅尔मेहर जोशी Meher Joshi Meher Joshigirl_10003_name -Sana Reddy萨娜साना रेड्डी -Sana Reddy -Sana Reddygirl_10004_nameScarlettScarlettस्कारलेटScarlettScarlettgirl_10001_tag Hot|Horny 火辣|饥渴"सेक्सी|कामुकChaude|Excitée -Heiß|Geilgirl_10002_tag%Earth-tone linens,handcrafted jewelry土色亚麻制品|手工珠宝Yभूरे रंग के लिनन|हस्तनिर्मित गहनेLinge terreux,Bijoux artisanaux'Erdfarbene Leinen,Handgemachter Schmuckgirl_10003_tagSinger-Songwriter,Dancer 舞者|歌手2गायक-गीतकार|नर्तकीChanteuse-compositrice,Danseuse Sängerin-Songwriterin,Tänzeringirl_10004_tagGoldenDreamer,BlueEyesAndPearlsGoldenDreamer,BlueEyesAndPearlsGoldenDreamer,BlueEyesAndPearlsGoldenDreamer,BlueEyesAndPearlsGoldenDreamer,BlueEyesAndPearls \ No newline at end of file +Maman sexy Heiße Mama category_1004Binding捆绑 बंधनBondageFesseln category_1005 Public Fight 公众野战+सार्वजनिक संभोग Sexe publicÖffentlicher Sex category_1006Cartoon卡通कार्टून Dessin animé Zeichentrick category_1007 Up Coming Up Comingकार्टून Dessin animé Zeichentrickgirl_10001_nameDevika 德维卡देविकाDevikaDevikagirl_10002_nameKavya 卡维亚काव्याKavyaKavyagirl_10003_namePriya 普丽娅प्रियाPriyaPriyagirl_10004_nameYumi由美 यूमीYumiYumigirl_10005_nameHana汉娜 हानाHanaHanagirl_10006_nameNia妮娅 नियाNiaNiagirl_10007_nameAmber安柏एम्बरAmberAmbergirl_10008_nameMirai未来मिराईMiraiMiraigirl_10009_nameIzzy伊兹इज़्ज़ीIzzyIzzygirl_10010_nameScarlett 斯嘉丽स्कार्लेटScarlettScarlettgirl_10011_nameBella贝拉 बेलाBellaBellagirl_10001_tag Hot|Horny 火辣|饥渴"सेक्सी|कामुकChaude|Excitée +Heiß|Geilgirl_10002_tag%Earth-tone linens,handcrafted jewelry土色亚麻制品|手工珠宝Yभूरे रंग के लिनन|हस्तनिर्मित गहनेLinge terreux,Bijoux artisanaux'Erdfarbene Leinen,Handgemachter Schmuckgirl_10003_tagSinger-Songwriter,Dancer 舞者|歌手2गायक-गीतकार|नर्तकीChanteuse-compositrice,Danseuse Sängerin-Songwriterin,Tänzeringirl_10004_tagGoldenDreamer,BlueEyesAndPearlsGoldenDreamer,BlueEyesAndPearlsGoldenDreamer,BlueEyesAndPearlsGoldenDreamer,BlueEyesAndPearlsGoldenDreamer,BlueEyesAndPearlsgirl_10005_tag Hot|Horny 火辣|饥渴"सेक्सी|कामुकChaude|Excitée +Heiß|Geilgirl_10006_tag%Earth-tone linens,handcrafted jewelry土色亚麻制品|手工珠宝Yभूरे रंग के लिनन|हस्तनिर्मित गहनेLinge terreux,Bijoux artisanaux'Erdfarbene Leinen,Handgemachter Schmuckgirl_10007_tagSinger-Songwriter,Dancer 舞者|歌手2गायक-गीतकार|नर्तकीChanteuse-compositrice,Danseuse Sängerin-Songwriterin,Tänzeringirl_10008_tagGoldenDreamer,BlueEyesAndPearlsGoldenDreamer,BlueEyesAndPearlsGoldenDreamer,BlueEyesAndPearlsGoldenDreamer,BlueEyesAndPearlsGoldenDreamer,BlueEyesAndPearlsgirl_10009_tag Hot|Horny 火辣|饥渴"सेक्सी|कामुकChaude|Excitée +Heiß|Geilgirl_10010_tag%Earth-tone linens,handcrafted jewelry土色亚麻制品|手工珠宝Yभूरे रंग के लिनन|हस्तनिर्मित गहनेLinge terreux,Bijoux artisanaux'Erdfarbene Leinen,Handgemachter Schmuckgirl_10011_tagSinger-Songwriter,Dancer 舞者|歌手2गायक-गीतकार|नर्तकीChanteuse-compositrice,Danseuse Sängerin-Songwriterin,Tänzerin \ No newline at end of file diff --git a/assets/bundles/DataTable/tbthemes.bin b/assets/bundles/DataTable/tbthemes.bin index 825a84b0..f50157ab 100644 Binary files a/assets/bundles/DataTable/tbthemes.bin and b/assets/bundles/DataTable/tbthemes.bin differ diff --git a/comfyui_work/prompts/character_prompt.xlsx b/comfyui_work/prompts/character_prompt.xlsx index bec7de71..6151f5e0 100644 Binary files a/comfyui_work/prompts/character_prompt.xlsx and b/comfyui_work/prompts/character_prompt.xlsx differ diff --git a/comfyui_work/prompts/video-prompt.xlsx b/comfyui_work/prompts/video-prompt.xlsx index 24ac5ded..67f1355f 100644 Binary files a/comfyui_work/prompts/video-prompt.xlsx and b/comfyui_work/prompts/video-prompt.xlsx differ diff --git a/comfyui_work/prompts/~$video-prompt.xlsx b/comfyui_work/prompts/~$video-prompt.xlsx new file mode 100644 index 00000000..e69de29b diff --git a/xchat_cfg b/xchat_cfg index 97287d5c..0b48e5be 160000 --- a/xchat_cfg +++ b/xchat_cfg @@ -1 +1 @@ -Subproject commit 97287d5c62419f065d01b0c19408fd7b10193fd2 +Subproject commit 0b48e5be72196a3e0b21663cb3d3d2abb295f335