dd
This commit is contained in:
@@ -25,18 +25,14 @@ export class Main extends Root {
|
||||
protected async run() {
|
||||
smc.initialize = ecs.getEntity<Initialize>(Initialize);
|
||||
smc.monsters = [
|
||||
{prefab_path:'lang',name:'迅狼',speed:100},
|
||||
{prefab_path:'hero',name:'火猴',speed:45},
|
||||
{prefab_path:'lang',name:'m3',speed:40},
|
||||
{prefab_path:'lang',name:'m4',speed:40},
|
||||
{prefab_path:'lang',name:'m3',speed:40},
|
||||
{prefab_path:'lang',name:'m4',speed:40},
|
||||
]
|
||||
smc.heros = [
|
||||
{prefab_path:'lang',name:'迅狼',speed:110},
|
||||
{prefab_path:'liubang',name:'刘邦',speed:110},
|
||||
{prefab_path:'yinzheng',name:'嬴政',speed:110},
|
||||
{uuid:1102},
|
||||
{uuid:1102},
|
||||
{uuid:1102},
|
||||
{uuid:1201},
|
||||
{uuid:1201},
|
||||
{uuid:1201},
|
||||
]
|
||||
|
||||
console.log("Game start");
|
||||
smc.vmAdd()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user