zSnails

Results 3 issues of zSnails

This pr adds the ability to change the editor font and use your own custom fonts, however there are some caveats, currently Godot does not allow access to system fonts....

I found myself needing to get the native widget of the webview instance, the WEBVIEWAPI defines the `webview_get_native_handle` function, which returns a native handle of choice, I've exposed that API...