feat(ui): integrate read-only Jev decision overlay

Initialize the Godot panel, poll the decision log in the background, and preserve inspection state during updates. Use a .conf file to keep local settings separate from mod manifests.
This commit is contained in:
0xrsydn 2026-09-22 15:13:45 +07:00
commit 130273570b
4 changed files with 112 additions and 4 deletions

View file

@ -4,7 +4,7 @@ namespace JevOverlay.Core;
public static class OverlayConfig
{
public const string FileName = "JevOverlay.config.json";
public const string FileName = "JevOverlay.conf";
public static string LoadLogPath(string modDirectory)
{