mirror of
https://github.com/Relintai/tile_map_backport.git
synced 2024-11-05 10:11:16 +01:00
Register the editor plugin to the editor.
This commit is contained in:
parent
b6ccf2c09e
commit
be575f2917
@ -26,11 +26,12 @@ SOFTWARE.
|
|||||||
#include "rtile_map.h"
|
#include "rtile_map.h"
|
||||||
|
|
||||||
#ifdef TOOLS_ENABLED
|
#ifdef TOOLS_ENABLED
|
||||||
|
#include "tile_editor/tiles_editor_plugin.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void register_rtile_map_types() {
|
void register_rtile_map_types() {
|
||||||
#ifdef TOOLS_ENABLED
|
#ifdef TOOLS_ENABLED
|
||||||
// EditorPlugins::add_by_type<ModuleSkeletonEditorPlugin>();
|
EditorPlugins::add_by_type<RTilesEditorPlugin>();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ClassDB::register_class<RTileMapPattern>();
|
ClassDB::register_class<RTileMapPattern>();
|
||||||
|
Loading…
Reference in New Issue
Block a user