Fix on-pause and on-resume comments
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user