You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/editor.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Pandora comes with an inbuilt editor directly inside Godot Engine:
7
7
1.**Control Bar**: Create or delete entities, save the game or reset the addon to the latest save.
8
8
2.**Entity Tree**: View and Select entities and categories.
9
9
3.**Property Bar**: Create a new property on the currently selected category.
10
-
4.**Property List**: All created properties for the currently selected category or entity. Property names can be changed only on its original category - click on the reference link to navigate to it. Values can be changed on all entities and categories. They values will be propagated down automatically. [Learn more about property inheritance here](/concepts/entities).
10
+
4.**Property List**: All created properties for the currently selected category or entity. Property names can be changed only on its original category - click on the reference link to navigate to it. Values can be changed on all entities and categories. Their values will be propagated down automatically. [Learn more about property inheritance here](/concepts/entities).
11
11
5.**Entity Configuration**: each entity comes with a default configuration such as its icon and the script it is instantiated with. Those can be changed on a per entity basis.
12
12
6.**Property Configuration**: selecting the name of a property will open up its configuration. Many properties support a set of configurations that can be adjusted to the user's needs. [Learn more about property attributes](/concepts/properties/)
13
-
7.**Information Bar**: learn more about how to contribute to this addon, as well as some useful links. This also contains the current addon version - ensure to include this version in any bug report!
13
+
7.**Information Bar**: learn more about how to contribute to this addon, as well as some useful links. This also contains the current addon version - ensure to include this version in any bug report!
0 commit comments