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:
parent
1e14680c39
commit
130273570b
4 changed files with 112 additions and 4 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue