extends BaseTurret
field | type | default | note |
---|---|---|---|
buildSpeed | float | 1 | 建筑速度 |
buildBeamOffset | float | 5 | 建筑枪y轴偏移 |
heatColor | Color | ffd37fe6 | 建筑枪-heat 贴图过热颜色 |
public BuildTurret(String name){ super(name); group = BlockGroup.turrets; sync = false; rotateSpeed = 10f; suppressable = true; }