Scene support
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 69
- Forks
- 59
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 26
Description
Basics
-
Each game contains one or more scenes.
-
Each scene contains one or more backdrops
Multiple backdrops support (in one scene) is mainly for backward compatibility, and not recommended in most cases
-
Each scene contains zero or more sprites
-
Each scene contains zero or more widgets
-
Each scene contains its own map-size setting
-
Each scene contains its own script / code
Existed Problems
-
How to support "Each scene contains its own script / code"
-
Scene-related APIs
- class
Scene& coresponding classfile - Scene related events
- class
-
What happens when scene switched
-
Common use cases with scene
- Keep sprite state
- Data passing among scenes
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.