Closed AsuraZenko closed 2 years ago
print(text, [x, y]) is not working, even when i provide x and y it still prints at 0, 0
Sorry, the documentation is a bit confusing. The braces in the documentation means the parameters are optional.
To print at a specific location, just write: print('New Game', 10, 100) without the braces.
print('New Game', 10, 100)
print(text, [x, y]) is not working, even when i provide x and y it still prints at 0, 0