Add icon. New font.
This commit is contained in:
parent
0ffba039b6
commit
a7c4d97aea
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
|
@ -3,6 +3,7 @@ local shared = assert( require 'shared' )
|
||||||
local love = assert( love )
|
local love = assert( love )
|
||||||
|
|
||||||
function love.load()
|
function love.load()
|
||||||
|
love.window.setIcon( assert( love.image.newImageData( "client/assets/client-icon.png" ) ) )
|
||||||
love.graphics.setNewFont( "client/assets/Montserrat-Bold.ttf", 48 )
|
love.graphics.setNewFont( "client/assets/Montserrat-Bold.ttf", 48 )
|
||||||
local scenes = assert( require 'client.scene' )
|
local scenes = assert( require 'client.scene' )
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue