Started work on replay select menu.

This commit is contained in:
BoatsandJoes
2021-12-04 23:17:25 -06:00
parent 6c4551ebef
commit 71ada76a00
6 changed files with 189 additions and 5 deletions

View File

@@ -35,6 +35,8 @@ function love.load()
end
function initModules()
-- replays are not loaded here, but they are cleared
replays = {}
game_modes = {}
mode_list = love.filesystem.getDirectoryItems("tetris/modes")
for i=1,#mode_list do