From 2b779cd5bb32811de0d39a8614979b1199ed2802 Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Thu, 13 Sep 2018 17:21:23 +0200 Subject: [PATCH] [DOCS] Project Settings: Default clear color --- doc/classes/ProjectSettings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 1bf2e6d83c5..b0d1cf8619b 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -630,7 +630,7 @@ Fix to improve physics jitter, specially on monitors where refresh rate is different than physics FPS. - Default background clear color. + Default background clear color. Overridable per [Viewport] using its [Environment]. See [member Environment.background_mode] and [member Environment.background_color] in particular. To change this default color programmatically, use [method VisualServer.set_default_clear_color]. Max buffer size for blend shapes. Any blend shape bigger than this will not work.