From 6bd01eee848532f5d3bf0d6b4ca494cc45761db5 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 29 Aug 2018 18:29:33 +0200 Subject: [PATCH] Remove arguments where they aren't needed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ecdef51..b6670f0 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ return nothing draw an half-transparent box with solid outline -### loveutils.graphics.print(text, x, y, align, r, sx, sy, ox, oy, kx, ky) +### loveutils.graphics.print ````loveutils.graphics.print(text, x, y, align, r, sx, sy, ox, oy, kx, ky)```` @@ -92,7 +92,7 @@ return nothing like love.graphics.print, but with alignement support. -### loveutils.graphics.printWithSpacing(text, x, y, align, spacing, r, sx, sy, ox, oy, kx, ky) +### loveutils.graphics.printWithSpacing ````loveutils.graphics.printWithSpacing(text, x, y, align, spacing)````