Merge pull request #74 from aur9ra/add-video-background-support

Add video background support
This commit is contained in:
Ishaan Bhardwaj
2023-07-16 00:48:35 -04:00
committed by GitHub
13 changed files with 119 additions and 26 deletions

View File

@@ -79,7 +79,7 @@ end
function ReplaySelectScene:render()
love.graphics.draw(
backgrounds[0],
fetchBackgroundAndLoop(0),
0, 0, 0,
0.5, 0.5
)