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

feat: wait sentence 等待语句 #606

Open
ClodLingxi opened this issue Dec 20, 2024 · 1 comment
Open

feat: wait sentence 等待语句 #606

ClodLingxi opened this issue Dec 20, 2024 · 1 comment

Comments

@ClodLingxi
Copy link
Contributor

似乎没有专门语句能够实现停止固定时间。

目前的替代方法:通过changeFigure的delay实现,需要施加少量的位移。

@A-kirami
Copy link
Contributor

对于这方面,我目前使用的替代方法:

changeFigure: block.png -id=wait -next;
setTransform: {"alpha":0} -target=wait -duration=250;

block.png 是一个大小为1*1的透明图片,使用时需要在每一个脚本文件前通过 changeFigure 引入

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