This commit is contained in:
2025-07-31 15:19:46 +08:00
parent f46e589727
commit cf292541b3
8 changed files with 43 additions and 8 deletions

View File

@@ -8,6 +8,8 @@ namespace WulaFallenEmpire
// General Style
public GameFont labelFont = GameFont.Small;
public bool drawBorders = true;
public bool showDefName = true;
public bool showLabel = true;
public string defaultBackgroundImagePath;
public Vector2 defaultWindowSize = new Vector2(750f, 500f);