diff --git a/test.lua b/test.lua new file mode 100644 index 0000000..7c337db --- /dev/null +++ b/test.lua @@ -0,0 +1,4 @@ +function _draw() + cls(0) + rectfill(0,0,5,5,10) +end