Replace replay select title graphic with text
parent
fdcec19d56
commit
ca85107063
|
@ -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)
|
||||
|
|
|
@ -75,7 +75,7 @@ function TitleScene:render()
|
|||
2, 2
|
||||
)
|
||||
]]
|
||||
love.graphics.printf("Thanks for 1 year!", 430, 280, 160, "center")
|
||||
--love.graphics.printf("Thanks for 1 year!", 430, 280, 160, "center")
|
||||
|
||||
love.graphics.setFont(font_3x5_2)
|
||||
love.graphics.setColor(1, 1, 1, self.snow_bg_opacity)
|
||||
|
|
Loading…
Reference in New Issue