tomaszkot / Roguelike

Apache License 2.0
0 stars 0 forks source link

Godot - show last N logs from the game engine #28

Open tomaszkot opened 1 year ago

tomaszkot commented 1 year ago

Game shall show last N (5-10) logs from the game engine. They shall be displayed in one of the corners of the screen.

Event are stored at: EventsManager.LastActions

tomaszkot commented 1 year ago

We shall not show exceptions in the log (or at least have option in the code and show them only in Debug build)