funk/test.lua

5 lines
51 B
Lua
Raw Normal View History

2018-08-02 11:27:06 +00:00
function _draw()
cls(0)
rectfill(0,0,5,5,10)
end