clunky workaround
This commit is contained in:
@@ -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]
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user