made info pads light-pink
This commit is contained in:
parent
642539c80b
commit
eadc1392ef
1 changed files with 1 additions and 3 deletions
|
|
@ -22,11 +22,9 @@
|
||||||
(love.graphics.rectangle "line" self.x self.y 25 25))
|
(love.graphics.rectangle "line" self.x self.y 25 25))
|
||||||
|
|
||||||
(lambda pad.draw49 [self]
|
(lambda pad.draw49 [self]
|
||||||
(color.reset-color)
|
(color.set-color :light-pink)
|
||||||
(love.graphics.draw assets.objects-sprite self.quad self.x self.y))
|
(love.graphics.draw assets.objects-sprite self.quad self.x self.y))
|
||||||
pad
|
pad
|
||||||
|
|
||||||
|
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue