ktx icon indicating copy to clipboard operation
ktx copied to clipboard

Add TypingLabel extension module

Open czyzby opened this issue 5 years ago • 6 comments

  • [ ] 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.
  • [ ] 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.

Label example

czyzby avatar Apr 26 '20 11:04 czyzby