added additional agruments to the game properties dictionary
parent
3f6c985b78
commit
b725f11b0e
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue