jsfehler

Results 35 comments of jsfehler

@Nickardson Off the top of my head, what happens in the unlikely case a label needs to be positioned at 1, 1? Looks like it'll get placed in the center.

I was able to get a hacky version of this working. The focus system still doesn't know about displayables hidden by the viewport. This approach requires a consistent id for...

As an example, given I have a screen with many buttons, each with a transform: ``` screen lotta_buttons(): vbox: imagebutton auto 'my_button_a_%.png' action [SensitiveIf(condition_a)] at tf_lotta_button imagebutton auto 'my_button_a_%.png' action...

@renpytom Did you mean mypy or a similar linter? Python doesn't enforce type annotations. The typing module is available in 2.7, albeit as a separate package. Python 3.6 would allow...

If they're in python blocks, I'm assuming they're inside a label which is reached in-game because you want the entries associated with save data. See: https://renpy-encyclopaedia.readthedocs.io/en/latest/user_guide/02-scope/01-global-vs-local.html If they're in python...