Grimmys / rpg_tactical_fantasy_game

A tactical turn-based game project in pygame, open to support
GNU General Public License v3.0
405 stars 85 forks source link

Display default message when diary is empty #71

Closed Grimmys closed 1 year ago

Grimmys commented 1 year ago

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

Grimmys commented 1 year ago

Implemented by #73