From e8eea28f88247aac08b2557fc4a1e322c88651b9 Mon Sep 17 00:00:00 2001
From: GrandPaPit <939158862@qq.com>
Date: Sat, 22 Feb 2025 11:35:51 +0800
Subject: [PATCH] Fixes follow_viewport_enabled doc
---
doc/classes/CanvasLayer.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/classes/CanvasLayer.xml b/doc/classes/CanvasLayer.xml
index e542eb7aee4..03dce2ea387 100644
--- a/doc/classes/CanvasLayer.xml
+++ b/doc/classes/CanvasLayer.xml
@@ -45,7 +45,7 @@
The custom [Viewport] node assigned to the [CanvasLayer]. If [code]null[/code], uses the default viewport instead.
- If enabled, the [CanvasLayer] stays in a fixed position on the screen. If disabled, the [CanvasLayer] maintains its position in world space.
+ If enabled, the [CanvasLayer] maintains its position in world space. If disabled, the [CanvasLayer] stays in a fixed position on the screen.
Together with [member follow_viewport_scale], this can be used for a pseudo-3D effect.