Add test cart

This commit is contained in:
Robert Miles 2018-08-02 07:27:06 -04:00
parent 240960da90
commit 489a87476b
1 changed files with 4 additions and 0 deletions

4
test.lua Normal file
View File

@ -0,0 +1,4 @@
function _draw()
cls(0)
rectfill(0,0,5,5,10)
end