Always Skip Lines/AutoMasher
الدلائل
/
Always Skip Lines/AutoMasher
تم التحديث 2 months ago من rekitrelt

Edit DialogueSystemSample.exe:

        public void HandleInput(DialogInputState input)
        {
            switch (this.currentState)
            {
            case DialoguePlayer.DialogueState.Stopped:
                break;
            case DialoguePlayer.DialogueState.PlayingBranch:
                if (this.DrawFaded)
                {
                    this.branchPlayer.SkipLines();
                    return;
                }
                this.DrawFaded = true;
                return;
            case DialoguePlayer.DialogueState.Hub:
                this.hubPlayer.HandleInput(input);
                if (this.Engine_IsCancelDown != null && this.Engine_IsCancelDown())
                {
                    this.currentState = DialoguePlayer.DialogueState.Stopped;
                    this.branchPlayer.speechLines.Clear();
                    return;
                }
                break;
            default:
                return;
            }
        }
إحصائيات اللعبة
متابعون
20
جولات سريعة
8
اللاعبون
4
آخر المواضيع
نُشرت 8 years ago
games:thread_reply_count
نُشرت 9 years ago
1 رد
نُشرت 9 years ago
games:thread_reply_count
المشرفون