woso_javan 2 mesi fa
parent
commit
2c2719dbad
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      assets/module_storm_sunder/Script/Manager/PropMgr.ts

+ 1 - 0
assets/module_storm_sunder/Script/Manager/PropMgr.ts

@@ -80,6 +80,7 @@ export class PropMgr {
                 let newMonster = instantiate(propPrefab) as any;
                 newMonster.setParent(propsUI);
                 newMonster.setWorldPosition(spawnPos);
+                newMonster.setScale(0.7, 0.7, 0.7);
                 this.curMovePropsCount++;
             }