(play-cljc.gl.core/render
game
(->
entity
(assoc
:viewport
{:x 0, :y 0, :width game-width, :height game-height})
(play-cljc.transforms/project game-width game-height)
(play-cljc.transforms/translate 0 0)
(play-cljc.transforms/scale img-width img-height)))