commit b4b4dce87caf8b9cb8fcf79609d08ced01ba8980 Author: wan-may Date: Wed Jun 21 22:21:35 2023 -0300 Today is 2023-06-21. The longest day of the year. It is already too hot. It is getting hotter. diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/src/main.lua b/src/main.lua new file mode 100644 index 0000000..2af6981 --- /dev/null +++ b/src/main.lua @@ -0,0 +1,4 @@ +local lg = assert( love.graphics ) + +function love.draw() end +function love.update() end \ No newline at end of file