diff --git a/CHANGELOG.MD b/CHANGELOG.MD index e4c267856..d5bcc90ce 100644 --- a/CHANGELOG.MD +++ b/CHANGELOG.MD @@ -15,7 +15,7 @@ * User components editor: shows the context menu in the Outline view. * Scene Editor: allows writing an expression in property fields. * New Sunny Land project template, based on Tiled maps. -* Scene Editor: Tilemap, StaticTilemapLayer and DynamicTilemapLayer support. +* Scene Editor:Tilemap, StaticTilemapLayer and DynamicTilemapLayer support. ### Removed diff --git a/source/editor/plugins/phasereditor2d.pack/src/AssetPackPlugin.ts b/source/editor/plugins/phasereditor2d.pack/src/AssetPackPlugin.ts index 26e921762..ac704e925 100644 --- a/source/editor/plugins/phasereditor2d.pack/src/AssetPackPlugin.ts +++ b/source/editor/plugins/phasereditor2d.pack/src/AssetPackPlugin.ts @@ -120,6 +120,10 @@ namespace phasereditor2d.pack { iconName: ICON_ANIMATIONS, contentType: core.contentTypes.CONTENT_TYPE_ANIMATIONS }, + { + iconName: ICON_TILEMAP, + contentType: core.contentTypes.CONTENT_TYPE_TILEMAP_TILED_JSON + }, { plugin: webContentTypes.WebContentTypesPlugin.getInstance(), iconName: webContentTypes.ICON_FILE_FONT,