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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
源码是这样的:
auto mouth = SourceImage::create(Util::getResourcePath("mouth.png")); setImageTexture(mouth); setTextureBounds(FrameBounds{502.5, 710, 262.5, 167.5});
这里的FrameBounds{502.5, 710, 262.5, 167.5}范围是怎么确定的
我想给眼睛加效果,怎么确定眼睛的范围呢
The text was updated successfully, but these errors were encountered:
No branches or pull requests
源码是这样的:
这里的FrameBounds{502.5, 710, 262.5, 167.5}范围是怎么确定的
我想给眼睛加效果,怎么确定眼睛的范围呢
The text was updated successfully, but these errors were encountered: