Add importing and exporting replays

This commit is contained in:
Squishy (C6H12O6+NaCl+H2O)
2024-05-29 00:09:48 +07:00
parent d7726c1854
commit 9679378b1b
7 changed files with 99 additions and 14 deletions

View File

@@ -52,9 +52,11 @@ function love.load()
require "game.vctrl" -- VCTRL
function SCENE.update()
SCENE.update = function() end
SCENE = SETTINGS.firstTime and InputConfigScene(true) or TitleScene()
end
function SCENE.render()
SCENE.render = function() end
love.graphics.draw(LOADING_IMAGE_FILE,0,0,0,0.5)
end