Skip to content

Commit

Permalink
fix incorrect background file name (#18195)
Browse files Browse the repository at this point in the history
  • Loading branch information
C0bra5 authored Dec 2, 2024
1 parent 4157228 commit 1a4e0f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/Betterloadingscreen/betterloadingscreen.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ layout {
# List of paths to backgrounds that will be used if randomBackgrounds is true.
# The paths must be separated by commas.
# [default: {betterloadingscreen:textures/backgrounds/background1.png, betterloadingscreen:textures/backgrounds/background2.png}]
S:backgroundList={betterloadingscreen:textures/backgrounds/background1.png, betterloadingscreen:textures/backgrounds/background2.png, betterloadingscreen:textures/backgrounds/background3.png, betterloadingscreen:textures/backgrounds/background4.png, betterloadingscreen:textures/backgrounds/background5.png, betterloadingscreen:textures/backgrounds/background6.png, betterloadingscreen:textures/backgrounds/background7.png, betterloadingscreen:textures/backgrounds/background8.png, betterloadingscreen:textures/backgrounds/background9.png, betterloadingscreen:textures/backgrounds/background10.png, betterloadingscreen:textures/backgrounds/background11.png, betterloadingscreen:textures/backgrounds/background12.png, betterloadingscreen:textures/backgrounds/background14.png, betterloadingscreen:textures/backgrounds/background15.png, betterloadingscreen:textures/backgrounds/background16.png, betterloadingscreen:textures/backgrounds/background17.png, betterloadingscreen:textures/backgrounds/background18.png, betterloadingscreen:textures/backgrounds/background19.png, betterloadingscreen:textures/backgrounds/background20.png, betterloadingscreen:textures/backgrounds/background13.png, betterloadingscreen:textures/backgrounds/background21.png, betterloadingscreen:textures/backgrounds/background22.png, betterloadingscreen:textures/backgrounds/background23.png, betterloadingscreen:textures/backgrounds/background24.png, betterloadingscreen:textures/backgrounds/background25.png, betterloadingscreen:textures/backgrounds/background26.png, betterloadingscreen:textures/backgrounds/background27.png, betterloadingscreen:textures/backgrounds/background28.png, betterloadingscreen:textures/backgrounds/background29.png, betterloadingscreen:textures/backgrounds/background30.png, betterloadingscreen:textures/backgrounds/background31.png, betterloadingscreen:textures/backgrounds/background32.png, betterloadingscreen:textures/backgrounds/backgroun33.png, betterloadingscreen:textures/backgrounds/background34.png, betterloadingscreen:textures/backgrounds/background35.png}
S:backgroundList={betterloadingscreen:textures/backgrounds/background1.png, betterloadingscreen:textures/backgrounds/background2.png, betterloadingscreen:textures/backgrounds/background3.png, betterloadingscreen:textures/backgrounds/background4.png, betterloadingscreen:textures/backgrounds/background5.png, betterloadingscreen:textures/backgrounds/background6.png, betterloadingscreen:textures/backgrounds/background7.png, betterloadingscreen:textures/backgrounds/background8.png, betterloadingscreen:textures/backgrounds/background9.png, betterloadingscreen:textures/backgrounds/background10.png, betterloadingscreen:textures/backgrounds/background11.png, betterloadingscreen:textures/backgrounds/background12.png, betterloadingscreen:textures/backgrounds/background14.png, betterloadingscreen:textures/backgrounds/background15.png, betterloadingscreen:textures/backgrounds/background16.png, betterloadingscreen:textures/backgrounds/background17.png, betterloadingscreen:textures/backgrounds/background18.png, betterloadingscreen:textures/backgrounds/background19.png, betterloadingscreen:textures/backgrounds/background20.png, betterloadingscreen:textures/backgrounds/background13.png, betterloadingscreen:textures/backgrounds/background21.png, betterloadingscreen:textures/backgrounds/background22.png, betterloadingscreen:textures/backgrounds/background23.png, betterloadingscreen:textures/backgrounds/background24.png, betterloadingscreen:textures/backgrounds/background25.png, betterloadingscreen:textures/backgrounds/background26.png, betterloadingscreen:textures/backgrounds/background27.png, betterloadingscreen:textures/backgrounds/background28.png, betterloadingscreen:textures/backgrounds/background29.png, betterloadingscreen:textures/backgrounds/background30.png, betterloadingscreen:textures/backgrounds/background31.png, betterloadingscreen:textures/backgrounds/background32.png, betterloadingscreen:textures/backgrounds/background33.png, betterloadingscreen:textures/backgrounds/background34.png, betterloadingscreen:textures/backgrounds/background35.png}

# Transparency of main and GT material dynamic loading bar [range: 0.0 ~ 1.0, default: 0.5]
S:loadingBarsAlpha=0.5
Expand Down

0 comments on commit 1a4e0f3

Please sign in to comment.