[战斗]=============================战斗显示修改

onepiece_demo_arena
wangzhenxing 2024-01-22 16:42:24 +08:00
parent 9d4eeef6e2
commit 7f12bdb99f
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ function PlayerView:OnBloodValueChange(value,type,num)
self.yujiaSlider.fillAmount = value self.yujiaSlider.fillAmount = value
if type and num then if type and num then
if type==1 then if type==1 then
self.Floater:ArtFloating(ArtFloatingType.yujiaAdd, ArtFloatingColor.Green,num,TextFloatingColor.Green) self.Floater:ArtFloating(ArtFloatingType.yujiaAdd, ArtFloatingColor.Green,num)
end end
end end
end end