Name | Dependency | Description |
---|---|---|
core |
/ | Basic typealias and utility |
texture |
/ | Pixmap process |
world |
/ | Entity |
animation |
core |
Animation state machine |
dsl |
/ | DSL |
-
Add the JitPack repository to your
build.gradle.kts
repositories { maven { url = uri("https://www.jitpack.io") } }
-
Add the dependency.
dependencies { implementation("com.github.plumygames:mktx:<module>:<version>") }