Skip to content

关卡内spinUI相关气泡存在图中偏移问题,统一进行修正
image1

1、收集bet气泡、highRoller宝箱气泡

控制开关:this.machineConfig.needFixHRBetTipOffset = true;
image2
收集bet:
ccb:casino/card_system/card_pack/card_pack_bet_tip.ccb
代码控制类:CardBetTipController

highRoller宝箱:
ccb:casino/high_rollers_lounge/hr_2/hr_2_box_tip.ccb
代码控制类:HR2BetTipController

cv与dh资源偏移一致,无需做不同项目区分。
由于两个气泡的ccb原点与气泡箭头的偏移量基本一致,所以使用同一个控制器处理两处逻辑。

2、max bet气泡

控制开关:this.machineConfig.needFixMaxBetTipOffset = true;
cv与dh资源偏移不同,根据不同项目,SlotFunctionUIController.prototype.updateMaxBetTip方法中分别设置对齐锚点位置。
ccb: slot/slot_spin_max_bet_tip.ccb
image3

Released under the MIT License.