better axe sound.

This commit is contained in:
Bryce Covert
2015-11-06 13:09:58 -08:00
parent fa251145ef
commit 91486c3791
5 changed files with 4 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1 +1 @@
4 6

Binary file not shown.

View File

@@ -1,7 +1,7 @@
(ns advent.core.desktop-launcher (ns advent.core.desktop-launcher
(:require [advent.core :refer :all] (:require [advent.core :refer :all]
[advent.utils :as utils] [advent.utils :as utils]
[clojure.tools.nrepl.server]) #_[clojure.tools.nrepl.server])
(:import [com.badlogic.gdx.backends.lwjgl LwjglApplication LwjglApplicationConfiguration] (:import [com.badlogic.gdx.backends.lwjgl LwjglApplication LwjglApplicationConfiguration]
[org.lwjgl.input Keyboard] [org.lwjgl.input Keyboard]
[com.badlogic.gdx Gdx]) [com.badlogic.gdx Gdx])
@@ -11,8 +11,8 @@
(defn -main (defn -main
[& [port]] [& [port]]
(try #_(try
#_(require 'clojure.tools.nrepl.server)
(when port (let [{port :port} (clojure.tools.nrepl.server/start-server :port (Integer/parseInt port))] (when port (let [{port :port} (clojure.tools.nrepl.server/start-server :port (Integer/parseInt port))]
(doseq [port-file ["target/repl-port" ".nrepl-port"]] (doseq [port-file ["target/repl-port" ".nrepl-port"]]
(-> port-file (-> port-file