first.
This commit is contained in:
10
desktop/src/advent/core/desktop_launcher.clj
Normal file
10
desktop/src/advent/core/desktop_launcher.clj
Normal file
@@ -0,0 +1,10 @@
|
||||
(ns advent.core.desktop-launcher
|
||||
(:require [advent.core :refer :all])
|
||||
(:import [com.badlogic.gdx.backends.lwjgl LwjglApplication]
|
||||
[org.lwjgl.input Keyboard])
|
||||
(:gen-class))
|
||||
|
||||
(defn -main
|
||||
[]
|
||||
(LwjglApplication. advent "advent" 1920 1080)
|
||||
(Keyboard/enableRepeatEvents true))
|
||||
Reference in New Issue
Block a user