Update - 1.8.0.96
EN: 1.8.0.96 CN: 1.8.0.97 JP: 1.8.0.99 KR: 1.8.0.101
This commit is contained in:
@@ -582,6 +582,7 @@ function TowerDefenseCtrl:OnPointerDown_CharacterCard(go, nIndex)
|
||||
end
|
||||
self.goPointChar = go.gameObject
|
||||
self:HideFuncIcon()
|
||||
self:SetSlowSpeed(false)
|
||||
end
|
||||
function TowerDefenseCtrl:OnPointerDown_Item(go)
|
||||
if self.bPointItem and self.CardDragType == CardDragType.Pointer then
|
||||
@@ -594,6 +595,7 @@ function TowerDefenseCtrl:OnPointerDown_Item(go)
|
||||
end
|
||||
self.bPointItem = true
|
||||
self:HideFuncIcon()
|
||||
self:SetSlowSpeed(false)
|
||||
end
|
||||
function TowerDefenseCtrl:OnEvent_HoldCard(pos)
|
||||
if self.CardDragType ~= CardDragType.Pointer then
|
||||
|
||||
Reference in New Issue
Block a user