Cédric Néhémie

Results 104 comments of Cédric Néhémie

Ok, I was just waiting for some feedback on the functionality itself, but I'll update the documentation as well. Shall I proceed with the changes on the other classes?

> Kind of iffy on this PR myself overall, because it introduces a lot of code to the core **Texture2D** itself. Despite that there are going to be a lot...

If you want to test the PR with a spritesheet with anchors: 1. Download and enable the [*TexturePacker Importer*](https://godotengine.org/asset-library/asset/1503) 2. Add the following code in `addons/codeandweb.texturepacker/texturepacker_import_spritesheet.gd` at line 120: `texture.anchor...

I haven't commented here yet, but I've started working on a PR that implement a pivot mode field on sprites that replaces the `centered` property with an enum. The PR...