Most voted "love2d" questions
Löve is a framework for creating 2D games in the Lua programming language. Löve is completely free and can be used in any project, from friendly open source developed by hobby to commercial, evil, closed source.
Learn more…5 questions
Sort by count of
-
6
votes2
answers141
viewsHow do I make some image invisible in love2d?
How do I set the visibility of an image in Love2d? For example, make it 10%, 25% or 50% visible.
-
1
votes1
answer66
viewsHow to decrease processing on the moon? or Muti hash?
I have a table with several 5 position Tables where the first two are the position in a Cartesian plane. --Table with water collors colors =…
-
0
votes1
answer29
viewsLua / Love2d: Error when trying to give require.Tree("code") : Attempt to index global 'require' (a Function value)
Error when trying to give require.Tree("code") : Attempt to index global 'require' (a Function value) function love.load() lib = require.tree("code") end being code a folder with files . moon inside…
-
0
votes1
answer60
viewsError in Lua with LOVE2D
I’m having a problem with a code in Lua with LOVE2D. I’m trying to recreate the "game of the little snake" and I have a problem with the setupScreen function in love.load The code is like this:…
-
0
votes0
answers26
viewsLöve 2D stopping responding at start | Moon
I’m trying to use Löve 2D, I started creating a game where eyes follow the mouse. But always when I try to play the show, it stops responding. And not only in my code, the executable in the LOVE…