This is for the love2d engine. Works with the latest version. Look at my intro to software project for some examples on how to use this
5 lines
72 B
Plaintext
5 lines
72 B
Plaintext
function DrawThings(items)
|
|
for i=1,#items do
|
|
items[i]:draw()
|
|
end
|
|
end |