The-Randalorian / Dialegume

An Open Source Dialog System for the Godot game engine.
MIT License
2 stars 0 forks source link

Add Message History System #13

Open The-Randalorian opened 1 year ago

The-Randalorian commented 1 year ago

Many RPGs have a message history system that allows players to review old messages. Dialegume should implement this as well.

Implementing this should be done in two steps:

  1. Make a storage system that records a log of all actions performed. This allows developers to build custom display systems when desired.
  2. Make a customize-able display system that works out of the box. This allows developers to add this feature to their game without having to build it themselves.