godot-debug-menu icon indicating copy to clipboard operation
godot-debug-menu copied to clipboard

Default visibility in project settings.

Open LucasArusiewicz opened this issue 1 year ago • 0 comments

Suggestion / Enchantment Default visibility in project settings.

I imagine in init it would look something like this: visible = ProjectSettings.get_setting("debug/settings/debug_menu/visible")

I don't know exactly how, but I believe it would be possible to create this property when the plugin is initialized.

For now I'm using the plugin with this local change and I created this configuration using the Godot UI. I made this change because I'm using the plugin to see performance on mobile.

LucasArusiewicz avatar Sep 23 '23 02:09 LucasArusiewicz