Ark2000 / PankuConsole

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

make window position and size interpolate smoothly and independently … #130

Closed mieldepoche closed 1 year ago

mieldepoche commented 1 year ago

…of framerate

Updates the window position and size in _process instead of _physics_process and replace lerps with a framerate-independant interpolation function.