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
|
||||
(: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
|
||||
|
||||
Reference in New Issue
Block a user