Skip to content

Commit

Permalink
Build 12981fe
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 26, 2023
1 parent 28019db commit 1b8e55c
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html

Large diffs are not rendered by default.

48 changes: 48 additions & 0 deletions love-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -9937,6 +9937,54 @@
"type": "Text"
}
]
},
{
"arguments": [
{
"description": "The font to use for the text.",
"name": "font",
"type": "Font"
},
{
"description": "A table containing colors and strings to add to the object, in the form of {color1, string1, color2, string2, ...}.",
"name": "coloredtext",
"table": [
{
"description": "A table containing red, green, blue, and optional alpha components to use as a color for the next string in the table, in the form of {red, green, blue, alpha}.",
"name": "color1",
"type": "table"
},
{
"description": "A string of text which has a color specified by the previous color.",
"name": "string1",
"type": "string"
},
{
"description": "A table containing red, green, blue, and optional alpha components to use as a color for the next string in the table, in the form of {red, green, blue, alpha}.",
"name": "color2",
"type": "table"
},
{
"description": "A string of text which has a color specified by the previous color.",
"name": "string2",
"type": "string"
},
{
"description": "Additional colors and strings.",
"name": "...",
"type": "Variant"
}
],
"type": "table"
}
],
"returns": [
{
"description": "The new drawable Text object.",
"name": "text",
"type": "Text"
}
]
}
]
},
Expand Down

0 comments on commit 1b8e55c

Please sign in to comment.