first commit
This commit is contained in:
commit
768eed8787
5 changed files with 169 additions and 0 deletions
10
conf.lua
Normal file
10
conf.lua
Normal file
|
@ -0,0 +1,10 @@
|
|||
function love.conf(t)
|
||||
t.window.width = 373
|
||||
t.window.height = 212
|
||||
t.window.borderless = true
|
||||
t.window.title = "input display"
|
||||
t.window.icon = "icon.png"
|
||||
|
||||
t.modules.physics = false
|
||||
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue