9 lines
181 B
Markdown
9 lines
181 B
Markdown
# Touching
|
|
|
|
Reports true if sprite is touching specified sprite
|
|
|
|
```
|
|
export function isTouching(_this: micro_bitSprites.LedSprite, other: micro_bitSprites.LedSprite) : boolean
|
|
```
|
|
|