Vlad Protsenko 4 kuukautta sitten
vanhempi
commit
7346f269d4
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      docs/en/manuals/editor-scripts.md

+ 1 - 1
docs/en/manuals/editor-scripts.md

@@ -53,7 +53,7 @@ You can interact with the editor using `editor` package that defines this API:
   - `"children"` — list of children resource paths for directory resources
   - `"text"` — text content of a resource editable as text (such as script files or json). Example of returned value: `"function init(self)\nend"`. Please note that this is not the same as reading file with `io.open()`, because you can edit a file without saving it, and these edits are available only when accessing `"text"` property.
   - for atlases: `images` (list of editor nodes for images in the atlas) and `animations` (list of animation nodes)
-  - fot atlas animations: `images` (same as `images` in atlas)
+  - for atlas animations: `images` (same as `images` in atlas)
   - some properties that are shown in the Properties view when you have selected something in the Outline view. These types of outline properties supported:
     - `strings`
     - `booleans`