This commit is contained in:
KikooDX 2020-04-25 12:22:16 +02:00
parent 61e9776916
commit 246c10df0b
1 changed files with 0 additions and 6 deletions

View File

@ -53,17 +53,11 @@ for i = 1, 12, 1 do
file:write("}")
end
<<<<<<< HEAD
file:write("\ndraw(", math.floor(192 - image_infos.width / 2), ",")
file:write(math.floor(96 - image_infos.height / 2), ",data,pallet,")
file:write(image_infos.width, ")")
first = false
=======
file:write("}\ndraw(", math.floor(192 - image_infos.width / 2), ",")
file:write(math.floor(96 - image_infos.height / 2), ",data,pallet,")
file:write(image_infos.width, ")")
>>>>>>> dc863ec6136d72e041c5f550bba9eb5d84f343c5
end
file:close()