From 459f5cb75e09fa673267d5aa63a9038a29b7131a Mon Sep 17 00:00:00 2001 From: Tomasz Chabora Date: Thu, 14 Mar 2019 13:58:29 +0100 Subject: Tweaks related to Camera2D drag margins --- doc/classes/Camera2D.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/Camera2D.xml b/doc/classes/Camera2D.xml index 750b6851b6..f524a02934 100644 --- a/doc/classes/Camera2D.xml +++ b/doc/classes/Camera2D.xml @@ -154,9 +154,11 @@ The horizontal offset of the camera, relative to the drag margins. + [b]Note:[/b] Offset H is used only to force offset relative to margins. It's not updated in any way if drag margins are enabled and can be used to set inital offset. The vertical offset of the camera, relative to the drag margins. + [b]Note:[/b] Used the same as [member offset_h]. -- cgit v1.2.3