ddd
This commit is contained in:
@@ -24,14 +24,14 @@ export class Main extends Root {
|
||||
protected async run() {
|
||||
smc.initialize = ecs.getEntity<Initialize>(Initialize);
|
||||
smc.monsters = [
|
||||
{prefab_path:'niu',name:'m1',speed:110},
|
||||
{prefab_path:'hero',name:'lang',speed:110},
|
||||
// {prefab_path:'niu',name:'m2',speed:80},
|
||||
// {prefab_path:'niu',name:'m3',speed:40},
|
||||
// {prefab_path:'niu',name:'m4',speed:80},
|
||||
]
|
||||
smc.heros = [
|
||||
{prefab_path:'niu',name:'war',speed:110},
|
||||
// {prefab_path:'niu',name:'magic',speed:60},
|
||||
// {prefab_path:'niu',name:'war',speed:110},
|
||||
{prefab_path:'hero',name:'hero',speed:60},
|
||||
// {prefab_path:'niu',name:'heath',speed:60},
|
||||
// {prefab_path:'niu',name:'war',speed:60},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user