dd
This commit is contained in:
@@ -43,7 +43,7 @@ export class CardControllerComp extends CCComp {
|
||||
hh_show(){
|
||||
let node=this.node.getChildByName("hero_home")
|
||||
node.active = true
|
||||
// tween(node).to( 0.1,{ position: v3(0,node.position.y)}, ).start();
|
||||
tween(node).to( 0.1,{ position: v3(0,node.position.y)}, ).start();
|
||||
}
|
||||
hh_hide(){
|
||||
let node=this.node.getChildByName("hero_home")
|
||||
|
||||
Reference in New Issue
Block a user