소스 검색

Fix example resource path in Data paths

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

+ 1 - 1
tutorials/io/data_paths.rst

@@ -26,7 +26,7 @@ this file is your project's root folder.
 You can access any file relative to it by writing paths starting with
 ``res://``, which stands for resources. For example, you can access an image
 file ``character.png`` located in the project's root folder in code with the
-following path: ``res://some_texture.png``.
+following path: ``res://character.png``.
 
 Accessing persistent user data
 ------------------------------