diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index 8f6632dcd9e..f4dc85e4972 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -351,6 +351,15 @@ Loads an image from the binary contents of a PNG file. + + + + + + + Loads an image from the binary contents of a TGA file. + + diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index cc8642f4805..a7d7b4d4813 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -260,6 +260,9 @@ Output latency in milliseconds for audio. Lower values will result in lower audio latency at the cost of increased CPU usage. Low values may result in audible cracking on slower hardware. + + Safer override for [member audio/output_latency] in the Web platform, to avoid audio issues especially on mobile devices. + Setting to hardcode audio delay when playing video. Best to leave this untouched unless you know what you are doing.