修改角色穿戴手套动画步骤

This commit is contained in:
丛刚 2025-02-27 09:29:51 +08:00
parent 9ee55d5969
commit 710327195a
4 changed files with 411 additions and 619 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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), () =>
{

View File

@ -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);
}