mirror of
https://github.com/TeamMidnightDust/CustomSplashScreen.git
synced 2025-12-17 08:15:08 +01:00
CustomSplashScreen 2.1.0 - Fix crashes
- Fix crash on game start - Fix compatibility with Puzzle - Further improve boss bar loading bar - Fix custom progress bar (closes #16)
This commit is contained in:
@@ -16,10 +16,10 @@
|
||||
"customsplashscreen.midnightconfig.enum.LogoStyle.Hidden":"Hidden",
|
||||
"customsplashscreen.midnightconfig.logoBlend":"Use Blending on Logo",
|
||||
"customsplashscreen.midnightconfig.backgroundImage":"Background Image",
|
||||
"customsplashscreen.midnightconfig.backgroundColor":"Background Color",
|
||||
"customsplashscreen.midnightconfig.progressBarColor":"Progress Bar Color",
|
||||
"customsplashscreen.midnightconfig.progressFrameColor":"Progress Bar Frame Color",
|
||||
"customsplashscreen.midnightconfig.progressBackgroundColor":"Progress Bar Background Color",
|
||||
"customsplashscreen.midnightconfig.splashBackgroundColor":"Background Color",
|
||||
"customsplashscreen.midnightconfig.splashProgressBarColor":"Progress Bar Color",
|
||||
"customsplashscreen.midnightconfig.splashProgressFrameColor":"Progress Bar Frame Color",
|
||||
"customsplashscreen.midnightconfig.splashProgressBackgroundColor":"Progress Bar Background Color",
|
||||
"customsplashscreen.midnightconfig.customProgressBarMode":"Custom Progress Bar Mode",
|
||||
"customsplashscreen.midnightconfig.enum.ProgressBarMode.Linear":"Linear",
|
||||
"customsplashscreen.midnightconfig.enum.ProgressBarMode.Stretch":"Stretch",
|
||||
@@ -39,5 +39,6 @@
|
||||
"customsplashscreen.midnightconfig.enum.BossBarType.NOTCHED_6":"6 Notches",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarType.NOTCHED_10":"10 Notches",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarType.NOTCHED_12":"12 Notches",
|
||||
"customsplashscreen.midnightconfig.enum.BossBarType.NOTCHED_20":"20 Notches"
|
||||
"customsplashscreen.midnightconfig.enum.BossBarType.NOTCHED_20":"20 Notches",
|
||||
"customsplashscreen.midnightconfig.bossBarSize":"Boss Bar Size"
|
||||
}
|
||||
Reference in New Issue
Block a user