Search found 32 matches
- Fri Apr 10, 2020 8:51 am
- Forum: Support and Development
- Topic: Adding 2 Vector's metatables
- Replies: 4
- Views: 1047
Adding 2 Vector's metatables
Hey there ! :) Can someone tell me why my Vector Class dont work ? If i want add 2 Vector's together it say's i want to index a boolean value... local vector2D = {x, y} vector2D.__index = vector2D --Metafunctions local vectorMeta = { __call = function(a, b) love.graphics.print("love") end, __add = f...
- Mon Apr 06, 2020 10:22 pm
- Forum: General
- Topic: Is love being continued ?
- Replies: 2
- Views: 1521
Is love being continued ?
Hey there 
is love being continued being developed ?
best regards
Michael

is love being continued being developed ?
best regards
Michael
- Sat Mar 21, 2020 7:13 pm
- Forum: Support and Development
- Topic: For some reason i dont get a output...
- Replies: 6
- Views: 2147
Re: For some reason i dont get a output...
It works now ! It did use the wrong graphic procezessor and did forget to save my project !
Thank you !
Thank you !
- Sat Mar 21, 2020 6:06 pm
- Forum: Support and Development
- Topic: For some reason i dont get a output...
- Replies: 6
- Views: 2147
Re: For some reason i dont get a output...
I did try that this happens what does that mean ?
Error
boot.lua:577: Cannot load game at path 'C:/Users/brotm/github/Love/main.lua'.
Make sure a folder exists at the specified path.
Traceback
[C]: in function 'error'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
Error
boot.lua:577: Cannot load game at path 'C:/Users/brotm/github/Love/main.lua'.
Make sure a folder exists at the specified path.
Traceback
[C]: in function 'error'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
- Sat Mar 21, 2020 5:40 pm
- Forum: Support and Development
- Topic: For some reason i dont get a output...
- Replies: 6
- Views: 2147
Re: For some reason i dont get a output...
Yepp did try it without Arguments.
I did try lovec and it works...
https://snipboard.io/sZN8Cz.jpg
Any other solution ?
I did try lovec and it works...
https://snipboard.io/sZN8Cz.jpg
Any other solution ?
- Sat Mar 21, 2020 1:46 pm
- Forum: Support and Development
- Topic: For some reason i dont get a output...
- Replies: 6
- Views: 2147
For some reason i dont get a output...
Hey there 
for some reason i dont get a output
https://snipboard.io/FbO4EV.jpg
can someone help me ?
Thanks in advance

for some reason i dont get a output
https://snipboard.io/FbO4EV.jpg
can someone help me ?
Thanks in advance

- Sat Mar 21, 2020 11:05 am
- Forum: Support and Development
- Topic: How can i install a OOP Framework for Atom and Love ?
- Replies: 7
- Views: 3420
Re: How can i install a OOP Framework for Atom and Love ?
Hey there still dont get a output...i did remove the whole class thing and for some reason i doesnt write something on the Screen...
function love.load()
end
function love.update()
end
function love.draw()
love.graphics.setColor(1,1,1)
love.graphics.print("Jenny")
end
Thanks for your help...
function love.load()
end
function love.update()
end
function love.draw()
love.graphics.setColor(1,1,1)
love.graphics.print("Jenny")
end
Thanks for your help...
- Fri Mar 20, 2020 6:34 pm
- Forum: Support and Development
- Topic: How can i install a OOP Framework for Atom and Love ?
- Replies: 7
- Views: 3420
- Fri Mar 20, 2020 6:16 pm
- Forum: Support and Development
- Topic: How can i install a OOP Framework for Atom and Love ?
- Replies: 7
- Views: 3420
Re: How can i install a OOP Framework for Atom and Love ?
Awesome thank you !
- Fri Mar 20, 2020 3:00 pm
- Forum: Support and Development
- Topic: How can i install a OOP Framework for Atom and Love ?
- Replies: 7
- Views: 3420
Re: How can i install a OOP Framework for Atom and Love ?
I did create a Folder for the Framework how can i now use it in my Code ?
--> https://snipboard.io/wrn9WY.jpg
Thanks in advance
--> https://snipboard.io/wrn9WY.jpg
Thanks in advance
