mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 19:29:06 +00:00
Various grammar and spelling fixes
This commit is contained in:
@@ -17,7 +17,7 @@ arrange user interfaces, etc. **Resources** are **data containers**. They don't
|
||||
do anything on their own: instead, nodes use the data contained in resources.
|
||||
|
||||
Anything Godot saves or loads from disk is a resource. Be it a scene (a ``.tscn``
|
||||
or an ``.scn`` file), an image, a script... Here are some :ref:`Resource <class_Resource>` examples:
|
||||
or a ``.scn`` file), an image, a script... Here are some :ref:`Resource <class_Resource>` examples:
|
||||
|
||||
- :ref:`Texture <class_Texture>`
|
||||
- :ref:`Script <class_Script>`
|
||||
|
||||
Reference in New Issue
Block a user