changing the way Outline is handled
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import type { OutlineConfig } from '../../Utils/OutlineManager';
|
||||
|
||||
export interface OutlineableInterface {
|
||||
getObjectToOutline: () => Phaser.GameObjects.GameObject;
|
||||
getOutlineConfig: () => OutlineConfig;
|
||||
}
|
||||
Reference in New Issue
Block a user