This commit is contained in:
2024-03-09 13:30:29 +08:00
parent 9b88453b4e
commit 7f124132ed
29 changed files with 1831 additions and 1720 deletions

View File

@@ -2,6 +2,8 @@ _RELEASE_MODE = true
_DEMO = false
function love.conf(t)
os.execute("set LOVE_GRAPHICS_USE_OPENGLES=1")
t.console = not _RELEASE_MODE
t.title = 'Balatro'
t.window.width = 0