This commit is contained in:
oakes
2014-05-16 18:37:47 -04:00
parent 0acc58a2c4
commit edde8e507f

View File

@@ -234,7 +234,7 @@ via the screen map.
entities))
; 2D physics contact (for play-clj.g2d-physics)
; Tip: use first-entity and second-entity to get the get the entities that are contacting
; Tip: use first-entity and second-entity to get the entities that are contacting
(defscreen my-screen
:on-begin-contact ; two bodies began to touch
(fn [screen entities]
@@ -246,7 +246,7 @@ via the screen map.
entities))
; 3D physics contact (for play-clj.g3d-physics)
; Tip: use first-entity and second-entity to get the get the entities that are contacting
; Tip: use first-entity and second-entity to get the entities that are contacting
(defscreen my-screen
:on-begin-contact ; two bodies began to touch
(fn [screen entities]