You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@ You can then run `webpack` to create a development build in the `build` folder w
320
320
*`dropZone` - If `true` the Interactive Object will be set to be a drop zone for draggable objects.
321
321
*`useHandCursor` - If `true` the Interactive Object will set the `pointer` hand cursor when a pointer is over it. This is a short-cut for setting `cursor: 'pointer'`.
322
322
*`cursor` - The CSS string to be used when the cursor is over this Interactive Object.
323
-
*`pixelPerfect` - If `true` the a pixel perfect function will be set for the hit area callback. Only works with texture based Game Objects.
323
+
*`pixelPerfect` - If `true` the pixel perfect function will be set for the hit area callback. Only works with texture based Game Objects.
324
324
*`alphaTolerance` - If `pixelPerfect` is set, this is the alpha tolerance threshold value used in the callback.
0 commit comments