Show calendar date/time in the world HUD; base speed 3 in-game min/sec
Bump the engine submodule to 4b91b60 (calendar time of day) and display the current date and time in the world HUD (День N, HH:MM) instead of just the day number. Set the day length to 480 scaled seconds so the base (x1) speed runs at 3 in-game minutes per real second. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
aab59723d3
commit
26e234a35e
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"hud.world": "LittleSim | seed {0} | day {1} | {2} FPS",
|
||||
"hud.world": "LittleSim | seed {0} | {1} | {2} FPS",
|
||||
"hud.datetime": "day {0}, {1:00}:{2:00}",
|
||||
"hud.controls": "WASD — camera, wheel — zoom, ` — console, F1 — inspector",
|
||||
"hud.paused": "PAUSED",
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
{
|
||||
"hud.world": "LittleSim | сид {0} | день {1} | {2} FPS",
|
||||
"hud.world": "LittleSim | сид {0} | {1} | {2} FPS",
|
||||
"hud.datetime": "день {0}, {1:00}:{2:00}",
|
||||
"hud.controls": "WASD — камера, колесо — зум, ` — консоль, F1 — инспектор",
|
||||
"hud.paused": "ПАУЗА",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user