diff options
| author | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-11-24 02:38:26 -0200 |
|---|---|---|
| committer | Michael Alexsander Silva Dias <michaelalexsander@protonmail.com> | 2018-12-06 03:29:27 -0200 |
| commit | e4d0ecce7a33b46e39fb49f24ba4b3ff55fba5a9 (patch) | |
| tree | 5d79050b94e0fcad67596ca382f1419195f19d48 /editor/plugins/tile_map_editor_plugin.cpp | |
| parent | 21dea1011687b4c33ff57debdf3b195d02ddee3b (diff) | |
| download | redot-engine-e4d0ecce7a33b46e39fb49f24ba4b3ff55fba5a9.tar.gz | |
General enhancements to the Polygon2D, TextureRegion, and TileSet editors
Diffstat (limited to 'editor/plugins/tile_map_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/tile_map_editor_plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/tile_map_editor_plugin.cpp b/editor/plugins/tile_map_editor_plugin.cpp index 213cd2ce1a..1d8a80d3f3 100644 --- a/editor/plugins/tile_map_editor_plugin.cpp +++ b/editor/plugins/tile_map_editor_plugin.cpp @@ -1862,7 +1862,7 @@ TileMapEditor::TileMapEditor(EditorNode *p_editor) { toolbar->add_child(tile_info); options = memnew(MenuButton); - options->set_text("Tile Map"); + options->set_text("TileMap"); options->set_icon(EditorNode::get_singleton()->get_gui_base()->get_icon("TileMap", "EditorIcons")); options->set_process_unhandled_key_input(false); |
