Replay system v3 + love.math.random migration

This commit is contained in:
Ishaan Bhardwaj
2021-12-08 21:23:00 -05:00
parent 9b41e56135
commit 89c7205347
11 changed files with 50 additions and 44 deletions

View File

@@ -44,7 +44,7 @@ function TitleScene:new()
self.text_flag = false
DiscordRPC:update({
details = "In menus",
state = mainmenuidle[math.random(#mainmenuidle)],
state = mainmenuidle[love.math.random(#mainmenuidle)],
largeImageKey = "1year",
largeImageText = version.." | Thanks for 1 year!"
})