initial commit
This commit is contained in:
commit
f55b1823f0
11 changed files with 126 additions and 0 deletions
11
conf.lua
Normal file
11
conf.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
-- conf.lua
|
||||
function love.conf(t)
|
||||
t.title = "Mr Meat"
|
||||
t.version = "11.3"
|
||||
t.console = true
|
||||
|
||||
t.window.width = 640
|
||||
t.window.height = 360
|
||||
t.window.resizable = true
|
||||
t.window.fullscreen = false
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue