clunky workaround
This commit is contained in:
@@ -444,7 +444,7 @@
|
|||||||
:baseline 239)
|
:baseline 239)
|
||||||
:pull-sword (assoc (animation->texture screen pull-sword-anim)
|
:pull-sword (assoc (animation->texture screen pull-sword-anim)
|
||||||
:x 10
|
:x 10
|
||||||
:y 40
|
:y 20
|
||||||
:baseline 240
|
:baseline 240
|
||||||
:pull-sword pull-sword-anim)
|
:pull-sword pull-sword-anim)
|
||||||
:hotspots [{:box [0 74 77 109]
|
:hotspots [{:box [0 74 77 109]
|
||||||
|
|||||||
@@ -19,7 +19,9 @@
|
|||||||
|
|
||||||
(defn -main
|
(defn -main
|
||||||
[& [port]]
|
[& [port]]
|
||||||
(when port (start-nrepl-expr (Integer/parseInt port)))
|
(try
|
||||||
|
(when port (start-nrepl-expr (Integer/parseInt port)))
|
||||||
|
(catch Exception e))
|
||||||
(let [cfg (LwjglApplicationConfiguration.)]
|
(let [cfg (LwjglApplicationConfiguration.)]
|
||||||
(if false
|
(if false
|
||||||
(do
|
(do
|
||||||
|
|||||||
Reference in New Issue
Block a user