Fix on-pause and on-resume comments

This commit is contained in:
oakes
2014-08-20 10:40:52 -04:00
parent 4546b95fff
commit e437761c3e

View File

@@ -140,11 +140,11 @@ via the screen map.
(println (:width screen)) ; the new width of the screen (println (:width screen)) ; the new width of the screen
(println (:height screen)) ; the new height of the screen (println (:height screen)) ; the new height of the screen
entities) entities)
; the screen resumed from a paused state (mobile only) ; the screen resumed from a paused state
:on-resume :on-resume
(fn [screen entities] (fn [screen entities]
entities) entities)
; the screen paused (mobile only) ; the screen paused
:on-pause :on-pause
(fn [screen entities] (fn [screen entities]
entities) entities)