基础技能完善
This commit is contained in:
@@ -73,7 +73,6 @@ export class Hero extends ecs.Entity {
|
||||
mv.scale = 1;
|
||||
mv.change_name(smc.heros[uuid].name,1)
|
||||
this.add(mv);
|
||||
this.push_monsters_in(uuid,mv.ent.eid)
|
||||
}
|
||||
push_monsters_in(uuid:number=1001,eid:number=0){
|
||||
smc.monsters_in.push({name:smc.heros[uuid].name,eid:eid})
|
||||
|
||||
Reference in New Issue
Block a user