added additional agruments to the game properties dictionary

backup
LinuxMint4Ever 2019-10-17 03:46:39 +02:00
parent 3f6c985b78
commit b725f11b0e
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ game_properties = {
"library directory": "lib/jar", # will be transformed by the launch function
"asset directory": "res",
"game directory": "run",
"java executable": "java"}
"java executable": "java",
"additional arguments": ""}
command = None