瀏覽代碼

Changed GlobalConfig to ProjectSettings

Poommetee Ketson 8 年之前
父節點
當前提交
0ebc9417cc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      learning/step_by_step/scenes_and_nodes.rst

+ 1 - 1
learning/step_by_step/scenes_and_nodes.rst

@@ -202,7 +202,7 @@ remembered.
 As a side note, for future reference and a little out of context (this
 is the first tutorial after all!), it is also possible to add custom
 configuration options and read them in run-time using the
-:ref:`GlobalConfig <class_GlobalConfig>` singleton.
+:ref:`ProjectSettings <class_ProjectSettings>` singleton.
 
 To be continued...
 ------------------