Fix typo
This commit is contained in:
@@ -234,7 +234,7 @@ via the screen map.
|
|||||||
entities))
|
entities))
|
||||||
|
|
||||||
; 2D physics contact (for play-clj.g2d-physics)
|
; 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
|
(defscreen my-screen
|
||||||
:on-begin-contact ; two bodies began to touch
|
:on-begin-contact ; two bodies began to touch
|
||||||
(fn [screen entities]
|
(fn [screen entities]
|
||||||
@@ -246,7 +246,7 @@ via the screen map.
|
|||||||
entities))
|
entities))
|
||||||
|
|
||||||
; 3D physics contact (for play-clj.g3d-physics)
|
; 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
|
(defscreen my-screen
|
||||||
:on-begin-contact ; two bodies began to touch
|
:on-begin-contact ; two bodies began to touch
|
||||||
(fn [screen entities]
|
(fn [screen entities]
|
||||||
|
|||||||
Reference in New Issue
Block a user