物品图标
This commit is contained in:
@@ -38,6 +38,8 @@ export class RoleViewComp extends CCComp {
|
||||
atk:number = 10;
|
||||
skill_uuid:number = 9003;
|
||||
max_skill_uuid:number = 1001;
|
||||
shield:number = 0;
|
||||
shield_max:number = 200;
|
||||
skin="Character01";
|
||||
private atk_time:Timer = new Timer(1);
|
||||
|
||||
@@ -79,6 +81,9 @@ export class RoleViewComp extends CCComp {
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
add_hp(hp:number){
|
||||
console.log("role add hp",hp);
|
||||
}
|
||||
setSkin(){
|
||||
this.as.setSkin(this.skin);
|
||||
|
||||
Reference in New Issue
Block a user