box.lua 83 B

1234
  1. local box = goo.newobject( 'box' )
  2. function box:init() end
  3. function box:draw() end