Mal Graty
Mal Graty
Should be resolved in `8.2.0.24011408+nightly`.
Good icon construction is an art in itself, and while Ren'Py provides a basic version of this for convenience, a better option for those wanting to tailor their icons to...
The naming advice in the doc is still good. You can of course choose to ignore it, but you do so at your own risk and if it results in...
I'm interested in the proposed use case for this sort of thing as it's similar to thoughts I've had previously, but when playing them out have always tended to circle...
To me, this seems like potentially opening a hole into which non-programmer creators can fall without intending to, for very limited benefit to a minority (supposition mine) of programmer creators...
You could also use `(renpy.TEXT_TAG, "space=0"),` instead of the space character if you would find it easier to not need to remember it adds a space. I believe it would...
Aforementioned fix 9ac23face8449a9cd6558828def49f9c41f60649.
@renpytom should this considered closed with the landing of https://github.com/renpy/renpy-build/commit/500086a112b4c08f207370fe2083fdd31e8d8449?
> Could you please provide an example of how to achieve this via a transform? Or point me to the place where you saw those examples and tutorials? I recommend...
Also, if you could determine that `x` was read only and never used in scope after `y` had been mutated, or vice versa (or even that both were read only)...