dd
This commit is contained in:
@@ -172,7 +172,7 @@ export class CardsCompComp extends CCComp {
|
||||
tween().to(0.3, { scale: v3(1, 1, 1) }, { easing: 'backOut' }),
|
||||
tween().to(0.3, { position: v3(0, 640, 0) }, { easing: 'backOut' })
|
||||
)
|
||||
.start();
|
||||
.start();
|
||||
let vip = RandomManager.instance.getRandomInt(0,100)
|
||||
console.log("[CardsComp]:vip",vip)
|
||||
if(vip < 30){
|
||||
|
||||
Reference in New Issue
Block a user