Skip to content

Editor doesn't display images with 'at' transform properly #26

@fablackstar

Description

@fablackstar

https://imgur.com/a/Sd7ObCB
I have sprites with zoom transforms but they do not appear with transforms in the editor.

code:

transform tcommon(x=0, z=0.55):
    yanchor 1.0 subpixel True
    on show:
        parallel:
            zoom z*0.95 alpha 0.00
            xcenter x ypos 1680
            easein .25 ypos 1710 zoom z*1.00 alpha 1.00
        parallel:
            b2
        
    on replace:
        alpha 1.00
        zoom z*1.00
        parallel:
            easein .25 xcenter x 
        parallel:
            easein .15 ypos 1710
        parallel:
            b2

よろしくお願いいたします。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions