[RTL] Add option to customize list bullet, use U+2022 by default.

This commit is contained in:
bruvzg
2023-03-17 08:44:11 +02:00
parent 1e0f7a12f7
commit 4793b6eee9
3 changed files with 13 additions and 5 deletions
+1
View File
@@ -365,6 +365,7 @@
<param index="0" name="level" type="int" />
<param index="1" name="type" type="int" enum="RichTextLabel.ListType" />
<param index="2" name="capitalize" type="bool" />
<param index="3" name="bullet" type="String" default="&quot;•&quot;" />
<description>
Adds [code][ol][/code] or [code][ul][/code] tag to the tag stack. Multiplies [param level] by current [member tab_size] to determine new margin length.
</description>