FINALLY managed to un-staticify GameBasics, this means the game can potentially recognize different rulesets!

This commit is contained in:
Yair Morgenstern
2019-12-04 23:57:54 +02:00
parent 975531d856
commit 47e214258a
60 changed files with 329 additions and 331 deletions

View File

@ -16,6 +16,7 @@ import kotlin.concurrent.thread
internal object DesktopLauncher {
@JvmStatic
fun main(arg: Array<String>) {
if (File("../Images").exists()) // So we don't run this from within a fat JAR
packImages()