From 46efc92253bfc3d5b1c7997d4f0839ced58fa34b Mon Sep 17 00:00:00 2001 From: Vladislav Date: Sun, 25 Dec 2022 21:13:15 +0400 Subject: [PATCH] Renew UI --- .../Animation/Game/UI/GeneralModal/open.anim | 149 +- assets/Media/Fonts/Square/Square_0.png.meta | 4 +- assets/Media/Images/Game/UI/Button.png | Bin 301 -> 266 bytes assets/Media/Images/Game/UI/Button.png.meta | 40 +- assets/Media/Images/Game/UI/ButtonHandle.png | Bin 0 -> 351 bytes .../Images/Game/UI/ButtonHandle.png.meta | 134 + assets/Media/Images/Game/UI/ExpBar.png | Bin 0 -> 921 bytes assets/Media/Images/Game/UI/ExpBar.png.meta | 134 + assets/Media/Images/Game/UI/GoldIcon.png | Bin 0 -> 299 bytes assets/Media/Images/Game/UI/GoldIcon.png.meta | 134 + .../Game/UI/LevelUpButton/LvlUpButton.png | Bin 0 -> 865 bytes .../UI/LevelUpButton/LvlUpButton.png.meta | 134 + .../UI/LevelUpButton/LvlUpButtonTitle.png | Bin 0 -> 407 bytes .../LevelUpButton/LvlUpButtonTitle.png.meta | 134 + .../UI/LevelUpButton/LvlUpButtonTitleShad.png | Bin 0 -> 173 bytes .../LvlUpButtonTitleShad.png.meta | 134 + assets/Media/Images/Game/UI/SliderBg.png | Bin 0 -> 148 bytes assets/Media/Images/Game/UI/SliderBg.png.meta | 134 + assets/Media/Images/Game/UI/UpgButton.png | Bin 0 -> 441 bytes .../Media/Images/Game/UI/UpgButton.png.meta | 134 + .../Media/Images/Game/UI/UpgradeIcons/Axe.png | Bin 0 -> 1254 bytes .../Images/Game/UI/UpgradeIcons/Axe.png.meta | 134 + .../Images/Game/UI/UpgradeIcons/Halo.png | Bin 0 -> 719 bytes .../Images/Game/UI/UpgradeIcons/Halo.png.meta | 134 + .../Images/Game/UI/UpgradeIcons/IncDamage.png | Bin 0 -> 1080 bytes .../Game/UI/UpgradeIcons/IncDamage.png.meta | 134 + .../Images/Game/UI/UpgradeIcons/IncRange.png | Bin 0 -> 986 bytes .../Game/UI/UpgradeIcons/IncRange.png.meta | 134 + .../Game/UI/UpgradeIcons/Regeneration.png | Bin 0 -> 684 bytes .../UI/UpgradeIcons/Regeneration.png.meta | 134 + assets/Media/Images/Game/UI/Window.meta | 12 + .../Images/Game/UI/Window/SliderFrame.png | Bin 0 -> 292 bytes .../Game/UI/Window/SliderFrame.png.meta | 134 + assets/Media/Images/Game/UI/Window/WndBg.png | Bin 0 -> 254 bytes .../Images/Game/UI/Window/WndBg.png.meta | 134 + .../Media/Images/Game/UI/Window/WndBtnX.png | Bin 0 -> 317 bytes .../Images/Game/UI/Window/WndBtnX.png.meta | 134 + .../Images/Game/UI/Window/WndDecBott.png | Bin 0 -> 222 bytes .../Images/Game/UI/Window/WndDecBott.png.meta | 134 + .../Media/Images/Game/UI/Window/WndDecTop.png | Bin 0 -> 480 bytes .../Images/Game/UI/Window/WndDecTop.png.meta | 134 + .../Images/Game/UI/Window/WndDecTopCorner.png | Bin 0 -> 937 bytes .../Game/UI/Window/WndDecTopCorner.png.meta | 134 + .../Images/Game/UI/Window/WndTitleBg.png | Bin 0 -> 283 bytes .../Images/Game/UI/Window/WndTitleBg.png.meta | 134 + .../Game/Projectiles/EnemyProjectile.prefab | 6 +- assets/Media/Prefabs/GameAssets.prefab | 24 +- .../AudioSettingsModalWindow.prefab | 2484 ++++++++++---- .../ModalWindows/LevelUp/LevelUpSkill.prefab | 760 ++++- .../Pause/PauseModalWindow.prefab | 3022 ++++++++++++----- .../Upgrades/UpgradeButton.prefab | 1281 +++++-- .../Upgrades/UpgradeLevelPointUI.prefab | 26 +- .../Upgrades/UpgradesModalWindow.prefab | 2877 +++++++++++++++- assets/Scenes/Game.scene | 402 ++- assets/Scenes/Menu.scene | 714 +++- 55 files changed, 11966 insertions(+), 2515 deletions(-) create mode 100644 assets/Media/Images/Game/UI/ButtonHandle.png create mode 100644 assets/Media/Images/Game/UI/ButtonHandle.png.meta create mode 100644 assets/Media/Images/Game/UI/ExpBar.png create mode 100644 assets/Media/Images/Game/UI/ExpBar.png.meta create mode 100644 assets/Media/Images/Game/UI/GoldIcon.png create mode 100644 assets/Media/Images/Game/UI/GoldIcon.png.meta create mode 100644 assets/Media/Images/Game/UI/LevelUpButton/LvlUpButton.png create mode 100644 assets/Media/Images/Game/UI/LevelUpButton/LvlUpButton.png.meta create mode 100644 assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitle.png create mode 100644 assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitle.png.meta create mode 100644 assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitleShad.png create mode 100644 assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitleShad.png.meta create mode 100644 assets/Media/Images/Game/UI/SliderBg.png create mode 100644 assets/Media/Images/Game/UI/SliderBg.png.meta create mode 100644 assets/Media/Images/Game/UI/UpgButton.png create mode 100644 assets/Media/Images/Game/UI/UpgButton.png.meta create mode 100644 assets/Media/Images/Game/UI/UpgradeIcons/Axe.png create mode 100644 assets/Media/Images/Game/UI/UpgradeIcons/Axe.png.meta create mode 100644 assets/Media/Images/Game/UI/UpgradeIcons/Halo.png create mode 100644 assets/Media/Images/Game/UI/UpgradeIcons/Halo.png.meta create mode 100644 assets/Media/Images/Game/UI/UpgradeIcons/IncDamage.png create mode 100644 assets/Media/Images/Game/UI/UpgradeIcons/IncDamage.png.meta create mode 100644 assets/Media/Images/Game/UI/UpgradeIcons/IncRange.png create mode 100644 assets/Media/Images/Game/UI/UpgradeIcons/IncRange.png.meta create mode 100644 assets/Media/Images/Game/UI/UpgradeIcons/Regeneration.png create mode 100644 assets/Media/Images/Game/UI/UpgradeIcons/Regeneration.png.meta create mode 100644 assets/Media/Images/Game/UI/Window.meta create mode 100644 assets/Media/Images/Game/UI/Window/SliderFrame.png create mode 100644 assets/Media/Images/Game/UI/Window/SliderFrame.png.meta create mode 100644 assets/Media/Images/Game/UI/Window/WndBg.png create mode 100644 assets/Media/Images/Game/UI/Window/WndBg.png.meta create mode 100644 assets/Media/Images/Game/UI/Window/WndBtnX.png create mode 100644 assets/Media/Images/Game/UI/Window/WndBtnX.png.meta create mode 100644 assets/Media/Images/Game/UI/Window/WndDecBott.png create mode 100644 assets/Media/Images/Game/UI/Window/WndDecBott.png.meta create mode 100644 assets/Media/Images/Game/UI/Window/WndDecTop.png create mode 100644 assets/Media/Images/Game/UI/Window/WndDecTop.png.meta create mode 100644 assets/Media/Images/Game/UI/Window/WndDecTopCorner.png create mode 100644 assets/Media/Images/Game/UI/Window/WndDecTopCorner.png.meta create mode 100644 assets/Media/Images/Game/UI/Window/WndTitleBg.png create mode 100644 assets/Media/Images/Game/UI/Window/WndTitleBg.png.meta diff --git a/assets/Media/Animation/Game/UI/GeneralModal/open.anim b/assets/Media/Animation/Game/UI/GeneralModal/open.anim index 9f13b53..0abb34f 100644 --- a/assets/Media/Animation/Game/UI/GeneralModal/open.anim +++ b/assets/Media/Animation/Game/UI/GeneralModal/open.anim @@ -78,9 +78,34 @@ "__type__": "cc.RealCurve", "_times": [ 0, - 0.3333333333333333 + 0.3333333432674408, + 0.5833333134651184 ], "_values": [ + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 25, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": null + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 25, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": null + }, { "__type__": "cc.RealKeyframeValue", "interpolationMode": 0, @@ -94,17 +119,6 @@ "__editorExtras__": { "tangentMode": 0 } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 25, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0 } ], "preExtrapolation": 1, @@ -120,9 +134,34 @@ "__type__": "cc.RealCurve", "_times": [ 0, - 0.3333333333333333 + 0.3333333432674408, + 0.5833333134651184 ], "_values": [ + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 29, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": null + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 29, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": null + }, { "__type__": "cc.RealKeyframeValue", "interpolationMode": 0, @@ -136,17 +175,6 @@ "__editorExtras__": { "tangentMode": 0 } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 29, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0 } ], "preExtrapolation": 1, @@ -162,9 +190,34 @@ "__type__": "cc.RealCurve", "_times": [ 0, - 0.3333333333333333 + 0.3333333432674408, + 0.5833333134651184 ], "_values": [ + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 43, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": null + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 43, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": null + }, { "__type__": "cc.RealKeyframeValue", "interpolationMode": 0, @@ -178,17 +231,6 @@ "__editorExtras__": { "tangentMode": 0 } - }, - { - "__type__": "cc.RealKeyframeValue", - "interpolationMode": 0, - "tangentWeightMode": 0, - "value": 43, - "rightTangent": 0, - "rightTangentWeight": 1, - "leftTangent": 0, - "leftTangentWeight": 1, - "easingMethod": 0 } ], "preExtrapolation": 1, @@ -204,7 +246,8 @@ "__type__": "cc.RealCurve", "_times": [ 0, - 0.3333333333333333 + 0.3333333432674408, + 0.5833333134651184 ], "_values": [ { @@ -216,7 +259,8 @@ "rightTangentWeight": 1, "leftTangent": 0, "leftTangentWeight": 1, - "easingMethod": 0 + "easingMethod": 0, + "__editorExtras__": null }, { "__type__": "cc.RealKeyframeValue", @@ -227,7 +271,22 @@ "rightTangentWeight": 1, "leftTangent": 0, "leftTangentWeight": 1, - "easingMethod": 0 + "easingMethod": 0, + "__editorExtras__": null + }, + { + "__type__": "cc.RealKeyframeValue", + "interpolationMode": 0, + "tangentWeightMode": 0, + "value": 128, + "rightTangent": 0, + "rightTangentWeight": 1, + "leftTangent": 0, + "leftTangentWeight": 1, + "easingMethod": 0, + "__editorExtras__": { + "tangentMode": 0 + } } ], "preExtrapolation": 1, @@ -279,8 +338,8 @@ { "__type__": "cc.RealCurve", "_times": [ - 0.3333333333333333, - 0.5833333333333334 + 0.3333333432674408, + 0.5833333134651184 ], "_values": [ { @@ -318,8 +377,8 @@ { "__type__": "cc.RealCurve", "_times": [ - 0.3333333333333333, - 0.5833333333333334 + 0.3333333432674408, + 0.5833333134651184 ], "_values": [ { @@ -357,8 +416,8 @@ { "__type__": "cc.RealCurve", "_times": [ - 0.3333333333333333, - 0.5833333333333334 + 0.3333333432674408, + 0.5833333134651184 ], "_values": [ { diff --git a/assets/Media/Fonts/Square/Square_0.png.meta b/assets/Media/Fonts/Square/Square_0.png.meta index 7872d8b..9c6b53e 100644 --- a/assets/Media/Fonts/Square/Square_0.png.meta +++ b/assets/Media/Fonts/Square/Square_0.png.meta @@ -20,8 +20,8 @@ "imageUuidOrDatabaseUri": "bc18e76a-fd4a-4c90-873c-0507e4482e64", "isUuid": true, "visible": false, - "minfilter": "linear", - "magfilter": "linear", + "minfilter": "nearest", + "magfilter": "nearest", "mipfilter": "none", "anisotropy": 0 }, diff --git a/assets/Media/Images/Game/UI/Button.png b/assets/Media/Images/Game/UI/Button.png index 23f98c304b159d11032343146beb8c8a524b2291..5937ee76ae17b20a403fb8949cc44a02c69b9b9a 100644 GIT binary patch literal 266 zcmV+l0rmcgP)+wfnmW%OcNGHV;I87pyh~N^WhDc2G|B*7y=Fh z6u;uqj07%Sya4Ag;Z;cl7&U+a5(~(oN(|U2mkd<}N=RCcAl83>M<=k*#{K&k7~+>= zHwKhnU~-VW15QXVX;ee70W{4J0$~7(A?N_^Y$VOt3;-KKAQ<4985kHC0N{^U%g>yN Qi2wiq07*qoM6N<$f@X(dMgRZ+ literal 301 zcmV+|0n+}7P)dgsC#x*~q|xZphi)QyF$#eamp{#3}ryt!VrYGwkf%83=_^6zzC8xl28LHLNS10Vf6p)D^@UgXbUs!xcZji*ojjZ zCN)p!gXp`u4`Kj=mLp6KtQiD6BOT+q8Ne=plJpZph7hurv;`FZU|0)BWVT! xa3DUu{sbJa{*F$JAVaWQ4|f$@^Z%>+7y#0{ggHIYlb!$o002ovPDHLkV1jejgW~`I literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/ButtonHandle.png.meta b/assets/Media/Images/Game/UI/ButtonHandle.png.meta new file mode 100644 index 0000000..08429c5 --- /dev/null +++ b/assets/Media/Images/Game/UI/ButtonHandle.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "5a6278cf-91de-4653-866e-3b8557b806d0", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "5a6278cf-91de-4653-866e-3b8557b806d0@6c48a", + "displayName": "ButtonHandle", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "5a6278cf-91de-4653-866e-3b8557b806d0", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "5a6278cf-91de-4653-866e-3b8557b806d0@f9941", + "displayName": "ButtonHandle", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 16, + "height": 24, + "rawWidth": 16, + "rawHeight": 24, + "borderTop": 11, + "borderBottom": 11, + "borderLeft": 7, + "borderRight": 7, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -8, + -12, + 0, + 8, + -12, + 0, + -8, + 12, + 0, + 8, + 12, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 24, + 16, + 24, + 0, + 0, + 16, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -8, + -12, + 0 + ], + "maxPos": [ + 8, + 12, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "5a6278cf-91de-4653-866e-3b8557b806d0@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "5a6278cf-91de-4653-866e-3b8557b806d0@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/ExpBar.png b/assets/Media/Images/Game/UI/ExpBar.png new file mode 100644 index 0000000000000000000000000000000000000000..ddafa32821845218ce90fc0d3f8398edb83f828d GIT binary patch literal 921 zcmV;K17`e*P)*AYy4iJgp28&?0|8iYroB+!YoP z^9MwXa3~gOv`FVaAdGy+d7HOy-|X$3yXb>u=k|8?edf*kF*DA4Pk$@tE-aRQN$TH;`x zG{7_hol=6URIqpf`1_Y1rB>#FKrooY{k>XThGnk8J08F*YwH0Nzz{irlmM8aSJu`G z(95g6nZYMn+yj^l3#TlO=O^P2xo4aGZ6~Y_V2+V6n4^Q;FbLf101wcXg*C7RD+Phc zIu_a;fAik0&>jtj8OJoxW#9#9hLbZ;2AhHhIKBt#Z}zu?E3uxVgWbw8kn`~vxfwLT zG&I^!YC-GB=V!Qtdt{)TfiMHmBj3@YjjJv0S-Av7TRvxD>uVr>Pp3`!Ej;I}^Xuu$ zaDTVBBy~7dJBkI!f<{}qgSN1SmLlKPIsIhJ|98&ft>{4q&Pir=<)!RcvICah7Vc@4>?1UG6g&sy;;-4TgSswHM&E#WQI5 zmh^oo4Bg*(RmDoR$=1V1JToqUQ}k(`Mh$JOJp%OY>)mX+n-#{ize@ vCR3e}%p#RfYx&fP2OtH|awFU{G!fBnv}SXUeY(ZS00000NkvXXu0mjfN>sd_ literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/ExpBar.png.meta b/assets/Media/Images/Game/UI/ExpBar.png.meta new file mode 100644 index 0000000..07e2342 --- /dev/null +++ b/assets/Media/Images/Game/UI/ExpBar.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "e7a02f6a-b450-4ade-b40b-02d0a96de1ff", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "e7a02f6a-b450-4ade-b40b-02d0a96de1ff@6c48a", + "displayName": "ExpBar", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "e7a02f6a-b450-4ade-b40b-02d0a96de1ff", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "e7a02f6a-b450-4ade-b40b-02d0a96de1ff@f9941", + "displayName": "ExpBar", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 46, + "height": 31, + "rawWidth": 46, + "rawHeight": 31, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 39, + "borderRight": 5, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -23, + -15.5, + 0, + 23, + -15.5, + 0, + -23, + 15.5, + 0, + 23, + 15.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 31, + 46, + 31, + 0, + 0, + 46, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -23, + -15.5, + 0 + ], + "maxPos": [ + 23, + 15.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "e7a02f6a-b450-4ade-b40b-02d0a96de1ff@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "e7a02f6a-b450-4ade-b40b-02d0a96de1ff@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/GoldIcon.png b/assets/Media/Images/Game/UI/GoldIcon.png new file mode 100644 index 0000000000000000000000000000000000000000..4d09e9d7e26622bcbe8f35a093287c4027da8fc2 GIT binary patch literal 299 zcmV+`0o4A9P)FhIe72JC=w-R&!I2^KK9K^r6vV*Ov&4b^9*1*Xn)t^w0+o3#If6@ki%ZFdVxEQBw*w9BeaKBeEuI!wVShG${|k(99U9qK%=+#1`UA zuu~6TgKI`|HUkre=}4Ne@nHZ%BTfKyDr%_W0Whb6z|r#tP}Xm#jaJy5gRBW1VAzOH zF}fcagRHNE;|t*wQ~(MfSo|J*{F}jEmX#4^BS`cAbw@QBCPtuY%Fp|Sp$V)ZPz99S x-~g-{44|QiO%sTXt`V#mn{$yht-F1N0RYPpZU-!Rmn8rI002ovPDHLkV1jz7bkqO< literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/GoldIcon.png.meta b/assets/Media/Images/Game/UI/GoldIcon.png.meta new file mode 100644 index 0000000..16f668f --- /dev/null +++ b/assets/Media/Images/Game/UI/GoldIcon.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "d18dd93e-df20-447d-96dd-d4d8e5507d87", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "d18dd93e-df20-447d-96dd-d4d8e5507d87@6c48a", + "displayName": "GoldIcon", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "d18dd93e-df20-447d-96dd-d4d8e5507d87", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "d18dd93e-df20-447d-96dd-d4d8e5507d87@f9941", + "displayName": "GoldIcon", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 14, + "height": 14, + "rawWidth": 14, + "rawHeight": 14, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -7, + -7, + 0, + 7, + -7, + 0, + -7, + 7, + 0, + 7, + 7, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 14, + 14, + 14, + 0, + 0, + 14, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -7, + -7, + 0 + ], + "maxPos": [ + 7, + 7, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "d18dd93e-df20-447d-96dd-d4d8e5507d87@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "d18dd93e-df20-447d-96dd-d4d8e5507d87@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButton.png b/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButton.png new file mode 100644 index 0000000000000000000000000000000000000000..a3802e1ba084ee4da03c5916d7e63a025addbbbb GIT binary patch literal 865 zcmV-n1D^beP)sfFHrVfvjJ=SPq1Z|-W@C#6chR>r89y(0v zv7<-e(#q9di~7&s0Yn@ozKl54vb~Vm#q%&Xu@{ud8OobKnKbVeD#O#3hx%^*1Bp0v z1mSr^o@2qph`?wdW0Nzm`uz`G=j&T0Jigb>mYZF$Mp|D@l%>GU&z20enhSiia4Hn* zR60%2R_`PrzubfqyMDpk&fS*CvrDX;p!90?nh9L3=ByEi(6Ce9eD~FioFF9vvx}iQ ziGj21{{xYh(-|H%a}yjw!=}c4iwucTh0tdA?}6&4Z)RS(zGX?n)RmPB7I@TD85%Yd zs8;|U{g6Yhm?3xwX7l$?%Hn29u+Bb~N$Hnj* zG^)n%yrF^HbmYH==K~san#W0pw_R%e!jw;F;PsJjz|(0x%rF>= ziWzvKX;8TTptVvG;(Pr-1766SfB&$fJ%oq*1YxbbA~Y0&0|;@&*C#aK?ZMR2nx{>M z7nGbfZWvt9;?F1%ntpMg<6Ch%l=d9>!b_>8HEOm&l>z%xt{AsXoS=5I)Mk!SFKEiG zFQC^71W(%85sq>j407gl`V7J2h~s;Bz+%ZfQzC5zc>V5WN{y2MEUNJhtzy|{A7L27!c}nWl00000NkvXXu0mjfbaR(q literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButton.png.meta b/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButton.png.meta new file mode 100644 index 0000000..87249ce --- /dev/null +++ b/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButton.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "229e635e-a24d-4248-999e-e920dceefd4c", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "229e635e-a24d-4248-999e-e920dceefd4c@6c48a", + "displayName": "LvlUpButton", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "229e635e-a24d-4248-999e-e920dceefd4c", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "229e635e-a24d-4248-999e-e920dceefd4c@f9941", + "displayName": "LvlUpButton", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 78, + "height": 31, + "rawWidth": 78, + "rawHeight": 31, + "borderTop": 12, + "borderBottom": 17, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -39, + -15.5, + 0, + 39, + -15.5, + 0, + -39, + 15.5, + 0, + 39, + 15.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 31, + 78, + 31, + 0, + 0, + 78, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -39, + -15.5, + 0 + ], + "maxPos": [ + 39, + 15.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "229e635e-a24d-4248-999e-e920dceefd4c@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "229e635e-a24d-4248-999e-e920dceefd4c@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitle.png b/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitle.png new file mode 100644 index 0000000000000000000000000000000000000000..3d084bc46de531686aa2ed5314ced0a054cae6b4 GIT binary patch literal 407 zcmV;I0cie-P)UMD57bC#Rl~B4H%jy z^fCOux{nbSB8(sbkOaLQ0kWF`Ickg~)ad32Y<7Yj^8e~Sx;p{}V0Mq@8gww~5OgrO z90F=DfU0U**1+fhWEaRzSX+e&)(oVlBVYhzC&+G)8{q8`VgN1LEik)@ZpDKDv`8ij zY}~((0aSkx3y4arvYImB<|3AAfDsMD0Z1)K4@fUDfaqKUGmw}%38scvM}U1~e3;?3Sh{U#XcC-Kh002ovPDHLkV1j^A BomBt; literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitle.png.meta b/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitle.png.meta new file mode 100644 index 0000000..c7d5a75 --- /dev/null +++ b/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitle.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "ae4d7996-bef9-4db8-82d4-978dcbd6bf30", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "ae4d7996-bef9-4db8-82d4-978dcbd6bf30@6c48a", + "displayName": "LvlUpButtonTitle", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "ae4d7996-bef9-4db8-82d4-978dcbd6bf30", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "ae4d7996-bef9-4db8-82d4-978dcbd6bf30@f9941", + "displayName": "LvlUpButtonTitle", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 34, + "height": 28, + "rawWidth": 34, + "rawHeight": 28, + "borderTop": 14, + "borderBottom": 11, + "borderLeft": 16, + "borderRight": 16, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -17, + -14, + 0, + 17, + -14, + 0, + -17, + 14, + 0, + 17, + 14, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 28, + 34, + 28, + 0, + 0, + 34, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -17, + -14, + 0 + ], + "maxPos": [ + 17, + 14, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "ae4d7996-bef9-4db8-82d4-978dcbd6bf30@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "ae4d7996-bef9-4db8-82d4-978dcbd6bf30@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitleShad.png b/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitleShad.png new file mode 100644 index 0000000000000000000000000000000000000000..407498a1d11dc6d4ad321c67b3c88cb257af15a2 GIT binary patch literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^Qb5el!3HFM1>S!Kq)I$p978O6lmGnxZ_mtQkY%lC z5yJF;{kvqAnMYi5n+qEsrVDbf)onQXJ40q7uY}|lnZ!!=Dfd>+>rY5X2$IziPiCGn zP0B$2;T8r?fyHd=U6)8WY)k!M@vFX6KCac{lfr3_g95%MmYN$j1m5l}d2e9whn?Zg XH;GBcOWzp*?Pu_G^>bP0l+XkK>ft^W literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitleShad.png.meta b/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitleShad.png.meta new file mode 100644 index 0000000..6a50cc5 --- /dev/null +++ b/assets/Media/Images/Game/UI/LevelUpButton/LvlUpButtonTitleShad.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "b2204e0c-756a-46c5-861f-d9ff79130dff", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "b2204e0c-756a-46c5-861f-d9ff79130dff@6c48a", + "displayName": "LvlUpButtonTitleShad", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "b2204e0c-756a-46c5-861f-d9ff79130dff", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "b2204e0c-756a-46c5-861f-d9ff79130dff@f9941", + "displayName": "LvlUpButtonTitleShad", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 26, + "height": 15, + "rawWidth": 26, + "rawHeight": 15, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 15, + "borderRight": 7, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -13, + -7.5, + 0, + 13, + -7.5, + 0, + -13, + 7.5, + 0, + 13, + 7.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 15, + 26, + 15, + 0, + 0, + 26, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -13, + -7.5, + 0 + ], + "maxPos": [ + 13, + 7.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "b2204e0c-756a-46c5-861f-d9ff79130dff@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "b2204e0c-756a-46c5-861f-d9ff79130dff@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/SliderBg.png b/assets/Media/Images/Game/UI/SliderBg.png new file mode 100644 index 0000000000000000000000000000000000000000..5f3fe1444b5125e9cc2859f9401f43eecc02b732 GIT binary patch literal 148 zcmeAS@N?(olHy`uVBq!ia0vp^96-#;!3HGxgLCzORJ5myV~E7mKfljsqd3aja;u3~o-b z)4tL^e|>qz``ZT_pW~v3C;JeKE5^F&a(VEA4BR^7A-Yzt1HDV&>^r%*v#xN?%#Cmi zZFJ1jSgNsc&lyU&y8t%M;rDKlFXW7iQ46O+C&Xj$ROkfwAJ_@X#7D4Gl!1Ghp%$FB z%P+{5}94E1lXYdS88-Jnk3)3O~-|^_^qQ0X3qCQjo<~m^y(?(Lf z-ow-Cu23`17joI*8WhoQoC%(QVtjEq#SLf-c7|I}Ej%^OKojBAI1`2KzdFPv;eI%v zF-(*qaP*04zik|ka5}{4FgJ#YDwzJOYg-4lx)H9+a2t%Ga(iA|OZO(atFbR_^m2ro jYHX-D{!-6Ml_q`wRa`LKZPpWR00000NkvXXu0mjfE-lQA literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/UpgButton.png.meta b/assets/Media/Images/Game/UI/UpgButton.png.meta new file mode 100644 index 0000000..1064171 --- /dev/null +++ b/assets/Media/Images/Game/UI/UpgButton.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "c2600c0b-4af1-474d-8471-6e3c146a9980", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "c2600c0b-4af1-474d-8471-6e3c146a9980@6c48a", + "displayName": "UpgButton", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "c2600c0b-4af1-474d-8471-6e3c146a9980", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "c2600c0b-4af1-474d-8471-6e3c146a9980@f9941", + "displayName": "UpgButton", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 30, + "height": 30, + "rawWidth": 30, + "rawHeight": 30, + "borderTop": 14, + "borderBottom": 14, + "borderLeft": 14, + "borderRight": 14, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -15, + -15, + 0, + 15, + -15, + 0, + -15, + 15, + 0, + 15, + 15, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 30, + 30, + 30, + 0, + 0, + 30, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -15, + -15, + 0 + ], + "maxPos": [ + 15, + 15, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "c2600c0b-4af1-474d-8471-6e3c146a9980@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "c2600c0b-4af1-474d-8471-6e3c146a9980@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/UpgradeIcons/Axe.png b/assets/Media/Images/Game/UI/UpgradeIcons/Axe.png new file mode 100644 index 0000000000000000000000000000000000000000..609b4d965294579beac367eabd6f7e6ab1ac13e0 GIT binary patch literal 1254 zcmVh!(QnPQ`4?eJIf+fQ@ecF9Di@Ow|}q8ON;y6SFr<&%}^ z68w$MR22Ti)TW%f_$huy2Qyo%MT6R&fg>kpb;G1T*^l-m{Cmf{^6SlYYXpwydueqe z*pD+2oq=KCucz~Z&*M8camsWzyXMHr+1l_*=IpnN!Lc|KwG3zi51pFWFV}uqmeXH< zX+IdxnVACovwM9Dk7MS2>HW7)Zm+F+$I^Ny^hcApcj3=|_k;cZ!H1Lfm>H3W*Nj;g z!b3FT?#5&epN?!NIL35ly5nC1A$U$Hz~(Q!f%3sqG(zi-!SA9Cfn0cgcNeXzk^wRJ zxxH8O--|m7`S;svtH%6uCkTK1*ipIF|G9Kt8{&fp7cv@*fTK8*6#AD!2zgw?5qfTK zu^rDNZ7vT6N%H>Z=4$V<{QcKv6dqz50`=18{40k?cr5O8H-nT|jF8qt9FYR$`e6(;icSgp>M+>{*i>EKG_hA6xp)0*>;YB>8l7)218sUSd z#{sI1Ah`O!5XU%=SzFmUTB2&(0MSNhJ^A;!oc1*4tcb@D3h-=q@BRaOgoECe0RC zclUxO@KtKn0K#*JWOnTu%Y6>rbl0@1tz=dZu zNo55YvQjBM#-!mTOPkC*q89VeSqODLj{T{A0UpLQttwr)@SHK7UbBrc8EOU=cNS~~ z3XdXvB4i|6w7#k`Q>|HW;UyA2gao4f@K>GnisHV``glDLk1;FKFa zT1{u50I#b`f`;I^iLnHr03L()g^yN~HBhL>=@A~W<6`I4@OtNUq3a3`bG?uLs915V zWdOql7vja}5f)%n(*+w7!V}}gYNJX6+?aPm01FHQ;0FAo0|ygSoj%W_re7WmYz@B~ zc@GNsjKTZ*y9ShE-dBS(h+i~& Q-T(jq07*qoM6N<$g1(Mw#{d8T literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/UpgradeIcons/Axe.png.meta b/assets/Media/Images/Game/UI/UpgradeIcons/Axe.png.meta new file mode 100644 index 0000000..3d9bde3 --- /dev/null +++ b/assets/Media/Images/Game/UI/UpgradeIcons/Axe.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "f9df62cd-f950-4d93-9068-1ca5d7c686d8", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "f9df62cd-f950-4d93-9068-1ca5d7c686d8@6c48a", + "displayName": "Axe", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "f9df62cd-f950-4d93-9068-1ca5d7c686d8", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "f9df62cd-f950-4d93-9068-1ca5d7c686d8@f9941", + "displayName": "Axe", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 48, + "height": 39, + "rawWidth": 48, + "rawHeight": 39, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -24, + -19.5, + 0, + 24, + -19.5, + 0, + -24, + 19.5, + 0, + 24, + 19.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 39, + 48, + 39, + 0, + 0, + 48, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -24, + -19.5, + 0 + ], + "maxPos": [ + 24, + 19.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "f9df62cd-f950-4d93-9068-1ca5d7c686d8@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "f9df62cd-f950-4d93-9068-1ca5d7c686d8@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/UpgradeIcons/Halo.png b/assets/Media/Images/Game/UI/UpgradeIcons/Halo.png new file mode 100644 index 0000000000000000000000000000000000000000..33581e3a12cd84823d2dbce5164e75fe22c97ca1 GIT binary patch literal 719 zcmV;=0xwQk--eUsy(s8L1T5L{`TRgZkRvA|iPzed@eFWHk zaAvGJemu(?a;k(}+x$RKuz8fL!fVuIp_(ovOSVwX#Quk$uA3pJra*ZhvY{B}kl?Lr` zfZx^?z|HREk|P07kvS$+EjC;2as#x0i_A;d4CaJFrj^j;f%tliNal`bQFc;Ns!{);*W|A^gaN^q(TA2Fj=I~407 zyMTVYt{$}7tMC3;ve*a$gMoJbb zB0(76ej6Ibx8EXBzfK`fXv^i8NzL^TlnoaE@COP@TonAd1}gvn002ovPDHLkV1nK| BNy`8L literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/UpgradeIcons/Halo.png.meta b/assets/Media/Images/Game/UI/UpgradeIcons/Halo.png.meta new file mode 100644 index 0000000..2d6a47f --- /dev/null +++ b/assets/Media/Images/Game/UI/UpgradeIcons/Halo.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "d774cdba-847d-4c90-85c1-ff924a316912", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "d774cdba-847d-4c90-85c1-ff924a316912@6c48a", + "displayName": "Halo", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "d774cdba-847d-4c90-85c1-ff924a316912", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "d774cdba-847d-4c90-85c1-ff924a316912@f9941", + "displayName": "Halo", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 54, + "height": 54, + "rawWidth": 54, + "rawHeight": 54, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -27, + -27, + 0, + 27, + -27, + 0, + -27, + 27, + 0, + 27, + 27, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 54, + 54, + 54, + 0, + 0, + 54, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -27, + -27, + 0 + ], + "maxPos": [ + 27, + 27, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "d774cdba-847d-4c90-85c1-ff924a316912@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "d774cdba-847d-4c90-85c1-ff924a316912@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/UpgradeIcons/IncDamage.png b/assets/Media/Images/Game/UI/UpgradeIcons/IncDamage.png new file mode 100644 index 0000000000000000000000000000000000000000..f7736ffe59c4af7f0dcd7db0208c618cfbcd631c GIT binary patch literal 1080 zcmV-81jqY{P)D0l=fdvXuty>%Sf>C%Uw%%7n7<0j-~rguw8w!ho?v)`OgYWS?X$>u6p% zu{}HT9}H-?Ge*c!K=3v@ec_V#dL$rhdk{P)WFjGCP8>hxY}=fd353EWCrYvwqtbw| zr98w)B!$GpP2pq91n9S)C?%^MUnGD?dms*3UZ%)EUQnfkKuOi7W`y%X`v&=h5U`R^ zRsf9%@sP1e2ai9jUv@fgBVbyYtR!3)X#Es2fO7|T7o5f|9(Ork#viAgqzjGFFp^QA zMg=70b6$;t?}jGN*tYplCH#3JA{sJ;bU4(u4Y5%mo27P&ArW2f;@uC8LRovxQoK+I z8WNESkKccHI_*18P*S8&FBuCzgqE?j3O3OBlt5cp9psfm+b<)b8k~fKg?dP;9yii? z6&e{*Bm^Z7?B|hC%ic~pZbG3HQ63LqQ_H0jSv7VN8lkMkYI3!T=w?ENJjL@#E+?)n zF(kiqdBVou;p$LE54(qt`-P$$S3mRh2&POz^nvAlyus4SU~yb$1gT%M4Dgj6!2 zM1Vjn5vg|aI**7cJAxiVU%q<1uJf_>NR_0 z;uwVp36+AAL`)Q5LWVvt`TE92!@4?!gppX*a-06eao#s(*~UWE1Y;x=0>&tay9o|u ztvp$VzDN^&`L(9VsL?R^CE%MA8Udg4{9A-J53r5rL&%tjnBYowMgk~>lyAtTl1EFZ z;?-$8*&1yIuTDt7C!5b7zZBZ?oyYS>&R(^W!N`Oz5+o>3Nb<2d|99>G&mbL}#B7j> zgphH6WKqiAAP?|TB?8cnd9kKG9=MSF!y}gp+jn5Eb`GR;{^A6Ebbpb&eR3z6%}w$0 zEJ-A0&y1EHWcumyx>q^(oQS~mwO{1T^AEun96dEiX6Jg7*xtO~u}gr?&h@f|=8(AZ z-S*$wC}V3qVt;bE{mQGGNC4>Mp&B_k+8{5MM+j*W25rPb^A8ZCw+446G}%THIe~+S z8}mbjwyCe{d>JHJo$y~Z3YaV(kk{B+4^?HB;vY9DA!4P)F|90%~KRPnRh0-$Z3WOnp;{`a-99@o_=}o3U{9y*RR2&hXpvLAq?G2JN_Ii<%QbXER*JG$BazQN>|2MZA*nU4{5nKeenHL-SGle%2)-v zMis_ym=kMd=Fm3^FUaD;0B@xb1O+i+z-uk%hQe*^XKpAmnw=bI@18$ad$s~$f`*>z z<`>3_vf}J0>wRckVR(G*Ae5NHb}ExKk56y+9@Vz>o#~74v3g8U6>v5`MCBId$wY|# z2k%~jk4tA&;XQpI7#c(s>rDb+1;NHYMl(<%D|Y2^>qBN`z`)SZ6Sv0>wXfK5+s`8z z*)S(odu1?K9ZOTvd6mKe!T$TWD#WY|Vv6Zbt(fj4+jR6xVyqQ%tqfw|UzI2dtI<}e zxT^yekXe~qgBRK`*vaqcU)wOYm>>I!8w19$ZC1vPp?!vfG54`tO96=A{!$*SkdA%B z4I`VlAT(GZtypjB0RKM*L;4U_sD*;oXjX6fKDj978rJ~8UtGbDpQ9(ixc~qF07*qo IM6N<$g24LGi2wiq literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/UpgradeIcons/IncRange.png.meta b/assets/Media/Images/Game/UI/UpgradeIcons/IncRange.png.meta new file mode 100644 index 0000000..0f8c60b --- /dev/null +++ b/assets/Media/Images/Game/UI/UpgradeIcons/IncRange.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "b017bce9-7fe6-493f-ab49-00e7437ea9f4", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "b017bce9-7fe6-493f-ab49-00e7437ea9f4@6c48a", + "displayName": "IncRange", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "b017bce9-7fe6-493f-ab49-00e7437ea9f4", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "b017bce9-7fe6-493f-ab49-00e7437ea9f4@f9941", + "displayName": "IncRange", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "none", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 52, + "height": 52, + "rawWidth": 52, + "rawHeight": 52, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -26, + -26, + 0, + 26, + -26, + 0, + -26, + 26, + 0, + 26, + 26, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 52, + 52, + 52, + 0, + 0, + 52, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -26, + -26, + 0 + ], + "maxPos": [ + 26, + 26, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "b017bce9-7fe6-493f-ab49-00e7437ea9f4@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "b017bce9-7fe6-493f-ab49-00e7437ea9f4@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/UpgradeIcons/Regeneration.png b/assets/Media/Images/Game/UI/UpgradeIcons/Regeneration.png new file mode 100644 index 0000000000000000000000000000000000000000..f0546a50e2c085f48e8f75426f0998caca51df28 GIT binary patch literal 684 zcmV;d0#p5oP)Nq>LqF|?V`S+Y@uk4 z6^djEX({YJCbIx{_L=NBiWYl}qZaip)0=rvTGd4ny9NSS0>UE^gLAah9w{z+AOLC= zC?O&rNL5oqArGiiv`;L?0|8171q^(Olu%>bGOnRe1^!RfwxP%o`#Qt5#vpdJ3@5jAr3M$527SVU}khYm@NhFT3MoY3+_MPbe(m^N*G*H?ixW#A){)J zvtFRm0piLQFtKk@uSr3POF#$=tJSsH)&hsn78W2?i+inXPWDs)u6=@7aNU2tX`2>T zy}uScwOa{5xQ~4#6lv<)u*(|bNUDO(VW^sltPE7Pl#5I|^@`j_N)q>iJVfdwEj0cck?qGs8LTIbXB5)PPE2Eilb(G0` zP6HW;`_q-NmE`%KAOP5bU3km45SveTo zQZmI#4xf8B@6?9JucF(M)%^rhZ(S3O{--S6mGj{LHBMiio?YuyEZ1*az;QHSMq|QZ z8)c;fTzav49JVx`75){#!`iCYme{}EUh$Sgq_1RK@9*yic~TRYI1e4_4mmu5@l3c+ z%FAQSZoD$41s5bdyzZ&8IJ7c9e*D`1-*0QH#?LApYODvoIBeEYUbDr~aEb_nu}@eq zTMC<3C5JhP$Fq!m?-4d>ucQr)v21KSJUk4|htl3ls>b^QJ;dPY>gTe~DWM4fFo|1y literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/Window/WndBg.png.meta b/assets/Media/Images/Game/UI/Window/WndBg.png.meta new file mode 100644 index 0000000..b44ffc7 --- /dev/null +++ b/assets/Media/Images/Game/UI/Window/WndBg.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "3d2f0644-36d0-4fcb-8f05-0fc38195990f", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "3d2f0644-36d0-4fcb-8f05-0fc38195990f@6c48a", + "displayName": "WndBg", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "3d2f0644-36d0-4fcb-8f05-0fc38195990f", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "3d2f0644-36d0-4fcb-8f05-0fc38195990f@f9941", + "displayName": "WndBg", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 20, + "height": 20, + "rawWidth": 20, + "rawHeight": 20, + "borderTop": 9, + "borderBottom": 9, + "borderLeft": 9, + "borderRight": 9, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -10, + -10, + 0, + 10, + -10, + 0, + -10, + 10, + 0, + 10, + 10, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 20, + 20, + 20, + 0, + 0, + 20, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -10, + -10, + 0 + ], + "maxPos": [ + 10, + 10, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "3d2f0644-36d0-4fcb-8f05-0fc38195990f@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "3d2f0644-36d0-4fcb-8f05-0fc38195990f@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/Window/WndBtnX.png b/assets/Media/Images/Game/UI/Window/WndBtnX.png new file mode 100644 index 0000000000000000000000000000000000000000..e3e8e8c7dfe81bef9164167764ee6a7b35c0c173 GIT binary patch literal 317 zcmV-D0mA-?P){ z?E7WFw4%tWDzX9=!pY1aG%G*=L{x??R5L)W)Uh;`G-Ny2HXuzJ_30}>pWt|X32z}r zfDjf*Bs!sgP*!K{3C%+{2TQ(Kr+MFBf+kk@T;rTjFe^Z0&Le&O)C%qAhiz2N=hpaP zGmk6EDprFx(e5BJu4Y|ho@Uq!F<_qpdk!>Ed*E;(zdR@369x{qNFw+FNJ@Q^DSIi= P00000NkvXXu0mjfZn1s~ literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/Window/WndBtnX.png.meta b/assets/Media/Images/Game/UI/Window/WndBtnX.png.meta new file mode 100644 index 0000000..bd2232e --- /dev/null +++ b/assets/Media/Images/Game/UI/Window/WndBtnX.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "e188de39-9fc4-4942-8266-7e233f58a74e", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "e188de39-9fc4-4942-8266-7e233f58a74e@6c48a", + "displayName": "WndBtnX", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "e188de39-9fc4-4942-8266-7e233f58a74e", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "e188de39-9fc4-4942-8266-7e233f58a74e@f9941", + "displayName": "WndBtnX", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 17, + "height": 17, + "rawWidth": 17, + "rawHeight": 17, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -8.5, + -8.5, + 0, + 8.5, + -8.5, + 0, + -8.5, + 8.5, + 0, + 8.5, + 8.5, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 17, + 17, + 17, + 0, + 0, + 17, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -8.5, + -8.5, + 0 + ], + "maxPos": [ + 8.5, + 8.5, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "e188de39-9fc4-4942-8266-7e233f58a74e@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "e188de39-9fc4-4942-8266-7e233f58a74e@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/Window/WndDecBott.png b/assets/Media/Images/Game/UI/Window/WndDecBott.png new file mode 100644 index 0000000000000000000000000000000000000000..b673900673cfdaa27e666d2596d5577de17eea60 GIT binary patch literal 222 zcmV<403rX0P)?A{p&gOCB5q44NO76fUA0|o{L Y0NG_i*2>s#@Bjb+07*qoM6N<$f)y`WZ2$lO literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/Window/WndDecBott.png.meta b/assets/Media/Images/Game/UI/Window/WndDecBott.png.meta new file mode 100644 index 0000000..4cf6865 --- /dev/null +++ b/assets/Media/Images/Game/UI/Window/WndDecBott.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "f9edb2ea-530f-41af-bd87-998b61447dd5", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "f9edb2ea-530f-41af-bd87-998b61447dd5@6c48a", + "displayName": "WndDecBott", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "f9edb2ea-530f-41af-bd87-998b61447dd5", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "f9edb2ea-530f-41af-bd87-998b61447dd5@f9941", + "displayName": "WndDecBott", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 18, + "height": 8, + "rawWidth": 18, + "rawHeight": 8, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -9, + -4, + 0, + 9, + -4, + 0, + -9, + 4, + 0, + 9, + 4, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 8, + 18, + 8, + 0, + 0, + 18, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -9, + -4, + 0 + ], + "maxPos": [ + 9, + 4, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "f9edb2ea-530f-41af-bd87-998b61447dd5@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "f9edb2ea-530f-41af-bd87-998b61447dd5@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/Window/WndDecTop.png b/assets/Media/Images/Game/UI/Window/WndDecTop.png new file mode 100644 index 0000000000000000000000000000000000000000..7c6892395fa62ef0a41f6b1bf0d6dde37310871c GIT binary patch literal 480 zcmV<60U!Q}P)0004}NklD~K&-Zz&!A*F=>P@(K|VG%YP6L%2#l4m0y%UI+}kk4dg zcy|qZwK{xuzs9Zs@y3mE@aFl&89Y2b(f_Y6&vYFcqGX}$Ta6hwpUF}^*1S81wXjC& z22^OAk6K0HUhBfv)Gr(@tQq0c zHlc~Y9r@Ox+q?#oM)TUlacty!)x<^_dX%{d7=4B;iNZ0?I1^Bveh+qwr5FGVl9p@Xb6#o5XX1JHFgo3APK@1VmMGq>~rR@QV_wy!rEM8XC(?kN<{=M`~VhLSSTcjMWTKH z4;4bf6=@Q}H6b>3!pi@-|CiZ$yYIcbi%yYyZ+CY0_hx5iXJegnW>Q(~bW11sy7AgB zcDnc-d8G#aoSwN*sdzNp$)7dQ-280mSg&tKro$juunyqT?Ym}gd*77-UA%PJ{P_MY z`;~&Wz3u&My-}^$NOd$@ZTaf3fCSU;#)HUT4LXiY)fnRdLKts}!h1{rDy^qg;FndB zw4j8O7E8TT(7wC%IcRIP+5w#K;XHU!L6r2tW~-gS#Vl3_Dh3E0%zORLjjVmWx0Z9H zd@~9dgTr%wI50P_F4uz6ax~nrSch|edHcrPUwtNBAWKJjT(HGHFq{U`&nYklmh5Mn zOf>{z#54M#qagze;_KL$fj_N?w9S1^50LMnx#{}%)@h6jDa`J^% zJFr$6m=@|vh~v50-#+%|Ti49Tz_;7^9EB)OSt|xdi>36WFgMC|2uxiafY{k=i{;T( z=3g<3PzV6$*B?TOoiKWg@$Tit1{NgT&ogI@cjyd!Vdi`RPM;RC4-1M#3Q}i`U(?xz z~1nPhl}5whtDAF2^X{oFTWMA1L9Ro}79Bi+orNs&GQs)-rXR-ck)`yajE4 zI0))Bx3!s1B)=M9(+U`Hu@9+HT3JBqHa>9dlno*E>4iv{=^q`+uj4^)zddoq*wYWl(00000 LNkvXXu0mjf6LG+i literal 0 HcmV?d00001 diff --git a/assets/Media/Images/Game/UI/Window/WndDecTopCorner.png.meta b/assets/Media/Images/Game/UI/Window/WndDecTopCorner.png.meta new file mode 100644 index 0000000..25313ce --- /dev/null +++ b/assets/Media/Images/Game/UI/Window/WndDecTopCorner.png.meta @@ -0,0 +1,134 @@ +{ + "ver": "1.0.25", + "importer": "image", + "imported": true, + "uuid": "b0541e5a-33e7-4e07-ba1a-44033fc12e07", + "files": [ + ".json", + ".png" + ], + "subMetas": { + "6c48a": { + "importer": "texture", + "uuid": "b0541e5a-33e7-4e07-ba1a-44033fc12e07@6c48a", + "displayName": "WndDecTopCorner", + "id": "6c48a", + "name": "texture", + "userData": { + "wrapModeS": "clamp-to-edge", + "wrapModeT": "clamp-to-edge", + "minfilter": "nearest", + "magfilter": "nearest", + "mipfilter": "none", + "anisotropy": 0, + "isUuid": true, + "imageUuidOrDatabaseUri": "b0541e5a-33e7-4e07-ba1a-44033fc12e07", + "visible": false + }, + "ver": "1.0.22", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + }, + "f9941": { + "importer": "sprite-frame", + "uuid": "b0541e5a-33e7-4e07-ba1a-44033fc12e07@f9941", + "displayName": "WndDecTopCorner", + "id": "f9941", + "name": "spriteFrame", + "userData": { + "trimType": "auto", + "trimThreshold": 1, + "rotated": false, + "offsetX": 0, + "offsetY": 0, + "trimX": 0, + "trimY": 0, + "width": 40, + "height": 32, + "rawWidth": 40, + "rawHeight": 32, + "borderTop": 0, + "borderBottom": 0, + "borderLeft": 0, + "borderRight": 0, + "packable": true, + "pixelsToUnit": 100, + "pivotX": 0.5, + "pivotY": 0.5, + "meshType": 0, + "vertices": { + "rawPosition": [ + -20, + -16, + 0, + 20, + -16, + 0, + -20, + 16, + 0, + 20, + 16, + 0 + ], + "indexes": [ + 0, + 1, + 2, + 2, + 1, + 3 + ], + "uv": [ + 0, + 32, + 40, + 32, + 0, + 0, + 40, + 0 + ], + "nuv": [ + 0, + 0, + 1, + 0, + 0, + 1, + 1, + 1 + ], + "minPos": [ + -20, + -16, + 0 + ], + "maxPos": [ + 20, + 16, + 0 + ] + }, + "isUuid": true, + "imageUuidOrDatabaseUri": "b0541e5a-33e7-4e07-ba1a-44033fc12e07@6c48a", + "atlasUuid": "" + }, + "ver": "1.0.11", + "imported": true, + "files": [ + ".json" + ], + "subMetas": {} + } + }, + "userData": { + "type": "sprite-frame", + "fixAlphaTransparencyArtifacts": true, + "hasAlpha": true, + "redirect": "b0541e5a-33e7-4e07-ba1a-44033fc12e07@f9941" + } +} diff --git a/assets/Media/Images/Game/UI/Window/WndTitleBg.png b/assets/Media/Images/Game/UI/Window/WndTitleBg.png new file mode 100644 index 0000000000000000000000000000000000000000..80d6f5bd8dc22ec847600b6d5757a1af1c5e0e6d GIT binary patch literal 283 zcmV+$0p$LPP)dgsC>#*~q|xZrIt~QyF$#eamp{#3|xTUD5a-X6V_yGY|%X z3~Qax#1N3zPKpB=yd!*23}rz!Y{tx43>oQZ#Ji4xf#K4{3vfdj%4RS!8abt77zR>A z4A9dz0IS-%Vhh+%5X}S