The-Randalorian / Dialegume

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

Add Message Logging System #14

Open The-Randalorian opened 1 year ago

The-Randalorian commented 1 year ago

This is part 1 of #13.

Dialegume should store a log of messages played. This system should work in the following modes:

The plan is to create the following resources:

The-Randalorian commented 1 year ago

I'm going to go with one class, and have Godot handle saving huge history arrays to disk.