浏览代码

Make healer splash much smaller

/develop/cubewars/splashdamage
Ervin Teng 4 年前
当前提交
9f05fb59
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Project/Assets/ML-Agents/Examples/CubeWars/Scripts/SmallCubeAgent.cs

2
Project/Assets/ML-Agents/Examples/CubeWars/Scripts/SmallCubeAgent.cs


m_MoveSpeed = 10f;
m_TurnSpeed = 150f;
m_Cooldown = .4f;
m_Splash = 10f;
m_Splash = 3f;
m_Range = 15f;
}
else if (role == Role.DPS)

正在加载...
取消
保存