This commit is contained in:
puxuan 2025-09-04 17:35:24 +08:00
parent f836751c02
commit 08795a1bb4

View File

@ -2523,6 +2523,9 @@ function BattleBaseUI:clear()
if self.gridEdgeNode then
self.gridEdgeNode:removeAllChildren()
end
if self.mapNode then
self.mapNode:removeAllChildren()
end
if self.hpProgressYellowLeftSid then
self:unscheduleGlobal(self.hpProgressYellowLeftSid)
self.hpProgressYellowLeftSid = nil