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
You can fold and unfold each category by clicking on the small arrow next to each category.
15
15
16
-
***Game settings:** This is where you can customize the global settings of the game. For example, the default size of the game window or the package name for Android and iOS. You can see [all settings in "Properties"](/gdevelop5/interface/project-manager/properties). You can also [set the icons for your game](/gdevelop5/interface/project-manager/icons) and [manage the resources](/gdevelop5/interface/project-manager/resources) from the game.
16
+
***1. Game settings:** This is where you can customize the global settings of the game. For example, the default size of the game window or the package name for Android and iOS. You can see [all settings in "Properties"](/gdevelop5/interface/project-manager/properties). You can also [set the icons for your game](/gdevelop5/interface/project-manager/icons) and [manage the resources](/gdevelop5/interface/project-manager/resources) from the game.
17
17
18
-
***Scenes:** Scenes are the different screens and levels in your game. Everything in GDevelop is created in [scenes](/gdevelop5/interface/scene-editor).
18
+
***2. Scenes:** Scenes are the different screens and levels in your game. Everything in GDevelop is created in [scenes](/gdevelop5/interface/scene-editor).
19
19
20
-
***Extensions:** Extend GDevelop and make your objects and logic more modular by creating **custom behaviors**, new actions, conditions, expressions, or even custom objects using events. [Read more about extensions](/gdevelop5/extensions/create) to learn how to create them, use them in your game and share them.
20
+
***3. Extensions:** Extend GDevelop and make your objects and logic more modular by creating **custom behaviors**, new actions, conditions, expressions, or even custom objects using events. [Read more about extensions](/gdevelop5/extensions/create) to learn how to create them, use them in your game and share them.
21
21
22
-
***External events:**[External events](/gdevelop5/interface/events-editor/External-events) are event sheets that are not linked to any particular scene. You can create an external event sheet and then link to it anywhere in your game's events. This allows developers to create their game logic once, and then reuse that logic throughout their project.
22
+
***4. External events:**[External events](/gdevelop5/interface/events-editor/External-events) are event sheets that are not linked to any particular scene. You can create an external event sheet and then link to it anywhere in your game's events. This allows developers to create their game logic once, and then reuse that logic throughout their project.
23
23
24
-
***External layouts:** Similar to external events, you can create an external layout for anything you want to use throughout your project(like UI and menu set ups), and then load them into any scene you choose. See [External Layouts](/gdevelop5/interface/scene-editor/external-layouts) to learn how to use them.
24
+
***5.External layouts:** Similar to external events, you can create an external layout for anything you want to use throughout your project(like UI and menu set ups), and then load them into any scene you choose. See [External Layouts](/gdevelop5/interface/scene-editor/external-layouts) to learn how to use them.
0 commit comments