Burloe / GoLogger

GoLogger is a framework that logs any user-defined game events and data into external and sharable .log files. Made for Godot 4.x
https://godotengine.org/asset-library/asset/3365
MIT License
11 stars 0 forks source link

Move settings into a dock panel #7

Open Burloe opened 1 day ago

Burloe commented 1 day ago

Your feature proposal for GoLogger

Move all settings from inspector into a dock panel at the bottom.

Describe the issue your proposal would solve.

Having all the settings in a scene means you're required to open that scene and change the settings in the inspector. Instead, its possible to move all the settings to a dock panel that doesn't require you to jump through hoops just to change a single setting. image

Burloe commented 1 day ago

Started working on this but adding menu elements and hooking them up to the plugin involves a lot of work rather than exporting the variable directly.