Compare commits
3 Commits
8e92c9d03e
...
2061dd3c33
| Author | SHA1 | Date | |
|---|---|---|---|
| 2061dd3c33 | |||
| f4ea1f0c11 | |||
| d4c6b3cbb5 |
@ -20,7 +20,7 @@ GameObject:
|
|||||||
m_Icon: {fileID: 0}
|
m_Icon: {fileID: 0}
|
||||||
m_NavMeshLayer: 0
|
m_NavMeshLayer: 0
|
||||||
m_StaticEditorFlags: 0
|
m_StaticEditorFlags: 0
|
||||||
m_IsActive: 1
|
m_IsActive: 0
|
||||||
--- !u!224 &3135625391757224365
|
--- !u!224 &3135625391757224365
|
||||||
RectTransform:
|
RectTransform:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
|||||||
@ -1644,7 +1644,7 @@ function UILiveRoomView:Show_Answer_Result(itemlua, data)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local headpath = "PlayerHeads/player_head_" .. (uid2info[info.key].head_id or 1)
|
local headpath = "PlayerHeads/player_head_" .. (uid2info[info.key].head_id or 1)
|
||||||
local name = uid2info[info.key].name or "初心者"
|
local name = uid2info[info.key].name or "穿越者"
|
||||||
|
|
||||||
heads[i].text_name.text.text = name
|
heads[i].text_name.text.text = name
|
||||||
self:LoadIcon_SetSprite(heads[i].img_head, headpath)
|
self:LoadIcon_SetSprite(heads[i].img_head, headpath)
|
||||||
@ -1884,7 +1884,7 @@ function UILiveRoomView:Result_Answer(itemlua, data)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local headpath = "PlayerHeads/player_head_" .. (uid2info[info.uid].head_id or 1)
|
local headpath = "PlayerHeads/player_head_" .. (uid2info[info.uid].head_id or 1)
|
||||||
local name = uid2info[info.uid].name or "初心者"
|
local name = uid2info[info.uid].name or "穿越者"
|
||||||
|
|
||||||
heads[i].text_name.text.text = name
|
heads[i].text_name.text.text = name
|
||||||
self:LoadIcon_SetSprite(heads[i].img_head, headpath)
|
self:LoadIcon_SetSprite(heads[i].img_head, headpath)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user