mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
Fix example resource path in Data paths
Co-authored-by: Sergey Pershenkov <s.pershenkov@icloud.com>
This commit is contained in:
co-authored by
Sergey Pershenkov
parent
49843263ef
commit
16ec340e3b
@@ -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
|
||||
------------------------------
|
||||
|
||||
Reference in New Issue
Block a user