From d8df1c98014e68b94589ade602041bfe353b7137 Mon Sep 17 00:00:00 2001 From: Vladislav Date: Tue, 3 Jan 2023 15:07:43 +0400 Subject: [PATCH] logo splash --- assets/Media/Images/Game/UI/Y8LogoSplash.png | Bin 0 -> 500 bytes .../Images/Game/UI/Y8LogoSplash.png.meta | 134 ++++++++++++++++++ settings/v2/packages/builder.json | 2 +- 3 files changed, 135 insertions(+), 1 deletion(-) create mode 100644 assets/Media/Images/Game/UI/Y8LogoSplash.png create mode 100644 assets/Media/Images/Game/UI/Y8LogoSplash.png.meta diff --git a/assets/Media/Images/Game/UI/Y8LogoSplash.png b/assets/Media/Images/Game/UI/Y8LogoSplash.png new file mode 100644 index 0000000000000000000000000000000000000000..6cb0f32db722da4e8c8e9d1df86a98ee56dc064f GIT binary patch literal 500 zcmeAS@N?(olHy`uVBq!ia0vp^GlAHHgAGVNwF@_3U|`(s>EaktG3V`_=)6M)46X;4 zB(cA#@62foab;qxob_ayMB2W9)&Q^moTTepVy~MTr_DcbJ$w1R2KmN~jVJwZYd`y}j1+Aw?J36^70d+X*Y3rj>-ym(RYy&^Cn*Sb>qV)eP7HTSN@=ayfuw@Hhy z@4T$}an;?g>pnk!$3B7MtcJ;#&~1-sa3exXaN zC+?ojHFx(L!%4^vgj%{oYd_2RxReRS)311>965SEcG{|cGO3zi{SF9MfxWf4{AXT# z(YsHd>%H%--0L^pN%`TW(BCFsYcALvnSGaS-E;nbZYJA4T)24Q?$Qepi?5%*A=GxE x;%I_-@aq((#YZyqi@P^EC3k-Go3-pGYb94im)DdT=YX-v;OXk;vd$@?2>^@0><<6{ literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/Y8LogoSplash.png.meta b/assets/Media/Images/Game/UI/Y8LogoSplash.png.meta new file mode 100644 index 0000000..de70564 --- /dev/null +++ b/assets/Media/Images/Game/UI/Y8LogoSplash.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "87d1f48b-2b9c-452d-83a7-c221d59e2293", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "87d1f48b-2b9c-452d-83a7-c221d59e2293@6c48a", + "displayName": "Y8LogoSplash", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "87d1f48b-2b9c-452d-83a7-c221d59e2293", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "87d1f48b-2b9c-452d-83a7-c221d59e2293@f9941", + "displayName": "Y8LogoSplash", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 153, + "height": 72, + "rawWidth": 153, + "rawHeight": 72, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -76.5, + -36, + 0, + 76.5, + -36, + 0, + -76.5, + 36, + 0, + 76.5, + 36, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 72, + 153, + 72, + 0, + 0, + 153, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -76.5, + -36, + 0 + ], + "maxPos": [ + 76.5, + 36, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "87d1f48b-2b9c-452d-83a7-c221d59e2293@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "87d1f48b-2b9c-452d-83a7-c221d59e2293@f9941" + } +} diff --git a/settings/v2/packages/builder.json b/settings/v2/packages/builder.json index e959b26..6dc1c67 100644 --- a/settings/v2/packages/builder.json +++ b/settings/v2/packages/builder.json @@ -2,6 +2,6 @@ "splash-setting": { "totalTime": 1500, "displayWatermark": false, - "url": "C:\\_UNITY PROJ\\VampSu\\assets\\Media\\Images\\Game\\UI\\Y8Logo.png" + "url": "C:\\_UNITY PROJ\\VampSu\\assets\\Media\\Images\\Game\\UI\\Y8LogoSplash.png" } }