-
Notifications
You must be signed in to change notification settings - Fork 65
Actors
Satakun Utama edited this page Nov 5, 2020
·
2 revisions
A scene is composed of actors. Actors are the objects or characters that the player can interact with. Even the player is an actor.
Background actors don't have sprites or animations. They are used to interact with objects drawn in the background.
Sprite actors have one or several sprites or animations.
Character actors have dialogs and stand, walk, and talk animations.
Obstacle actors forbid zones for walking actors.
Anchor actors are used as a reference for positioning other actors.
-
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