JSearUK / Playthroughs

The aim is to create the system in such a way that it can be safely dropped into any other project
The Unlicense
0 stars 0 forks source link

Using the following transform produces an unscrollable scrollbar if inside a self-sizing viewport: #12

Closed JSearUK closed 3 years ago

JSearUK commented 3 years ago
transform HoverSpin:
    on selected_hover, hover:
        linear 1.0 rotate 359
        rotate 0
        repeat
    on selected_idle, idle:
        rotate 0

image

JSearUK commented 3 years ago

@KiloOscarSix This is one of the issues I ran into in my original mod. I'm pretty sure it'll take Tom/the Ren'Py team to officially fix this one, though you'll probably be able to find the problem and submit a patch to them

JSearUK commented 3 years ago

I'm going to try explicitly setting the size of the imagebuttons, to see if that cheers the viewport up..?

JSearUK commented 3 years ago

I've found the problem, and applied a workaround. Issue has been forwarded to RenpyTom, who added it as an Issue, here: https://github.com/renpy/renpy/issues/2987 Closing this.