CatDogEngine icon indicating copy to clipboard operation
CatDogEngine copied to clipboard

[Editor] User Settings

Open T-rvw opened this issue 2 years ago • 0 comments
trafficstars

  • Load user setting file before launching editor.
    • Easy to read and edit in text editor so don't use binary format. Prefer to use text format, such as xml/json/ini/...
  • Save user setting every time setting data changed.
    • The file should be placed in local AppData folder, use engine::Path::GetPlatformAppDataPath to get.
  • Setting details
    • Languages
    • ThemeStyle
    • Window Size. Or FullScreen

T-rvw avatar Mar 07 '23 05:03 T-rvw