Grimmys/rpg_tactical_fantasy_game

Display default message when diary is empty

Closed this issue · 1 comments

There is a Diary in the game, accessible through the main menu of a level, listing the history of recent events (currently logging only fights afaik).

Example of Diary:

Diary with content

But of course at the beginning, this journal is going to be empty.
And currently, this is not rendered really nicely:

Empty Diary

I think a message should be displayed stating that the Diary is empty, instead of blank space which could let think it's buggy.

Current behaviour: Display empty body content for diary when there is no registered event
Expected behaviour: Display default message such as "No event has been recorded yet" when there is no registered event
Bonus: Add translation for other supported languages

Implemented by #73