Enable background animation for slot machines with all reels equal.
GitOrigin-RevId: e6d0097ff049ece01be766d382defde3071a887b
This commit is contained in:
parent
4f7791121f
commit
e783b0c2ec
@ -1407,7 +1407,7 @@ tl_object_ptr<td_api::DiceStickers> StickersManager::get_dice_stickers_object(co
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
int32 background_id = value == 64 ? 1 : 0;
|
||||
int32 background_id = value == 1 || value == 22 || value == 43 || value == 64 ? 1 : 0;
|
||||
int32 lever_id = 2;
|
||||
int32 left_reel_id = value == 64 ? 3 : 8;
|
||||
int32 center_reel_id = value == 64 ? 9 : 14;
|
||||
|
Loading…
x
Reference in New Issue
Block a user