Tiny UI feature added to the title screen.

If you load a custom block skin, the title screen will use your skin to draw the logo.
This commit is contained in:
Ishaan Bhardwaj
2022-02-07 20:39:26 -05:00
parent d68bd13d2a
commit 92d67968f5
3 changed files with 23 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ backgrounds = {
love.graphics.newImage("res/backgrounds/1800.png"),
love.graphics.newImage("res/backgrounds/1900.png"),
title = love.graphics.newImage("res/backgrounds/title.png"),
title_no_icon = love.graphics.newImage("res/backgrounds/title-no-icon.jpg"),
title_night = love.graphics.newImage("res/backgrounds/title-night.jpg"),
snow = love.graphics.newImage("res/backgrounds/snow.png"),
input_config = love.graphics.newImage("res/backgrounds/options-input.png"),