oops
This commit is contained in:
parent
dfc2bacc29
commit
a2c1bc96b9
2 changed files with 1 additions and 1 deletions
BIN
assets/textures/logo.png
Normal file
BIN
assets/textures/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
2
conf.lua
2
conf.lua
|
@ -6,7 +6,7 @@ function love.conf(t)
|
||||||
t.window.height = 800
|
t.window.height = 800
|
||||||
t.window.resizable = true
|
t.window.resizable = true
|
||||||
t.window.title = 'Box of Eases'
|
t.window.title = 'Box of Eases'
|
||||||
t.window.icon = 'logo.png'
|
t.window.icon = 'assets/textures/logo.png'
|
||||||
t.window.msaa = 5
|
t.window.msaa = 5
|
||||||
t.window.vsync = false
|
t.window.vsync = false
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue