diff --git a/desktop/src-common/advent/screens/rooms/inside_castle.clj b/desktop/src-common/advent/screens/rooms/inside_castle.clj index 78735627..2b7df332 100644 --- a/desktop/src-common/advent/screens/rooms/inside_castle.clj +++ b/desktop/src-common/advent/screens/rooms/inside_castle.clj @@ -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] diff --git a/desktop/src/advent/core/desktop_launcher.clj b/desktop/src/advent/core/desktop_launcher.clj index 0d4fc037..9e5027d5 100644 --- a/desktop/src/advent/core/desktop_launcher.clj +++ b/desktop/src/advent/core/desktop_launcher.clj @@ -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