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