Add icon. New font.

This commit is contained in:
wan-may 2023-09-09 11:41:20 -03:00
parent 0ffba039b6
commit a7c4d97aea
3 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

View File

@ -3,6 +3,7 @@ local shared = assert( require 'shared' )
local love = assert( love )
function love.load()
love.window.setIcon( assert( love.image.newImageData( "client/assets/client-icon.png" ) ) )
love.graphics.setNewFont( "client/assets/Montserrat-Bold.ttf", 48 )
local scenes = assert( require 'client.scene' )