Skip to content

wait遇到背景会直接阻塞,但立绘不会 #1006

Description

@Yunease

版本:4.5.16 2025-10-02(有点老了,不确定是否修复
环境:edge

描述:尝试使用背景连播,如:

changeBg:1.png -next;
wait:1000;
changeBg:1.png -next;

此时,无论等待多久,背景都不会切换。

解决方式:

changeFigure:1.png -next;
wait:1000;
changeFigure:1.png -next;

对于立绘,则不会阻塞,可以正确播放下去。

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions