diff --git a/types/phaser.d.ts b/types/phaser.d.ts index d3c77debf6..7917b57afc 100644 --- a/types/phaser.d.ts +++ b/types/phaser.d.ts @@ -77781,6 +77781,7 @@ declare namespace Phaser { * * @property {Phaser.GameObjects.Components.FilterList} external - The external filter list of the Game Object. These filters are applied last, in the parent space of the Game Object. */ internal: Phaser.GameObjects.Components.FilterList; + external: Phaser.GameObjects.Components.FilterList; }; type GameObjectConfig = {