shuf
This commit is contained in:
parent
b67935513a
commit
8c51e43e79
2 changed files with 1 additions and 2 deletions
|
@ -12,6 +12,7 @@ import java.util.*
|
|||
val file = File("./run/conf.properties")
|
||||
val prop = Properties()
|
||||
|
||||
//TODO: make them variables work :(
|
||||
//init values
|
||||
public val winW = prop.getProperty("winWidth")
|
||||
//public val WINDOW_WIDTH = winW.toInt()
|
||||
|
|
|
@ -37,6 +37,4 @@ object GameConfig {
|
|||
.withTitle("$GAME_ID | $GAME_VER")
|
||||
.withIcon("assets/icon.png")
|
||||
.build()
|
||||
|
||||
//TODO: Replace most of this with a json/yaml/whatever config file for the user to be able to edit.
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue