diff --git a/lua/app/ui/main_city/component/main_comp.lua b/lua/app/ui/main_city/component/main_comp.lua index 36ab1e3f..94b303a4 100644 --- a/lua/app/ui/main_city/component/main_comp.lua +++ b/lua/app/ui/main_city/component/main_comp.lua @@ -78,13 +78,13 @@ function MainComp:refreshChapter(force) end local isHaveLeftRewards = DataManager.ChapterData:getIsHaveRewardsBeforeId(chapterId) if isHaveLeftRewards then - self.leftArrow:addRedPoint(16, 28, 0.6) + self.leftArrow:addRedPoint(-20, 28, 0.5) else self.leftArrow:removeRedPoint() end local isHaveRightRewards = DataManager.ChapterData:getIsHaveRewardsAfterId(chapterId) if isHaveRightRewards then - self.rightArrow:addRedPoint(-10, 28, 0.6) + self.rightArrow:addRedPoint(20, 28, 0.5) else self.rightArrow:removeRedPoint() end