tool for building .app.

This commit is contained in:
Bryce Covert
2015-08-15 07:52:45 -07:00
parent f670f25d82
commit c5ffaeb1ec
5 changed files with 16 additions and 3 deletions

12
desktop/build-osx.json Normal file
View File

@@ -0,0 +1,12 @@
{
"platform": "mac",
"jdk": "/Users/brycecovert/Downloads/jre1.7.0_80.jre/Contents/Home/Archive.zip",
"executable": "TicksTales",
"appjar": "target/advent-0.0.1-SNAPSHOT-standalone.jar",
"mainclass": "advent/core/desktop_launcher",
"resources": [
"resources"
],
"minimizejre": "soft",
"outdir": "TicksTales.app"
}

BIN
desktop/packr.jar Normal file

Binary file not shown.

View File

@@ -18,7 +18,8 @@
[org.clojure/data.priority-map "0.0.5"]
[org.clojure/core.async "0.1.338.0-5c5012-alpha"]]
:source-paths ["src" "src-common"]
:javac-options ["-target" "1.6" "-source" "1.6" "-Xlint:-options"]
:javac-options ["-target" "1.7" "-source" "1.7" "-Xlint:-options"]
:omit-source true
:aot [advent.core.desktop-launcher]
:main advent.core.desktop-launcher)

View File

@@ -757,7 +757,7 @@ void main()
:tweens {:fade-in (tween/tween :fade-in screen [:fade :opacity] 1.0 0.0 1.0 :ease tween/ease-in-cubic
:finish #(if (not (get-in % [:state :seen-intro?]))
(do ((actions/get-script % (rooms.dream/do-intro %)) entities)
(assoc-in % [:actions :script-running?] true))
%)
%))
:fade-in-music (tween/tween :fade-in-music screen [:volume :value] 0.0 1.0 1.0 :ease tween/ease-in-cubic)}
:started? {:value true

View File

@@ -19,7 +19,7 @@
(defn -main
[& [port]]
(when port (start-nrepl-expr (Integer/parseInt port)))
#_(when port (start-nrepl-expr (Integer/parseInt port)))
(let [cfg (LwjglApplicationConfiguration.)]
(if false
(do