mirror of
https://github.com/Relintai/tile_map_backport.git
synced 2024-11-05 10:11:16 +01:00
Register RTileMap to the Engine.
This commit is contained in:
parent
dd35386012
commit
f37490668e
@ -23,6 +23,7 @@ SOFTWARE.
|
|||||||
#include "register_types.h"
|
#include "register_types.h"
|
||||||
|
|
||||||
#include "rtile_set.h"
|
#include "rtile_set.h"
|
||||||
|
#include "rtile_map.h"
|
||||||
|
|
||||||
#ifdef TOOLS_ENABLED
|
#ifdef TOOLS_ENABLED
|
||||||
#endif
|
#endif
|
||||||
@ -38,6 +39,8 @@ void register_rtile_map_types() {
|
|||||||
ClassDB::register_class<RTileSetAtlasSource>();
|
ClassDB::register_class<RTileSetAtlasSource>();
|
||||||
ClassDB::register_class<RTileSetScenesCollectionSource>();
|
ClassDB::register_class<RTileSetScenesCollectionSource>();
|
||||||
ClassDB::register_class<RTileData>();
|
ClassDB::register_class<RTileData>();
|
||||||
|
|
||||||
|
ClassDB::register_class<RTileMap>();
|
||||||
}
|
}
|
||||||
|
|
||||||
void unregister_rtile_map_types() {
|
void unregister_rtile_map_types() {
|
||||||
|
Loading…
Reference in New Issue
Block a user