Skip to content

Commit

Permalink
AppSettings: Fix default title artwork option
Browse files Browse the repository at this point in the history
  • Loading branch information
Lemon-King committed Mar 16, 2024
1 parent eb119ac commit 2d49623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/lemon/hxdd/AppSettings.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public AppSettings() {

prop_defaults.put("USE_DEVELOPMENT_RESOURCES", "false");

prop_defaults.put("OPTION_TITLE_ARTWORK", "heretic.shadows");
prop_defaults.put("OPTION_TITLE_ARTWORK", "heretic.shadow");
prop_defaults.put("OPTION_TITLE_MUSIC", "heretic");
prop_defaults.put("OPTION_USE_STEAM_ARTWORK", "false");
prop_defaults.put("OPTION_KORAX_LOCALIZATION", "en");
Expand Down

0 comments on commit 2d49623

Please sign in to comment.