Search found 4 matches
- Mon Feb 03, 2020 6:10 pm
- Forum: Support and Development
- Topic: Can no longer take screenshots with last love2d version
- Replies: 3
- Views: 3731
Re: Can no longer take screenshots with last love2d version
I didn't understand how channels works but love.image.newImageData worked so I can just draw the screen to a virtual one (ImageData) then make a screenshot out of it. The good news on top of that is that I can manipulate pixels if I ever want to add effects. I'll keep the channel thing in mind when ...
- Mon Feb 03, 2020 10:59 am
- Forum: Support and Development
- Topic: Can no longer take screenshots with last love2d version
- Replies: 3
- Views: 3731
Can no longer take screenshots with last love2d version
Hello I'm stuck on a problem that should be easy to overcome. I used to run a script that take screenshots of the window on my old computer which was unable to run love2d past the 10.0 version. Now I have a new computer and the last love2d ans apparently I have to use love.graphics.captureScreenshot...
- Wed Aug 14, 2019 10:00 pm
- Forum: Libraries and Tools
- Topic: Awesome Typing Animation With Anima
- Replies: 7
- Views: 9131
Re: Awesome Typing Animation With Anima
It starts automatically. How to trigger it by "talking" to a character or a board ? I'd probably need a function that is called when certain paramaters are met but I don't know which line to put inside it and which lie to remove from your original code.
- Sun Sep 02, 2018 10:18 pm
- Forum: Support and Development
- Topic: Rotate quads
- Replies: 2
- Views: 2482
Rotate quads
Hello I need help because I don't know what's wrong with my code or if this can be be fixed. I want to draw quad, and set the symetric center so that it looks like it's spinning. I can do that with pictures but not quads. I looked on Google and apparently we can only move around the actual center, l...