clean up documentation, clean up dead code, add some instrs
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
|
||||
WindowScale = 2
|
||||
WindowX = 800
|
||||
WindowY = 480
|
||||
|
||||
function love.conf(t)
|
||||
t.console = true
|
||||
t.window.width = WindowX*WindowScale
|
||||
t.window.height = WindowY*WindowScale
|
||||
end
|
||||
Reference in New Issue
Block a user