Simplify show method

This commit is contained in:
oakes
2014-03-15 11:32:00 -04:00
parent 242a2b9e33
commit 29e72e73b0

View File

@@ -6,7 +6,7 @@
:on-show
(fn [screen entities]
(update! screen :renderer (stage))
(conj entities (label "Hello world!" (color :white))))
(label "Hello world!" (color :white)))
:on-render
(fn [screen entities]
(clear!)