升级初步完成
This commit is contained in:
@@ -29,7 +29,6 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
// {uuid:6213,type:2},{uuid:6214,type:2},{uuid:6215,type:2},
|
||||
// {uuid:6216,type:2},{uuid:6217,type:2},{uuid:6218,type:2}
|
||||
];
|
||||
items: any = []
|
||||
sitems:any = []
|
||||
player_skills: any = [
|
||||
];
|
||||
@@ -46,7 +45,11 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
];
|
||||
monster_buffs: any = [];
|
||||
/** 游戏主角 */
|
||||
heros:any = [];
|
||||
heros:any={
|
||||
9001:{uuid:9001,lv:1,exp:0,slv:1,stone:0},
|
||||
9002:{uuid:9002,lv:2,exp:0,slv:2,stone:0},
|
||||
9003:{uuid:9003,lv:3,exp:0,slv:3,stone:0},
|
||||
};
|
||||
mheros:any = [];
|
||||
monsters:any = [];
|
||||
skills:any = []
|
||||
@@ -96,10 +99,10 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
},
|
||||
fight_heros:[9001,],
|
||||
items:{
|
||||
1001:0,
|
||||
1001:1000,
|
||||
1002:0,
|
||||
1003:0,
|
||||
1004:0,
|
||||
1004:1000,
|
||||
1005:0,
|
||||
1006:0,
|
||||
1007:0,
|
||||
@@ -112,11 +115,6 @@ export class SingletonModuleComp extends ecs.Comp {
|
||||
1027:0,
|
||||
1028:0,
|
||||
},
|
||||
heros:{
|
||||
9001:{uuid:9001,lv:1,exp:0,slv:1,stone:0},
|
||||
9002:{uuid:9002,lv:2,exp:0,slv:2,stone:0},
|
||||
9003:{uuid:9003,lv:3,exp:0,slv:3,stone:0},
|
||||
},
|
||||
talent:{
|
||||
1001:{uuid:1001,lv:0,},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user