This commit is contained in:
SweetSea-ButImNotSweet
2024-05-21 20:07:53 +07:00
parent 7c39c1ada8
commit 5cf9deb9eb
7 changed files with 149 additions and 61 deletions

View File

@@ -4,7 +4,9 @@ SCENE = Object:extend()
function SCENE:new() end
function SCENE:update() end
function SCENE:render() end
function SCENE:render()
love.graphics.draw(LOADING_IMAGE_FILE,0,0,0,0.5)
end
-- You can use the class SCENE_onInput to show suggestions for `e` table