Added support for backgrounds that are not 1280x960
This commit is contained in:
@@ -78,11 +78,7 @@ function ReplaySelectScene:update()
|
||||
end
|
||||
|
||||
function ReplaySelectScene:render()
|
||||
love.graphics.draw(
|
||||
fetchBackgroundAndLoop(0),
|
||||
0, 0, 0,
|
||||
0.5, 0.5
|
||||
)
|
||||
drawBackground(0)
|
||||
|
||||
-- Same graphic as mode select
|
||||
--love.graphics.draw(misc_graphics["select_mode"], 20, 40)
|
||||
|
||||
Reference in New Issue
Block a user