Skip to content

Commit

Permalink
Move TypingLabel extension to TextraTypist
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnm committed Oct 27, 2024
1 parent f48c3f6 commit 31c59cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

**Runtime**
- [BREAK CHANGE] Make `ZIndexComponent#layerName` field private
- [BREAK CHANGE] Move TypingLabel extension to TextraTypist
- Optimize some built-in systems
- Allow to extend `HyperLap2dRenderer` and use custom rendering systems
- Bug fixes and performance improvements
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ dependencies {
implementation project(":h2d-libgdx-bvb-extension")

implementation "space.earlygrey:shapedrawer:$shapedrawerVersion"
implementation "com.rafaskoberg.gdx:typing-label:$typingLabelVersion"
implementation "com.github.tommyettinger:textratypist:$textratypistVersion"
implementation "com.kotcrab.vis:vis-ui:$visuiVersion"
implementation "com.esotericsoftware.spine:spine-libgdx:$spineVersion"
implementation "com.github.lyze237:gdx-TinyVG:$gdxTinyVGVersion"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lwjgl3Version = 3.3.4
artemisVersion = 2.3.0
spineVersion = 4.2.7
visuiVersion = 1.5.3
typingLabelVersion = 1.4.0
textratypistVersion = 1.1.0
shapedrawerVersion = 2.6.0
talosVersion = 1.5.1-SNAPSHOT
gdxTinyVGVersion=7a8927633e
Expand Down

0 comments on commit 31c59cf

Please sign in to comment.