first commit
This commit is contained in:
commit
ed502bdf2a
6 changed files with 780 additions and 0 deletions
5
conf.lua
Normal file
5
conf.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
function love.conf(t)
|
||||
t.console = true
|
||||
t.window.resizable = true
|
||||
end
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue