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/en/manuals/editor.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ TUTORIALS
34
34
SAMPLES
35
35
: Contains projects prepared to showcase certain use cases.
36
36
37
-

37
+

38
38
39
39
When you create a new project it is stored on your local drive and any edits you do are saved locally.
40
40
@@ -44,7 +44,7 @@ You can learn more about the different options in the [Project Setup manual](htt
44
44
45
45
In the bottom left corner of the starting screen you can see a Language selection - select from the available currently localizations (since Defold 1.11.2). This is also available in the Editor in `File ▸ Preferences ▸ General ▸ Editor Language`.
46
46
47
-

47
+

48
48
49
49
## The Editor panes
50
50
@@ -72,7 +72,7 @@ There is a toolbar in the top right corner of the scene view where you can find
72
72
73
73
*Move* (<kbd>W</kbd>), *Rotate* (<kbd>E</kbd>), *Scale* (<kbd>R</kbd>), *Grid Settings*`▦`, *Align Camera 2D/3D*`2D`, *Camera Perspective/Orthographic Toggle* and *Visibility Filters*`👁`.
74
74
75
-

75
+

76
76
77
77
### 3. Outline pane
78
78
@@ -84,15 +84,15 @@ This view shows the content of the file currently being edited, but in a hierarc
84
84
85
85
It is possible to toggle the visibility of game objects and visual components by clicking on the little `👁` Eye Icon to the right of an element in the list (Defold 1.9.8 and newer).
86
86
87
-

87
+

88
88
89
89
### 4. Properties pane
90
90
91
91
This view shows properties associated with the currently selected item, like Id, URL, Position, Rotation, Scale, and/or other component specific properties and also custom properties for scripts.
92
92
93
93
You can also <kbd>Drag</kbd> the `↕` Up-Down Arrow and move mouse to change value of the given numerical property (1.10.2+).
0 commit comments