encryptid

Results 5 issues of encryptid

In Ren'Py 8.1.3, the Show() action interprets the first non-keyword argument it is given to be the value of the `transition` keyword, even when `transition=None` is also specified. This is...

Hello. For a few years now I've been using Ren'Py to build a sort of hybrid VN/point-and-click type game that relies heavily on fixing rollback, but unfortunately I've encountered a...

I have a basic shader that takes no uniforms or properties and just sets `gl_FragColor = vec4(1.0, 0.0, 0.0, 1.0)`, but adding it to a `renpy.Render(...)` results in nothing being...

The `x` and `y` mouse position variables supplied to the `event()` method take on some very strange and confusing values when camera perspective is enabled. I hesitate to say they're...

Currently, the `style` argument passed to a custom SL statement screen will not apply a style prefix unless the statement was given a `style_suffix` property. I was wondering if we...