From 18aac387aad24918d91876bd082885c8fe5484e6 Mon Sep 17 00:00:00 2001 From: the lemons Date: Wed, 16 Mar 2022 21:46:11 -0500 Subject: hello world --- conf.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 conf.lua (limited to 'conf.lua') diff --git a/conf.lua b/conf.lua new file mode 100644 index 0000000..ba05c92 --- /dev/null +++ b/conf.lua @@ -0,0 +1,5 @@ +function love.conf(t) + t.identity = "11_111" + t.window.title = "11ยนยนยน" + t.window.resizable = true +end -- cgit v1.2.3