Allow rendering a subset of layers in a tiled map

This commit is contained in:
oakes
2014-02-08 01:57:42 -05:00
parent 99a69f5d47
commit 4781d34efe
2 changed files with 39 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
(ns play-clj.core
(:require [play-clj.utils :as u])
(:require [clojure.set]
[play-clj.utils :as u])
(:import [com.badlogic.gdx Application Audio Files Game Gdx Graphics Input
InputMultiplexer InputProcessor Net Screen]
[com.badlogic.gdx.audio Sound]