diff --git a/Assets/ManagedResources/Prefabs/UI/Likability/LikeAbilityPanel.prefab b/Assets/ManagedResources/Prefabs/UI/Likability/LikeAbilityPanel.prefab
index bdec609f66..1d3e11249b 100644
--- a/Assets/ManagedResources/Prefabs/UI/Likability/LikeAbilityPanel.prefab
+++ b/Assets/ManagedResources/Prefabs/UI/Likability/LikeAbilityPanel.prefab
@@ -19090,12 +19090,12 @@ PrefabInstance:
- target: {fileID: 3054658197777788036, guid: 9cb5f0576c4c68940a8bb1f508bc3004,
type: 3}
propertyPath: m_LocalPosition.x
- value: -1.31
+ value: 6.98
objectReference: {fileID: 0}
- target: {fileID: 3054658197777788036, guid: 9cb5f0576c4c68940a8bb1f508bc3004,
type: 3}
propertyPath: m_LocalPosition.y
- value: 9.02
+ value: 1.42
objectReference: {fileID: 0}
- target: {fileID: 3054658197777788036, guid: 9cb5f0576c4c68940a8bb1f508bc3004,
type: 3}
@@ -19165,12 +19165,12 @@ PrefabInstance:
- target: {fileID: 7845347984166144302, guid: d827e6469f2d8cb4782f32348d1a94b2,
type: 3}
propertyPath: m_LocalPosition.x
- value: -15.93
+ value: -11.89
objectReference: {fileID: 0}
- target: {fileID: 7845347984166144302, guid: d827e6469f2d8cb4782f32348d1a94b2,
type: 3}
propertyPath: m_LocalPosition.y
- value: 9.9
+ value: 2.46
objectReference: {fileID: 0}
- target: {fileID: 7845347984166144302, guid: d827e6469f2d8cb4782f32348d1a94b2,
type: 3}
@@ -19245,7 +19245,7 @@ PrefabInstance:
- target: {fileID: 4277039545238463818, guid: 937b0f0b3012d36429a8b6d0691b9540,
type: 3}
propertyPath: m_LocalPosition.y
- value: 6.62
+ value: 3.5
objectReference: {fileID: 0}
- target: {fileID: 4277039545238463818, guid: 937b0f0b3012d36429a8b6d0691b9540,
type: 3}
diff --git a/Assets/ManagedResources/~Lua/Modules/Likability/LikeAbilityPanel.lua b/Assets/ManagedResources/~Lua/Modules/Likability/LikeAbilityPanel.lua
index f98b0d2e28..0222e91801 100644
--- a/Assets/ManagedResources/~Lua/Modules/Likability/LikeAbilityPanel.lua
+++ b/Assets/ManagedResources/~Lua/Modules/Likability/LikeAbilityPanel.lua
@@ -5,9 +5,9 @@ LikeAbilityPanel = Inherit(BasePanel)
--总好感度属性: --黄色
--+500 --绿色
local pos = {
- ["h_haogandu_1"] = {mask = Vector3.New(-2.78,-0.75,0),icon = Vector3.New(-3.4,0,0),index = 1} ,
- ["h_haogandu_2"] = {mask = Vector3.New(4.26,-1.12,0),icon = Vector3.New(-3.4,0,0),index = 2} ,
- ["h_haogandu_3"] = {mask = Vector3.New(-16.15,0,0),icon = Vector3.New(-18.84,0,0),index = 3} ,
+ ["h_haogandu_1"] = {mask = Vector3.New(-2.78,-0.75,0),icon = Vector3.New(-3.4,-7.19,0),index = 1} ,
+ ["h_haogandu_2"] = {mask = Vector3.New(4.26,-1.12,0),icon = Vector3.New(4.47,-5.81,0),index = 2} ,
+ ["h_haogandu_3"] = {mask = Vector3.New(-16.15,0,0),icon = Vector3.New(-15.2,-5.05,0),index = 3} ,
}
local sortOrder = 0
local tabs = {}
diff --git a/Assets/ManagedResources/~Lua/Modules/Likability/LikeabilityPopup.lua b/Assets/ManagedResources/~Lua/Modules/Likability/LikeabilityPopup.lua
index 89a4f11d4c..ae19821cbe 100644
--- a/Assets/ManagedResources/~Lua/Modules/Likability/LikeabilityPopup.lua
+++ b/Assets/ManagedResources/~Lua/Modules/Likability/LikeabilityPopup.lua
@@ -5,9 +5,9 @@ LikeabilityPopup = Inherit(BasePanel)
--总好感度属性: --黄色
--+500 --绿色
local pos = {
- ["h_haogandu_1"] = {mask = Vector3.zero,icon = Vector3.New(-3.4,0,0)} ,
- ["h_haogandu_2"] = {mask = Vector3.zero,icon = Vector3.New(-3.4,0,0)} ,
- ["h_haogandu_3"] = {mask = Vector3.New(-16.15,0,0),icon = Vector3.New(-18.84,0,0)} ,
+ ["h_haogandu_1"] = {mask =Vector3.New(-16.15,0,0),icon = Vector3.New(-3.4,-7.3,0)} ,
+ ["h_haogandu_2"] = {mask = Vector3.New(3.93,-1.04,0),icon = Vector3.New(4.49,-4.69,0)} ,
+ ["h_haogandu_3"] = {mask = Vector3.New(-16.15,0,0),icon = Vector3.New(-15.5,-3.5,0)} ,
}
function LikeabilityPopup:InitComponent()
self.spLoader = SpriteLoader.New()