Redoing folder layouts

This commit is contained in:
Justin van der Leij 2018-04-06 12:28:42 +02:00 committed by GitHub
parent 167f432bc9
commit 5afe539d86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 802 additions and 21 deletions

View file

@ -0,0 +1,9 @@
function love.conf(t)
t.identity = "Platformer"
t.version = "11.0"
t.console = true
t.window.vsync = false
t.window.width = 720
t.window.height = 720
end