workadventure/front/src/Phaser/Game/OutlineableInterface.ts
2022-01-27 14:05:30 +01:00

11 lines
337 B
TypeScript

export interface OutlineableInterface {
setFollowOutlineColor(color: number): void
removeFollowOutlineColor(): void
setApiOutlineColor(color: number): void
removeApiOutlineColor(): void
pointerOverOutline(): void
pointerOutOutline(): void
characterCloseByOutline(): void
characterFarAwayOutline(): void
}