Closed TetrisKid48 closed 2 years ago
Very sorry, just read one of the closed issues and now i see why printing at 0, 0 would not work, but the other line of code is still broken. I tried added code to round the positions but that didn't help.
Already fixed as of 0da46dac040faf2f502359fdc30f6a71c9f918d9
Not sure what you mean? How do I download the version with the bug fix? The most recent release is from before then.
You would need to compile it, but the issue has been fixed in the latest commit. It will be included in the next release (which will have a compiled build).
I can't get text to print. I made a quick test program to print the button pressed on screen whenever the cursor is and it doesn't seem to work, however the pointer I added is working fine so the wiimote is being detected for sure. I also tried printing text just to (0, 0) and within love.draw and that didn't work either.
Here is my code:
I am trying to figure out wiilove's features through reading the Wiirdle code btw. Thanks.