Implemented window size option

This commit is contained in:
Hyper
2025-01-03 02:04:24 +00:00
parent 90e499cc8c
commit 31fb63ad81
8 changed files with 433 additions and 302 deletions
+5
View File
@@ -150,6 +150,11 @@ CONFIG_DEFINE_LOCALE(BattleTheme)
{ ELanguage::English, { "Battle Theme", "Play the Werehog battle theme during combat.\n\nThis option will apply the next time you're in combat." } }
};
CONFIG_DEFINE_LOCALE(WindowSize)
{
{ ELanguage::English, { "Window Size", "Adjust the size of the game window in windowed mode." } }
};
CONFIG_DEFINE_LOCALE(Monitor)
{
{ ELanguage::English, { "Monitor", "Change which monitor to display the game on." } }