Open
Description
- Create a new KTX module that extends
ktx-scene2d
. - Include and document another major dependency:
com.rafaskoberg.gdx:typing-label
. - Add and test factory method for
TypingLabel
. - Add utility extension methods that register event listeners.
- Add support for multiple
TypingListener
instances.
- Add support for multiple
- Consider adding custom DSL for
TypingLabel
tokens.
TypingLabel
is an interesting third-party extension that defines additional Scene2D actor: a label that appears to be typed in real time. It supports a wide range of special effects. It would be a nice addition to our Scene2D extensions.