Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/assets/opensb/interface
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-08-28 13:04:08 +1000
committerGitHub <noreply@github.com>2024-08-28 13:04:08 +1000
commit566b0f4d362fb2858fe76dca805c4d2930da0f27 (patch)
tree187613a592274149a58fba2e8c971e9dd88603e4 /assets/opensb/interface
parent3c9c65fa381af68bebbc669e33bbef6f6a59b6d1 (diff)
make barstound rarer
Diffstat (limited to 'assets/opensb/interface')
-rw-r--r--assets/opensb/interface/windowconfig/title.config.patch.lua4
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