Modify and add boolean functions

This commit is contained in:
oakes
2014-04-07 01:56:35 -04:00
parent 6e45161518
commit 8d0502560a
4 changed files with 85 additions and 10 deletions

View File

@@ -58,7 +58,7 @@
(defn shape?
"Returns true if `entity` is a `shape`."
[entity]
(isa? (type entity) ShapeEntity))
(isa? (type (u/get-obj entity :object)) ShapeRenderer))
; tiled maps