-
Notifications
You must be signed in to change notification settings - Fork 284
Open
Description
The game state script became big-enough that the gdlint started complaining about the amount of public methods. But more importantly, it is being used for multiple states, namely:
- State that should be persisted to continue the game in a new play session, after exiting the current session. For example: the completed quests, the current scene.
- State that is transient the current play session.
- State that is transient to the current scene. For example: if the intro dialogue has been shown. If the lights are on or off.
This would welcome a refactor.
Reactions are currently unavailable
Metadata
Metadata
Labels
No labels
Type
Projects
Status
Untriaged