diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2020-04-14 09:47:52 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2020-04-14 09:47:52 +0000 |
| commit | 36e7b328129b528d3a0181667b6f11259ae90bbb (patch) | |
| tree | 232e6a1802edbb65ed38c7188d9fef762ab85649 | |
| parent | fix lib/math bugs (diff) | |
| download | alive-36e7b328129b528d3a0181667b6f11259ae90bbb.tar.gz alive-36e7b328129b528d3a0181667b6f11259ae90bbb.zip | |
remove love2d leftovers
| -rw-r--r-- | conf.lua | 3 | ||||
| -rw-r--r-- | main.lua | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/conf.lua b/conf.lua deleted file mode 100644 index 8f46767..0000000 --- a/conf.lua +++ /dev/null @@ -1,3 +0,0 @@ -function love.conf(t) - t.window.resizable = true -end diff --git a/main.lua b/main.lua deleted file mode 100644 index 49f8444..0000000 --- a/main.lua +++ /dev/null @@ -1,3 +0,0 @@ -package.path = package.path .. ';./?/init.lua' -require 'moonscript' -require 'lib.gui' |
