changing the way Outline is handled
This commit is contained in:
parent
f42c7564b9
commit
dbd06bda4e
6 changed files with 78 additions and 7 deletions
6
front/src/Phaser/Game/OutlineableInterface.ts
Normal file
6
front/src/Phaser/Game/OutlineableInterface.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import type { OutlineConfig } from '../../Utils/OutlineManager';
|
||||
|
||||
export interface OutlineableInterface {
|
||||
getObjectToOutline: () => Phaser.GameObjects.GameObject;
|
||||
getOutlineConfig: () => OutlineConfig;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue