Fix conf.lua

This commit is contained in:
MineRobber9000 2018-07-15 10:51:47 -04:00
parent fdf4a8bd68
commit 03e26ba70c
1 changed files with 2 additions and 2 deletions

4
conf.lua Executable file → Normal file
View File

@ -1,8 +1,8 @@
function love.conf(t)
t.identity="picolove"
t.identity="packpico"
t.version="11.0"
t.window.title="picolove"
t.window.title="packpico"
t.window.width=580
t.window.height=540
t.window.resizable=true