little love2d example

This commit is contained in:
BlackMATov
2025-11-24 13:35:34 +07:00
parent 760b477564
commit 1c02ba5468
7 changed files with 198 additions and 132 deletions
+10
View File
@@ -0,0 +1,10 @@
if os.getenv('LOCAL_LUA_DEBUGGER_VSCODE') == '1' then
require('lldebugger').start()
end
---@type love.conf
function love.conf(t)
t.window.title = 'Evolved Example'
t.window.width = 640
t.window.height = 480
end