mirror of
https://github.com/Keyslam-Group/Concord.git
synced 2025-09-02 04:13:58 -04:00
Redoing folder layouts
This commit is contained in:
parent
167f432bc9
commit
5afe539d86
12 changed files with 802 additions and 21 deletions
9
examples/simpleDrawing/conf.lua
Normal file
9
examples/simpleDrawing/conf.lua
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue