-
Notifications
You must be signed in to change notification settings - Fork 65
Scenes
Satakun Utama edited this page Nov 5, 2020
·
3 revisions
Scenes are the locations of the adventure game. A game is composed of one or several scenes and each scene has actors to interact with.
Scenes can have a list of layers. Actors are added to a specific layer to control his draw order.
A music file can be added to a scene to play while the scene is shown.
-
The Adventure
- Project structure
- Working with assets
- Multiple resolutions
- Chapters
-
Scenes
- Actor layers
- Walk Zones and obstacles
- Scene music
-
Actors
- Background Actors
- Sprite Actors
- Character Actors
- Obstacle Actors
- Anchor Actors
-
Animations
- Image renderer
- Atlas renderer
- Spine renderer
- 3D renderer
- Stand, Walking and Speak animations
- Dialogs
-
Verbs and Actions
- Control actions
- Sounds
-
Customizing the game UI
- Changing the UI Icons
- Customizing the Inventory
- Customizing the Game Screens
- Creating custom actions
-
Testing the adventure
- The test verb
- Recording and playing games
- The Tester Bot
- I18N and text translations