Shorten function name
This commit is contained in:
@@ -424,10 +424,10 @@ specify which layers to render with or without
|
|||||||
y (range (- (.getHeight l) 1) -1 -1)]
|
y (range (- (.getHeight l) 1) -1 -1)]
|
||||||
{:x x :y y}))))
|
{:x x :y y}))))
|
||||||
|
|
||||||
(defn render-sorted-map!
|
(defn render-sorted!
|
||||||
"Draws the supplied tiled-map layers and entities sorted by latitude
|
"Draws the supplied tiled-map layers and entities, sorted by latitude
|
||||||
|
|
||||||
(render-sorted-map! screen [\"walls\"] entities)"
|
(render-sorted! screen [\"walls\"] entities)"
|
||||||
[{:keys [^BatchTiledMapRenderer renderer
|
[{:keys [^BatchTiledMapRenderer renderer
|
||||||
^Camera camera
|
^Camera camera
|
||||||
update-fn!]
|
update-fn!]
|
||||||
|
|||||||
Reference in New Issue
Block a user