summaryrefslogtreecommitdiff
path: root/doc/classes/Label.xml
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-10-02 09:16:23 +0200
committerGitHub <noreply@github.com>2020-10-02 09:16:23 +0200
commit48afdfddb583c117ea3fff49d94b781b676b38e7 (patch)
tree0f0faebb4794811427facb636cdfcbfd10ef196b /doc/classes/Label.xml
parent76c308f47bb53d16de39b62b55ac27ee44b03440 (diff)
parent439be614f4706705331669a58ce03f14c34ca52f (diff)
Merge pull request #42486 from aaronfranke/doc-demo-links
Link to demos from within the class reference
Diffstat (limited to 'doc/classes/Label.xml')
-rw-r--r--doc/classes/Label.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Label.xml b/doc/classes/Label.xml
index 3318f2757d..570d7f075b 100644
--- a/doc/classes/Label.xml
+++ b/doc/classes/Label.xml
@@ -8,6 +8,7 @@
[b]Note:[/b] Contrarily to most other [Control]s, Label's [member Control.mouse_filter] defaults to [constant Control.MOUSE_FILTER_IGNORE] (i.e. it doesn't react to mouse input events). This implies that a label won't display any configured [member Control.hint_tooltip], unless you change its mouse filter.
</description>
<tutorials>
+ <link title="2D Dodge The Creeps Demo">https://godotengine.org/asset-library/asset/515</link>
</tutorials>
<methods>
<method name="get_line_count" qualifiers="const">