woso_javan 2 tháng trước cách đây
mục cha
commit
2c2719dbad
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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++;
             }