mm
This commit is contained in:
@@ -39,9 +39,9 @@ function _cell.init(csObj)
|
||||
transform = csSelf.transform
|
||||
---@type UISprite
|
||||
uiobjs.spriteBg = csSelf:GetComponent("UISprite")
|
||||
if uiobjs.spriteBg == nil then
|
||||
uiobjs.spriteBg = getCC(transform, "Background", "UISprite")
|
||||
end
|
||||
-- if uiobjs.spriteBg == nil then
|
||||
-- uiobjs.spriteBg = getCC(transform, "Background", "UISprite")
|
||||
-- end
|
||||
|
||||
uiobjs.boxCollider = csSelf:GetComponent("BoxCollider")
|
||||
---@type UIInput
|
||||
|
||||
Reference in New Issue
Block a user