unrpyc icon indicating copy to clipboard operation
unrpyc copied to clipboard

Bug: Two statements on same line

Open madeddy opened this issue 4 years ago • 0 comments
trafficstars

A new error from a wrong decompilation was discovered. Used unrpyc v1.1.5 with last patch from dev. Excerpt from errors.txt:

`File "game/renpy_screens.rpy", line 1655: end of line expected. at transform:on show: ^

Ren'Py Version: Ren'Py 7.3.5.606 Fri Mar 26 21:13:39 2021`

The whole codeblock from the file above looks a bit weird but this could be from comments. From line 1639+:

init -501 screen notify(message):

    zorder 100
    style_prefix "notify"

    frame:









        text "[message!tq]"
        at transform:on show:
                parallel:
                    ypos 0
                    linear .5 ypos gui.skip_ypos+40
                parallel:
                    yanchor 1.
                    linear .5 yanchor 0.
    timer 3.25 action Hide('notify')

The game scripts: Dit_v0.1_rpyc.zip

Is this perhaps related to #103? @jackmcbarn

Greets

madeddy avatar Mar 26 '21 20:03 madeddy