Ark2000 / PankuConsole

Feature-packed real-time debugging toolkit for Godot Engine.
https://k2kra.xyz/PankuConsole/
MIT License
997 stars 38 forks source link

More careful pause mode #161

Closed worron closed 7 months ago

worron commented 7 months ago

Panku can pause game when console open, which is very appreciated feature. Unfortunately it can become a little messy if game itself implements pause triggers. For example, app itself can pause tree if ingame floating menu opened. Opening and and closing console in that exact moment will lead to unexpected tree unpausing.

This minor fix should minimize such conflicts.