Snayff / notquiteparadise

Possibly, one day, a roguelike.
https://snayff.github.io/notquiteparadise/
MIT License
18 stars 9 forks source link

MessageLog Not Receiving Messages #197

Closed Snayff closed 3 years ago

Snayff commented 3 years ago

Describe the bug With the messages now not being routed through the UI manager but instead logging with the data store the message log needs an efficient method of getting the data back out of the data store.

If the message log changes from being on screen at all times (as it is now) to something that can be referenced as a menu then we could get the data on init. I think this is the better approach as having an always showing message log suggests we are not providing clear enough visual feedback.

Snayff commented 3 years ago

Moved messages to events in #232. When message log is updated it can pick up those events.