Replace replay select title graphic with text
This commit is contained in:
@@ -90,7 +90,10 @@ function ReplaySelectScene:render()
|
||||
)
|
||||
|
||||
-- Same graphic as mode select
|
||||
love.graphics.draw(misc_graphics["select_mode"], 20, 40)
|
||||
--love.graphics.draw(misc_graphics["select_mode"], 20, 40)
|
||||
|
||||
love.graphics.setFont(font_3x5_4)
|
||||
love.graphics.print("SELECT REPLAY", 20, 35)
|
||||
|
||||
if self.display_warning then
|
||||
love.graphics.setFont(font_3x5_3)
|
||||
|
||||
Reference in New Issue
Block a user