Gilles Roudière
Gilles Roudière
See #59
Well, I do not think we really need a separated branch for the doc, as it is supposed to evolve with the software (It is not a different version, like...
Hum, I just find out that the Github wiki is in fact a git repository. This seems to be a good idea for me, we could move every documentation-related sources...
Other themes can be found there: https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes The bootswatch one seems not so bad (The font and huge title are cool :) ) I also teste the material one, the...
I don't really see the point. This feature selection is meant to simplify the interface, not really to disallow you completely from making a game. > Feels a bit wrong...
The conversion should be more or less automatic already, I implemented a few things to make sure at least atlases gets converted correctly. Though to make it clear, don't expect...
I checked the MRP, and it seems like the only tile present is an autotile one. Sadly, autotiles cannot be converted automatically from 3.x to 4.x, and thus require manual...
> After some experimentation, I realized, that (if I don't miss something) the current PropertyInfo cannot hold information about an alternative display name. Yeah, that's the main problem. I see...
As you have seen on the issue you linked, the asked feature is controversial. Several users (including myself) are not happy with the fact `max(A,B)` would be able to return...
I don't think this is fixable. The problem is that `clip_children` relies on the CanvasItem hierachy in the RenderingServer, and each TileMap / TileMapLayer nodes does have several of those...