Christian Baune
Christian Baune
Why not offer a higher level function like: ```editor_settings.add_shortcut("my_plugin/alert", "ctrl+a")``` Or: ```editor_settings.add_shortcut("my_plugin/alert", "ctrl+a",self,"select_all")``` It would also make it much easier to see at a glance as we would not have...
There is quite a big quality issue in the proposed code, relying on string is bad (https://github.com/godotengine/godot/pull/58585#issuecomment-1237947265) and Godot already solved that issue. ```gdscript @tool extends EditorPlugin const alert_shortcut_name=&"my_plugin/alert" func...
You need to install [GO](https://golang.org/doc/install) and Git. Then you create a directory under your GoPath directory `$HOME/go/src/github.com/matthewvalimaki` And clone this repo: `cd $HOME/go/src/github.com/matthewvalimaki && git clone [email protected]:matthewvalimaki/cas-server.git` Then you need...
There is a weird thing in the way it works. Every view need to be the child of the camera AND the camera move in opposite direction. ```kotlin fixedSizeContainer(256,256,clip =...