no more windows????

This commit is contained in:
lewd-alt
2025-05-07 15:37:30 -07:00
parent 433cb7475f
commit 300f10dbd7
6 changed files with 136 additions and 120 deletions

View File

@@ -39,7 +39,7 @@ namespace _2DGAMELIB
private byte a1;
private string ConfigPath = Directory.GetCurrentDirectory() + "\\Config.ini";
private string ConfigPath = Path.Combine(Directory.GetCurrentDirectory(), "Config.ini");
private bool FastText;