Link to demos from within the class reference

This commit is contained in:
Aaron Franke 2020-10-01 04:34:47 -04:00
parent 5e726d8d20
commit 439be614f4
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
120 changed files with 230 additions and 2 deletions

View file

@ -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">