We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
增加一些色调、明度、饱和度等的动画效果属性 比如入场先出现黑色剪影再从黑色剪影变成彩色立绘 或者受伤时变红 或者受到打击时变灰之类的
The text was updated successfully, but these errors were encountered:
感觉剪影可以通过叠加纯色立绘并改变透明度的方式实现(然后立绘工作量2),其余同理(然后立绘工作量n) 如果能直接通过类似蒙版的逻辑对立绘甚至live2D添加效果的话感觉会方便很多,当然如果能和支持动画自定义一样支持滤镜自定义就更好了XD只能调开关也行,滤镜强度在文件里修改 我也很奇怪连老电影这种高完成度的滤镜效果都实现了反而没有变暗(用以区分同屏多立绘时的讲话人)之类的经典效果,现在的话用alpha改变透明度稍微能实现类似的感觉……如果能实现真正的变暗就更好了
Sorry, something went wrong.
No branches or pull requests
增加一些色调、明度、饱和度等的动画效果属性
比如入场先出现黑色剪影再从黑色剪影变成彩色立绘
或者受伤时变红
或者受到打击时变灰之类的
The text was updated successfully, but these errors were encountered: