clunky workaround

This commit is contained in:
Bryce Covert
2015-08-18 21:13:22 -07:00
parent d75693a910
commit 0b367c3efc
2 changed files with 4 additions and 2 deletions

View File

@@ -444,7 +444,7 @@
:baseline 239)
:pull-sword (assoc (animation->texture screen pull-sword-anim)
:x 10
:y 40
:y 20
:baseline 240
:pull-sword pull-sword-anim)
:hotspots [{:box [0 74 77 109]

View File

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