Ready for the first beta release. #105

Merged
That-One-Nerd merged 41 commits from main-canary into main 2023-05-18 13:05:42 -04:00
Showing only changes of commit 287cd26bcb - Show all commits

View File

@ -161,7 +161,7 @@ public class Shell
} }
else Write($"{WorkingDirectory}", ConsoleColor.DarkGreen, false); else Write($"{WorkingDirectory}", ConsoleColor.DarkGreen, false);
if (ActiveGame is not null) Write($" ({ActiveGame})", ConsoleColor.DarkYellow, false); if (ActiveGame is not null) Write($" ({ActiveGame})", ConsoleColor.Blue, false);
Write(null); Write(null);
Write($" {Name}", ConsoleColor.DarkCyan, false); Write($" {Name}", ConsoleColor.DarkCyan, false);
@ -323,6 +323,7 @@ public class Shell
try try
{ {
ActiveMod = Mod.ReadDirectory(WorkingDirectory); ActiveMod = Mod.ReadDirectory(WorkingDirectory);
ActiveGame = ActiveMod?.BaseGame;
// Update title. // Update title.
string title = "SrcMod"; string title = "SrcMod";