TheYellowArchitect

Results 21 comments of TheYellowArchitect

`The reason I'm asking is because during refactoring one may create different classes to handle specific RPCs, which then need to be passed not only the RpcArgs, but also the...

I had made a [YoutubeDL GUI](https://github.com/TheYellowArchitect/YoutubeDL-PowerGUI) because I was used to hooktube, and yotter is just clunky (search engine doesn't even work, I searched today "SANSKRIT SONG from The Mārkaṇḍeya...

Thank you for this. I was testing SFB on the editor and it was good, but days later when I built with System.Windows.Forms, I just couldn't build! I use Unity...

Above^ https://github.com/gkngkc/UnityStandaloneFileBrowser/issues/122 confirmed to work on Unity 2018.1.1f1, thanks!

The difference is hard to see, but it's there. I don't think it looks pixelated, but sharpened.

I tried the above MRP on 4.0.1 and 4.1, on my pc (Arch Linux, 1080Ti) There is a noticeable lag in 4.1 which does not exist in 4.0.1 (which doesn't...

Adding OP's documentation link reference https://docs.godotengine.org/en/latest/tutorials/2d/2d_transforms.html

@Sauermann to explain the functionality preview change: Markdown renders differently (e.g. :ref:`Node3D ` looks very different than the text format here on github, with a huge `REF` in front of...

That moment when a docs page adds many new sections instead of fixing bugs and typos, impressive :tada:

Mouse Click does a [manual raycasting from the mouse onto the 2D grid](https://github.com/TheYellowArchitect/doubledamnation/blob/master/Assets/Co-Op%20Prototype/Scripts/LevelEditor/InputTileManager.cs#L58). Left click creates a tile-type at the selected tile. Right click deletes/erases a tile-type at the selected...