mirror of
https://github.com/Relintai/tile_map_backport.git
synced 2024-11-09 03:12:09 +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) {
|
RTilesEditorPlugin::RTilesEditorPlugin(EditorNode *p_node) {
|
||||||
set_process_internal(true);
|
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.
|
// Update the singleton.
|
||||||
singleton = this;
|
singleton = this;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user