From 6ac5f0c9cb053964890589fe504be59d63b0aa77 Mon Sep 17 00:00:00 2001 From: jaysunxiao Date: Sun, 28 Nov 2021 18:38:41 +0800 Subject: [PATCH] doc --- doc/demo01_hello/2.editor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/demo01_hello/2.editor.md b/doc/demo01_hello/2.editor.md index c84b4e6..c65f86e 100644 --- a/doc/demo01_hello/2.editor.md +++ b/doc/demo01_hello/2.editor.md @@ -112,7 +112,7 @@ x轴向右为正 一个像素在真实世界中,可以自行约定,比如约定1像素=1米 ``` -- 相对坐标系,相对于父节点的坐标,godot的坐标都是相对坐标 +- 相对坐标系,又称为局部坐标系或者本地坐标系,相对于父节点的坐标,godot的坐标都是相对坐标 - 全局坐标和局部坐标可以相互转化