Pinstripe/Display: Difference between revisions

m
Updated to work with the latest version of LÖVE.
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (Updated to work with the latest version of LÖVE.)
Line 708:
=={{header|Lua}}==
{{libheader|LÖVE}}
{{works with|LÖVE|011.9.23}}
<lang lua>
function love.load()
WIDTH = love.windowgraphics.getWidth()
ROW_HEIGHT = math.floor(love.windowgraphics.getHeight()/4)
love.graphics.setBackgroundColor({0,0,0})
love.graphics.setLineWidth(1)