Remove arguments where they aren't needed

This commit is contained in:
Kazhnuz 2018-08-29 18:29:33 +02:00 committed by GitHub
parent a30df91212
commit 6bd01eee84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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)````