fixes issue where ego disappears.
This commit is contained in:
@@ -77,6 +77,8 @@
|
||||
:x x :y y
|
||||
:scale-x 4
|
||||
:scale-y 4
|
||||
:origin-x 0
|
||||
:origin-y 0
|
||||
:item item
|
||||
:box (zone/box (- offset-x padding) (- offset-y padding) (+ offset-x item-width padding) (+ offset-y item-width padding))))))
|
||||
|
||||
|
||||
@@ -690,8 +690,7 @@
|
||||
(doseq [e (sort-by :baseline all-entities)]
|
||||
(if (:parallax e)
|
||||
(render-parallax screen e)
|
||||
(render! screen [e])))
|
||||
|
||||
(render! screen [e])))
|
||||
|
||||
entities)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user