Enhance HUD with inspector and spawner hints

- Added localization for inspector (F1) and spawner (F9) hints in both English and Russian.
- Updated the WorldScene to display a new HUD card that includes date/time/season and control hints.
- Refactored HudSystem to streamline the display of date/time/season information, removing seed and FPS from the HUD.

This update improves user experience by providing clearer control hints and a more informative HUD layout.
This commit is contained in:
Leonid Pershin
2026-06-16 14:45:21 +03:00
parent d0a0714563
commit 010d401b75
4 changed files with 37 additions and 26 deletions
+2
View File
@@ -7,6 +7,8 @@
"season.autumn": "autumn",
"season.winter": "winter",
"hud.controls": "WASD — camera, wheel — zoom, LMB — select, ` — console, F1 — inspector",
"hud.inspector": "F1 — inspector",
"hud.spawner": "F9 — spawner",
"inspect.tab.overview": "Overview",
"inspect.tab.genes": "Genes",
"inspect.tab.products": "Products",