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

@@ -20,7 +20,7 @@ function SettingsScene:new()
self.menu_state = 1
DiscordRPC:update({
details = "In settings",
state = settingsidle[math.random(#settingsidle)],
state = settingsidle[love.math.random(#settingsidle)],
largeImageKey = "settings",
})
end