Search found 3 matches
- Tue Feb 09, 2021 10:51 am
- Forum: Support and Development
- Topic: Discord API
- Replies: 3
- Views: 13648
Discord API
Is there any sort of discord API that i can use with love2d?
- Tue Oct 15, 2019 7:29 pm
- Forum: Support and Development
- Topic: Having problems with the newScreenshot() feature
- Replies: 2
- Views: 2796
- Sun Oct 13, 2019 3:25 pm
- Forum: Support and Development
- Topic: Having problems with the newScreenshot() feature
- Replies: 2
- Views: 2796
Having problems with the newScreenshot() feature
Hey... I seem to be having problems with the love.graphics.newScreenshot() When i run my program it says: attempt to call field 'newScreenshot' (a nil value) The example function love.load() love.filesystem.setIdentity('screenshot_example'); end function love.keypressed() local screenshot = love.gra...