Document the lack of localization remapping support in VideoPlayer

See #43917.
This commit is contained in:
Hugo Locurcio 2020-11-27 15:56:24 +01:00
parent 43f60c94e8
commit 1636fb8856
No known key found for this signature in database
GPG Key ID: 39E8F8BE30B0A49C

View File

@ -6,6 +6,7 @@
<description>
Control node for playing video streams using [VideoStream] resources.
Supported video formats are [url=https://www.webmproject.org/]WebM[/url] ([code].webm[/code], [VideoStreamWebm]), [url=https://www.theora.org/]Ogg Theora[/url] ([code].ogv[/code], [VideoStreamTheora]), and any format exposed via a GDNative plugin using [VideoStreamGDNative].
[b]Note:[/b] Due to a bug, VideoPlayer does not support localization remapping yet.
</description>
<tutorials>
</tutorials>