-
How do i put images in my thing (not game yet), i make sure the name is right and... i'm not very sure about the code, here is it
function love.load()
frame = newPaddedImage("frame_up.png")
x = 0
…
-
**Describe the bug**
Upon starting the application, the window only shows a blank screen. Hitting escape turns the window from a blank black screen to a blank white screen. This persists throughout o…
-
So I use android 11, and I wanted to try a game that uses love, so I downloaded love. I used zarchiver to put the .love file contents in /sdcard/Android/data/org.love2d.android/files/games/lovegame
W…
-
Hi,
I love your extension in VSCode but I use the Love2D framework and when you create a new Image with only 1 parameter (the filepath), the warning is not necessary.
It is perfectly fine to jus…
-
Hello, I apologize if the following issue has been already mentioned somewhere. I've been searching through the results, however none of them fully described a problem nor any solution helped.
Firs…
-
When trying to start any game, SDL error message appears:
```
Error: dlopen failed: could not load library "libluajit-5.1.so.2" needed by "liblove.so"; caused by library "libluajit-5.1.so.2" not fou…
-
Issue preventing love2d from running a node.
Love2d can run a master, but nodes seem to be causing an issue for some reason.
-
So I use android 11, and I wanted to try a game that uses love, so I downloaded love. I used zarchiver to put the .love file contents in /sdcard/Android/data/org.love2d.android/files/games/lovegame
W…
-
Hi there, I am trying to use threads/channels but I run into this issue when using a channel. I am requiring lovr/lovr.thread from within the code passed to newThread.
I would suspect that the coro…
-
In development branch of future 12.0 version function love.graphics.setStencilMode does not drawing anything
using syntax `love.graphics.setStencilMode('keep', 'greater', 0, 0, 0, function)`
Chang…