many many bug fixes.

This commit is contained in:
Bryce Covert
2017-01-12 23:30:32 -08:00
parent d08bb503ac
commit 9369a2ea9c
16 changed files with 74 additions and 83 deletions

View File

@@ -3,9 +3,11 @@
"jdk": "/Users/brycecovert/dev/jvms/jre1.8.0_112.jre/Contents/jre.zip",
"executable": "Tick's Tales",
"vmargs": [],
"appjar": "target/advent-standalone.jar",
"mainclass": "advent/core/desktop_launcher",
"classpath": ["target/advent-standalone.jar"],
"mainclass": "advent.core.desktop_launcher",
"resources": ["resources/icon", "steam_appid.txt"],
"minimizejre": "oraclejre8",
"outdir": "target/osx/Tick's Tales.app"
"output": "target/osx/Tick's Tales.app",
"bundle": "com.tickstales.upallknight",
"verbose": true
}