Skip to content

Commit

Permalink
Tilemap content type icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
PhaserEditor2D committed Oct 30, 2020
1 parent d6a508c commit ade934c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ade934c

Please sign in to comment.