Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

StringSequence

An asset by miwubunz
The page banner background of a mountain and forest
StringSequence hero image

Quick Information

0 ratings
StringSequence icon image
miwubunz
StringSequence

Node that keeps track of what you type until it matches a sequence.

Supported Engine Version
4.1
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
1 month ago
Git URL
Issue URL

StringSequence

a very simple godot plugin that will keep track of what you type and emit signals based on whether it matches a sequence.

usage

install the addons folder and paste it into your godot project, then, enable it in the project settings (Project -> Project Settings -> Plugins)

then, the StringSequence node will be available

you can assign a string to match with set_string(), and when you type it out properly, matched_sequence will be emitted

when you type a correct letter, correct_letter will be emitted (matched_sequence will be true if the correct letter is the last one)

when you type an incorrect letter, incorrect_letter will be emitted

and when there's any input, input will be emitted

Node that keeps track of what you type until it matches a sequence.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
StringSequence icon image
miwubunz
StringSequence

Node that keeps track of what you type until it matches a sequence.

Supported Engine Version
4.1
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
1 month ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers