소스 검색

Add a note about ConfigFile in the Saving games tutorial

This closes #2879.

Co-authored-by: nikhilCad <[email protected]>
Hugo Locurcio 5 년 전
부모
커밋
fa77e6c0fc
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      tutorials/io/saving_games.rst

+ 5 - 0
tutorials/io/saving_games.rst

@@ -12,6 +12,11 @@ Advanced save game systems should allow for additional information about
 an arbitrary number of objects. This will allow the save function to
 scale as the game grows more complex.
 
+.. note::
+
+    If you're looking to save user configuration, you can use the
+    :ref:`class_ConfigFile` class for this purpose.
+
 Identify persistent objects
 ---------------------------