[Debugger] Add configuration to the GameView debugger plugin

This commit is contained in:
Fabio Alessandrelli
2024-11-06 04:01:58 +01:00
parent 7cd850b909
commit c3e2e46855
3 changed files with 24 additions and 5 deletions

View File

@ -202,6 +202,7 @@ private:
PopupMenu *selection_list = nullptr;
bool selection_visible = true;
bool selection_update_queued = false;
bool warped_panning = false;
bool camera_override = false;
@ -272,7 +273,7 @@ private:
NodeType node_select_type = NODE_TYPE_2D;
SelectMode node_select_mode = SELECT_MODE_SINGLE;
void _setup();
void _setup(const Dictionary &p_settings);
void _node_set_type(NodeType p_type);
void _select_set_mode(SelectMode p_mode);