Everything star sprite done EXCEPT cooldown on teleport

This commit is contained in:
ceikry
2021-07-14 17:26:15 -05:00
parent 3a689e6981
commit e315bf8b83
6 changed files with 189 additions and 22 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ dependencies {
implementation 'io.github.classgraph:classgraph:4.8.98'
implementation 'org.jetbrains.kotlin:kotlin-reflect'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2'
implementation files("libs/ConstLib-1.1.jar")
implementation files("libs/ConstLib-1.2.jar")
implementation files("libs/PrimitiveExtensions-1.0.jar")
}