PankuConsole icon indicating copy to clipboard operation
PankuConsole copied to clipboard

add support for popout windows by default

Open NickMakesGames opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. I am working on a pixel-art game with a very low resolution, so the high-res panku console windows take up a lot of space when overlaid onto my game. It's also cumbersome to drag them around to reveal the little "popout" button - is there a config setting somewhere I can toggle that makes the console windows default to their own separate OS windows?

Describe the solution you'd like A project setting or config resource to make console windows appear outside of the game window by default. If this setting is toggled to "true," then closing an OS window with a console feature should not restore that feature to the main screen overlay.

It would also be nice to have an option to specify x/y coordinates and size for where each window should appear (similar to the project settings > display > window > initial position/window width override/window height override options that can be used for the main window)

Describe alternatives you've considered Manually adding/modifying the script directly in the addons/folder that will force console elements into the positions I want on startup. This would require a bit of digging into how the plugin works and would be cumbersome to update when needed

Additional context Add any other context or screenshots about the feature request here.

NickMakesGames avatar Jul 24 '24 15:07 NickMakesGames

Sorry for the late reply, I'm working on it.

Ark2000 avatar Aug 23 '24 15:08 Ark2000