loveOSC updated(ip adress sending) and some minor changes in the classes

This commit is contained in:
redlock 2011-03-14 22:20:06 +01:00
parent afe1fc46a8
commit f6fe4f2fc7

View File

@ -178,6 +178,7 @@ end
Circle = Class(function(self, x, y, r, s, color) Circle = Class(function(self, x, y, r, s, color)
self.r = r or 10 self.r = r or 10
self.s = s or 16 self.s = s or 16
self.color = color
-- call constructor of Drawable -- call constructor of Drawable
Drawable.construct(self,x,y,color) Drawable.construct(self,x,y,color)
end) end)