From acb83db1d1d43de62c7e7dbafac9b2fb919816e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 25 May 2020 17:00:22 +0200 Subject: [PATCH] doc: Sync classref with current source --- doc/classes/Color.xml | 6 +++--- doc/classes/Image.xml | 6 ++++++ doc/classes/OS.xml | 2 +- doc/classes/ProjectSettings.xml | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/classes/Color.xml b/doc/classes/Color.xml index b7ab3ac71ac..e8761d6f12d 100644 --- a/doc/classes/Color.xml +++ b/doc/classes/Color.xml @@ -308,9 +308,6 @@ - - Gray color. - Alice blue color. @@ -461,6 +458,9 @@ Goldenrod color. + + Gray color. + Green color. diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml index 85bc1c47844..446944b674a 100644 --- a/doc/classes/Image.xml +++ b/doc/classes/Image.xml @@ -430,6 +430,12 @@ Saves the image as a PNG file to [code]path[/code]. + + + + + + diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 2504a56f85d..47160936289 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -954,7 +954,7 @@ The current screen orientation. - + The current tablet drvier in use. diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 87adace477e..a9632e4b21d 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -460,7 +460,7 @@ Sets the game's main viewport width. On desktop platforms, this is the default window size. Stretch mode settings also use this as a reference when enabled. - + Specifies the tablet driver to use. If left empty, the default driver will be used.