clean up documentation, clean up dead code, add some instrs

This commit is contained in:
Redo
2024-07-20 22:35:33 -06:00
parent 7aa99412ba
commit 5f78ead08b
32 changed files with 185 additions and 3665 deletions

View File

@@ -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