修改角色穿戴手套动画步骤
This commit is contained in:
parent
9ee55d5969
commit
710327195a
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -791,7 +791,7 @@ namespace ZXK.LouDiXvMuNiu
|
||||
public void AnswerSystemInStep(NiuData step)
|
||||
{
|
||||
string[] answers = step.OptionsAll.Split("|");
|
||||
if (step.id == 244)
|
||||
if (step.id == 234)
|
||||
{
|
||||
PopUpMng.PopAnswerImgQuestions(step.Question, answers, GetOptionIndex(step.OptionRight), () =>
|
||||
{
|
||||
|
||||
@ -544,7 +544,7 @@ namespace ZXK.LouDiXvMuNiu
|
||||
_nearCameraTRTog.gameObject.SetActive(true);
|
||||
if (_nearCameraTRTog.isOn)
|
||||
{
|
||||
if (GameManager.Instance._StateContext.GetState().Name.Equals("ExamState") && obj.id == 167)
|
||||
if (GameManager.Instance._StateContext.GetState().Name.Equals("ExamState") && obj.id == 160)
|
||||
{
|
||||
NiuSceneMng._Instance.CameraSetNear2TR(obj);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user