Changed indentation to hard tabs.

This commit is contained in:
nightmareci
2020-11-08 13:19:01 -08:00
parent 3479374686
commit 6834e92674
5 changed files with 242 additions and 242 deletions

View File

@@ -26,7 +26,7 @@ function TitleScene:new()
self.main_menu_state = 1
DiscordRPC:update({
details = "In menus",
state = mainmenuidle[math.random(#mainmenuidle)],
state = mainmenuidle[math.random(#mainmenuidle)],
})
end