mirror of
https://github.com/usysrc/LICK.git
synced 2024-11-24 16:44:21 +00:00
setColor compatiblity for love 11.3
This commit is contained in:
parent
c4bda644a1
commit
58ffde8b27
2
lick.lua
2
lick.lua
@ -81,7 +81,7 @@ local function draw()
|
|||||||
end
|
end
|
||||||
|
|
||||||
if lick.debug and lick.debugoutput then
|
if lick.debug and lick.debugoutput then
|
||||||
love.graphics.setColor(255,255,255,120)
|
love.graphics.setColor(1,1,1,0.8)
|
||||||
love.graphics.printf(lick.debugoutput, (love.graphics.getWidth()/2)+50, 0, 400, "right")
|
love.graphics.printf(lick.debugoutput, (love.graphics.getWidth()/2)+50, 0, 400, "right")
|
||||||
end
|
end
|
||||||
drawok_old = not drawok
|
drawok_old = not drawok
|
||||||
|
Loading…
Reference in New Issue
Block a user