This commit is contained in:
walkpan
2024-09-20 00:15:58 +08:00
parent efaf6ac27c
commit cb286ab554
10 changed files with 1016 additions and 178 deletions

View File

@@ -82,7 +82,7 @@ export class Boss extends ecs.Entity {
bs.atk_dis = smc.monsters[uuid].atk_dis;
bs.power = smc.monsters[uuid].power;
bs.power_max = smc.monsters[uuid].power_max;
bs.skill = smc.monsters[uuid].skill_uuid;
bs.type = smc.monsters[uuid].type;
bs.scale = -1;
bs.Tpos = v3(0,0,0);