位置修改提交

dev_chengFeng
jiaoyangna 2021-10-12 17:51:04 +08:00
parent 134e52feeb
commit 25f3f927d6
3 changed files with 11 additions and 11 deletions

View File

@ -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}

View File

@ -5,9 +5,9 @@ LikeAbilityPanel = Inherit(BasePanel)
--<size=32><color=#fed97f>总好感度属性:</color></size> --黄色
--<color=#00FF00>+500</color></size> --绿色
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 = {}

View File

@ -5,9 +5,9 @@ LikeabilityPopup = Inherit(BasePanel)
--<size=32><color=#fed97f>总好感度属性:</color></size> --黄色
--<color=#00FF00>+500</color></size> --绿色
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()