better axe sound.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
4
|
6
|
||||||
|
|||||||
Binary file not shown.
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user