From 9d757ba0686760e86404d860fb373e306dc7ad12 Mon Sep 17 00:00:00 2001 From: zhangqiang <657634622@qq.com> Date: Wed, 2 Sep 2020 13:45:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Prefabs/UI/Compound/CompoundPanel.prefab | 30 +-- .../Prefabs/UI/Pray/PrayMainPanel.prefab | 180 +++++++++--------- .../Compound/view/CompoundPanel_Equip.lua | 2 +- .../Compound/view/CompoundPanel_SoulPrint.lua | 2 +- .../Compound/view/CompoundPanel_Treasure.lua | 2 +- 5 files changed, 108 insertions(+), 108 deletions(-) diff --git a/Assets/ManagedResources/Prefabs/UI/Compound/CompoundPanel.prefab b/Assets/ManagedResources/Prefabs/UI/Compound/CompoundPanel.prefab index 6da626093e..61c7c9138c 100644 --- a/Assets/ManagedResources/Prefabs/UI/Compound/CompoundPanel.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Compound/CompoundPanel.prefab @@ -4368,17 +4368,17 @@ RectTransform: m_GameObject: {fileID: 993062748166519403} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} + m_LocalScale: {x: 1.1, y: 1.1, z: 1} m_Children: - {fileID: 3870788296095567442} - {fileID: 311200581050199515} m_Father: {fileID: 217968288355428412} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_SizeDelta: {x: 1080, y: 1920} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &1070704848223512849 CanvasRenderer: @@ -9719,7 +9719,7 @@ ParticleSystem: --- !u!199 &1083645269967354099 ParticleSystemRenderer: serializedVersion: 6 - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} @@ -12855,9 +12855,9 @@ RectTransform: m_Father: {fileID: 1067738440471716623} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0.5, y: 0.5} - m_AnchorMax: {x: 0.5, y: 0.5} - m_AnchoredPosition: {x: 470.7, y: 816.59} + m_AnchorMin: {x: 1, y: 1} + m_AnchorMax: {x: 1, y: 1} + m_AnchoredPosition: {x: -69.29999, y: -143.40997} m_SizeDelta: {x: 110, y: 110} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &3103211583754578995 @@ -15215,7 +15215,7 @@ RectTransform: m_GameObject: {fileID: 3447043568196997151} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} + m_LocalScale: {x: 1.1, y: 1.1, z: 1} m_Children: - {fileID: 6319161246424159301} - {fileID: 4142539186054024047} @@ -15223,10 +15223,10 @@ RectTransform: m_Father: {fileID: 4397479298825062296} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_SizeDelta: {x: 1080, y: 1920} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &1429656858253002680 CanvasRenderer: @@ -19909,7 +19909,7 @@ ParticleSystem: --- !u!199 &8451515492985319499 ParticleSystemRenderer: serializedVersion: 6 - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} @@ -25133,7 +25133,7 @@ ParticleSystem: --- !u!199 &6598447891554960103 ParticleSystemRenderer: serializedVersion: 6 - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} @@ -33919,7 +33919,7 @@ ParticleSystem: --- !u!199 &5882379970318000206 ParticleSystemRenderer: serializedVersion: 6 - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} diff --git a/Assets/ManagedResources/Prefabs/UI/Pray/PrayMainPanel.prefab b/Assets/ManagedResources/Prefabs/UI/Pray/PrayMainPanel.prefab index 2f048aac68..4b2b53c977 100644 --- a/Assets/ManagedResources/Prefabs/UI/Pray/PrayMainPanel.prefab +++ b/Assets/ManagedResources/Prefabs/UI/Pray/PrayMainPanel.prefab @@ -4881,7 +4881,7 @@ ParticleSystem: --- !u!199 &199038268087129639 ParticleSystemRenderer: serializedVersion: 6 - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} @@ -9667,7 +9667,7 @@ ParticleSystem: --- !u!199 &199945312482430117 ParticleSystemRenderer: serializedVersion: 6 - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} @@ -14370,7 +14370,7 @@ ParticleSystem: --- !u!199 &199623321304132621 ParticleSystemRenderer: serializedVersion: 6 - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} @@ -19068,7 +19068,7 @@ ParticleSystem: --- !u!199 &199026511617288745 ParticleSystemRenderer: serializedVersion: 6 - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} @@ -23813,7 +23813,7 @@ ParticleSystem: --- !u!199 &199974678321526181 ParticleSystemRenderer: serializedVersion: 6 - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} @@ -28756,7 +28756,7 @@ ParticleSystem: --- !u!199 &199826249947545025 ParticleSystemRenderer: serializedVersion: 6 - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} @@ -33454,7 +33454,7 @@ ParticleSystem: --- !u!199 &199231635634313689 ParticleSystemRenderer: serializedVersion: 6 - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} @@ -34574,10 +34574,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 665.4, y: -9} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &3160360800156697746 CanvasRenderer: @@ -34941,10 +34941,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 0, y: -9} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &580233688479930714 CanvasRenderer: @@ -35304,10 +35304,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 6 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 443.6, y: -266.3} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &3356845257152711523 CanvasRenderer: @@ -36019,15 +36019,15 @@ RectTransform: m_GameObject: {fileID: 835684877671683853} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} + m_LocalScale: {x: 1.1, y: 1.1, z: 1} m_Children: [] m_Father: {fileID: 7731746737747756915} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_SizeDelta: {x: 1080, y: 1920} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &7078426993149311417 CanvasRenderer: @@ -36330,10 +36330,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 14 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 443.6, y: -780.9} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &5496591734744695748 CanvasRenderer: @@ -36494,10 +36494,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 8 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 0, y: -523.6} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &2515441733344805501 CanvasRenderer: @@ -41523,7 +41523,7 @@ ParticleSystem: --- !u!199 &1350954460094575867 ParticleSystemRenderer: serializedVersion: 6 - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} @@ -46154,7 +46154,7 @@ ParticleSystem: --- !u!199 &1350952812281465139 ParticleSystemRenderer: serializedVersion: 6 - m_ObjectHideFlags: 0 + m_ObjectHideFlags: 2 m_CorrespondingSourceObject: {fileID: 0} m_PrefabInstance: {fileID: 0} m_PrefabAsset: {fileID: 0} @@ -46248,10 +46248,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 0, y: -266.3} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &7952685927743594487 CanvasRenderer: @@ -46488,10 +46488,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 13 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 221.8, y: -780.9} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &4129304956340057778 CanvasRenderer: @@ -47300,10 +47300,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 1 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 221.8, y: -9} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &8516477004563350179 CanvasRenderer: @@ -49222,10 +49222,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 12 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 0, y: -780.9} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &3739988938837213524 CanvasRenderer: @@ -50171,10 +50171,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 7 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 665.4, y: -266.3} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &6345825391300573790 CanvasRenderer: @@ -51670,10 +51670,10 @@ RectTransform: m_Father: {fileID: 4431249092507111176} m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_SizeDelta: {x: 1080, y: 1920} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &7966325257432202790 CanvasRenderer: @@ -52531,10 +52531,10 @@ RectTransform: m_Father: {fileID: 3110950043400317305} m_RootOrder: 0 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_SizeDelta: {x: 1080, y: 1920} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &6869514503675165119 CanvasRenderer: @@ -53512,7 +53512,7 @@ RectTransform: m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} m_AnchorMin: {x: 0, y: 0} m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 69.962456, y: 89.93051} + m_AnchoredPosition: {x: 69.9624, y: 89.930664} m_SizeDelta: {x: 140, y: 121} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &4428199998551910844 @@ -53640,7 +53640,7 @@ RectTransform: m_GameObject: {fileID: 4496487099724494564} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} + m_LocalScale: {x: 1.1, y: 1.1, z: 1} m_Children: [] m_Father: {fileID: 4431249092507111176} m_RootOrder: 0 @@ -53993,10 +53993,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 9 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 221.8, y: -523.6} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &1874647966321256828 CanvasRenderer: @@ -54352,10 +54352,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 10 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 443.6, y: -523.6} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &8110524561244798600 CanvasRenderer: @@ -55006,10 +55006,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 5 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 221.8, y: -266.3} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &759333969395432194 CanvasRenderer: @@ -55176,10 +55176,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 15 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 665.4, y: -780.9} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &1004667810895185424 CanvasRenderer: @@ -55478,7 +55478,7 @@ RectTransform: m_AnchorMin: {x: 0.5, y: 0.5} m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 32, y: 549.9} - m_SizeDelta: {x: 940.6, y: 0} + m_SizeDelta: {x: 940.6, y: 1005.9} m_Pivot: {x: 0.5, y: 1} --- !u!114 &3733555018783951627 MonoBehaviour: @@ -55940,10 +55940,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 11 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 665.4, y: -523.6} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &7302660934931123265 CanvasRenderer: @@ -58654,7 +58654,7 @@ RectTransform: m_GameObject: {fileID: 6824039655634948545} m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} m_LocalPosition: {x: 0, y: 0, z: 0} - m_LocalScale: {x: 1, y: 1, z: 1} + m_LocalScale: {x: 0.92, y: 0.92, z: 1} m_Children: - {fileID: 7973987958449570259} - {fileID: 1612896998540567693} @@ -60058,10 +60058,10 @@ RectTransform: m_Father: {fileID: 7689629987343009154} m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 0, y: 0} - m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_AnchorMin: {x: 0, y: 1} + m_AnchorMax: {x: 0, y: 1} + m_AnchoredPosition: {x: 443.6, y: -9} + m_SizeDelta: {x: 209.6, y: 225} m_Pivot: {x: 0, y: 1} --- !u!222 &6692761583666437604 CanvasRenderer: @@ -61937,10 +61937,10 @@ RectTransform: m_Father: {fileID: 4431249092507111176} m_RootOrder: 4 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} - m_AnchorMin: {x: 0, y: 0} - m_AnchorMax: {x: 1, y: 1} + m_AnchorMin: {x: 0.5, y: 0.5} + m_AnchorMax: {x: 0.5, y: 0.5} m_AnchoredPosition: {x: 0, y: 0} - m_SizeDelta: {x: 0, y: 0} + m_SizeDelta: {x: 1080, y: 1920} m_Pivot: {x: 0.5, y: 0.5} --- !u!222 &3100452566223827738 CanvasRenderer: diff --git a/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Equip.lua b/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Equip.lua index d902b5d198..aa8186f4fe 100644 --- a/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Equip.lua +++ b/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Equip.lua @@ -45,7 +45,7 @@ function this:InitComponent(gameObject) this.ScrollBar=Util.GetGameObject(gameObject, "CompoundPanel_Equip/Scrollbar"):GetComponent("Scrollbar") local v2 = Util.GetGameObject(gameObject, "CompoundPanel_Equip/scroll"):GetComponent("RectTransform").rect this.ScrollView = SubUIManager.Open(SubUIConfig.ScrollCycleView, Util.GetGameObject(gameObject, "CompoundPanel_Equip/scroll").transform, - this.equipPre, this.ScrollBar, Vector2.New(-v2.x*2, -v2.y*2), 1, 5, Vector2.New(50,15)) + this.equipPre, this.ScrollBar, Vector2.New(-v2.x*2, -v2.y*2), 1, 5, Vector2.New(15,15)) this.ScrollView.moveTween.MomentumAmount = 1 this.ScrollView.moveTween.Strength = 1 end diff --git a/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_SoulPrint.lua b/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_SoulPrint.lua index 525654e934..c2275e22af 100644 --- a/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_SoulPrint.lua +++ b/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_SoulPrint.lua @@ -28,7 +28,7 @@ function this:InitComponent(gameObject) this.ScrollBar=Util.GetGameObject(gameObject, "CompoundPanel_SoulPrint/Scrollbar"):GetComponent("Scrollbar") local v2 = Util.GetGameObject(gameObject, "CompoundPanel_SoulPrint/scroll"):GetComponent("RectTransform").rect this.ScrollView = SubUIManager.Open(SubUIConfig.ScrollCycleView, Util.GetGameObject(gameObject, "CompoundPanel_SoulPrint/scroll").transform, - this.equipPre, this.ScrollBar, Vector2.New(-v2.x*2, -v2.y*2), 1, 5, Vector2.New(40,20)) + this.equipPre, this.ScrollBar, Vector2.New(-v2.x*2, -v2.y*2), 1, 5, Vector2.New(20,20)) this.ScrollView.moveTween.MomentumAmount = 1 this.ScrollView.moveTween.Strength = 1 end diff --git a/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Treasure.lua b/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Treasure.lua index 61aabc78d9..91971b19eb 100644 --- a/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Treasure.lua +++ b/Assets/ManagedResources/~Lua/Modules/Compound/view/CompoundPanel_Treasure.lua @@ -37,7 +37,7 @@ function this:InitComponent(gameObject) this.ScrollBar=Util.GetGameObject(gameObject, "CompoundPanel_Treasure/Scrollbar"):GetComponent("Scrollbar") local v2 = Util.GetGameObject(gameObject, "CompoundPanel_Treasure/scroll"):GetComponent("RectTransform").rect this.ScrollView = SubUIManager.Open(SubUIConfig.ScrollCycleView, Util.GetGameObject(gameObject, "CompoundPanel_Treasure/scroll").transform, - this.equipPre, this.ScrollBar, Vector2.New(-v2.x*2, -v2.y*2), 1, 5, Vector2.New(50,15)) + this.equipPre, this.ScrollBar, Vector2.New(-v2.x*2, -v2.y*2), 1, 5, Vector2.New(20,15)) this.ScrollView.moveTween.MomentumAmount = 1 this.ScrollView.moveTween.Strength = 1 end