Will

Results 80 comments of Will

Interestingly when I culled out the `addons` directory from my export the project is now working, but only when run from the command line. When I run the app directly...

Ok, what fixed it for me was choosing the following style export settings: Perhaps for some reason the `.res` file or the `.png` file are not getting required properly by...

Can we open this issue again? @viniciusgerevini

@viniciusgerevini Yes sure I can provide my current sources for a Christmassy game I'm working on, I'll send them over to your email address rather than posting here directly.

Hey I'm on a motorcycle tour at the moment but I can give some pointers. The current index of the cursor is determined by the following function: https://github.com/tavurth/godot-radial-menu/blob/6a67b2b5038afe4187f0dedf76ce24a605faa2df/addons/radial_menu/CursorPos.gd#L16-L33 However this...

If the line should reach the cursor wherever it is on screen, then I would use a canvas layer and just draw that line in a shader. The Shader in...

> why does it modify all these submodule commits? That's a good question 🤔 Before I had some problems with these vendor areas during a rebase I will revert them.

JSON RPC serialisation (Geth) Rest API ETH2 Hex has sometimes a leading 0x Generic converters Exact correct string for every type

@arnetheduck You mentioned about the different client responses (JSON responses) however I see mostly that there is only one response example in each tests folder. 🤔 As I read from...

I'm running the following: **./dev.sh** ```bash #!/usr/bin/env bash if [ $# -lt 1 ]; then echo "./dev.sh API_NAME" echo echo " Example:" echo " ./dev.sh my-cool-api" exit 1 fi nodemon...