mirror of
https://github.com/Relintai/tile_map_backport.git
synced 2024-11-05 10:11:16 +01:00
Set up missing editor defs.
This commit is contained in:
parent
16172e9020
commit
763487cbb6
@ -290,6 +290,9 @@ bool RTilesEditorPlugin::handles(Object *p_object) const {
|
||||
RTilesEditorPlugin::RTilesEditorPlugin(EditorNode *p_node) {
|
||||
set_process_internal(true);
|
||||
|
||||
EDITOR_DEF("editors/tiles_editor/display_grid", true);
|
||||
EDITOR_DEF("editors/tiles_editor/grid_color", Color(1, 0.5, 0.2, 0.5));
|
||||
|
||||
// Update the singleton.
|
||||
singleton = this;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user