mirror of
https://github.com/usysrc/LICK.git
synced 2024-11-16 09:34:22 +00:00
loveOSC updated(ip adress sending) and some minor changes in the classes
This commit is contained in:
parent
afe1fc46a8
commit
f6fe4f2fc7
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user