Replay system v3 + love.math.random migration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user