Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fablackstar opened this issue Sep 4, 2023 · 4 comments
Open

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

fablackstar opened this issue Sep 4, 2023 · 4 comments

Comments

@fablackstar
Copy link

fablackstar commented Sep 4, 2023

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

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

@kyouryuukunn
Copy link
Owner

Please add the definition code of b2 and the using code "at tcommon."

@fablackstar
Copy link
Author

fablackstar commented Sep 5, 2023

i think b2 is irrelevant to the issue but i will post it here anyway:

transform b2:
    xzoom 1.05 yzoom 0.95
    linear 0.1 xzoom 0.95 yzoom 1.05
    linear 0.1 xzoom 1.0 yzoom 1.0
    yoffset 0
    easein .1 yoffset -5
    easeout .1 yoffset 0

line for tcommon:

show rg base2a eyes2a mouth2a at tcommon(960)

@kyouryuukunn
Copy link
Owner

What is Ren'Py version?

@fablackstar
Copy link
Author

8.1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants