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
Would be nice to be able to import labels. A few notes regarding the implementation of this:
<text>
<object id="129" x="208" y="768" width="57.3707" height="17.7732"> <text pixelsize="12">TUTORIAL_JUMP</text> </object>
label.set("custom_colors/font_color", Color.black)
halign
valign
{ "center": Label.ALIGN_CENTER, "right": Label.ALIGN_RIGHT, "justify": Label.ALIGN_FILL, "left": Label.ALIGN_LEFT, }
{ "center": Label.VALIGN_CENTER, "bottom": Label.VALIGN_BOTTOM, "top": Label.VALIGN_TOP, }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Would be nice to be able to import labels.
A few notes regarding the implementation of this:
<text>
tag under the object:label.set("custom_colors/font_color", Color.black)
halign
andvalign
:The text was updated successfully, but these errors were encountered: