mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Merge pull request #990 from YeldhamDev/bbcode_update_fix
Fixed wrong information in "BBCode in RichTextLabel"
This commit is contained in:
@@ -46,7 +46,7 @@ Reference
|
||||
+-----------------+--------------------------------------------+--------------------------------------------------------------+
|
||||
| **url (ref)** | ``[url=<url>]{text}[/url]`` | Makes {text} reference <url>. |
|
||||
+-----------------+--------------------------------------------+--------------------------------------------------------------+
|
||||
| **image** | ``[img=<path>][/img]`` | Insert image at resource <path>. |
|
||||
| **image** | ``[img]{path}[/img]`` | Insert image at resource {path}. |
|
||||
+-----------------+--------------------------------------------+--------------------------------------------------------------+
|
||||
| **font** | ``[font=<path>]{text}[/font]`` | Use custom font at <path> for {text}. |
|
||||
+-----------------+--------------------------------------------+--------------------------------------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user