diff options
-rw-r--r-- | assets/opensb/interface/windowconfig/title.config.patch.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/opensb/interface/windowconfig/title.config.patch.lua b/assets/opensb/interface/windowconfig/title.config.patch.lua index c5d9e57..34d65c3 100644 --- a/assets/opensb/interface/windowconfig/title.config.patch.lua +++ b/assets/opensb/interface/windowconfig/title.config.patch.lua @@ -8,10 +8,10 @@ function patch(data) data.backdropImages = jarray{ jarray{ jarray{0, 0}, - "/interface/title/" .. (sb.makeRandomSource():randUInt(100) == 0 and "barst" or "starb") .. "ound.png", + "/interface/title/" .. (sb.makeRandomSource():randUInt(300) == 0 and "barst" or "starb") .. "ound.png", 0.5, jarray{0.5, 0.5} } } return data -end
\ No newline at end of file +end |