Search found 53 matches

by Lovingsoul1337
Fri Apr 10, 2020 9:51 am
Forum: Support and Development
Topic: Adding 2 Vector's metatables
Replies: 4
Views: 2716

Re: Adding 2 Vector's metatables

I dont know but change it gives the same error...
by Lovingsoul1337
Fri Apr 10, 2020 8:51 am
Forum: Support and Development
Topic: Adding 2 Vector's metatables
Replies: 4
Views: 2716

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,...
by Lovingsoul1337
Mon Apr 06, 2020 10:22 pm
Forum: General
Topic: Is love being continued ?
Replies: 2
Views: 2960

Is love being continued ?

Hey there :)

is love being continued being developed ?

best regards

Michael
by Lovingsoul1337
Sat Mar 21, 2020 7:13 pm
Forum: Support and Development
Topic: For some reason i dont get a output...
Replies: 6
Views: 4456

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 !
by Lovingsoul1337
Sat Mar 21, 2020 6:06 pm
Forum: Support and Development
Topic: For some reason i dont get a output...
Replies: 6
Views: 4456

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'
by Lovingsoul1337
Sat Mar 21, 2020 5:40 pm
Forum: Support and Development
Topic: For some reason i dont get a output...
Replies: 6
Views: 4456

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 ?
by Lovingsoul1337
Sat Mar 21, 2020 1:46 pm
Forum: Support and Development
Topic: For some reason i dont get a output...
Replies: 6
Views: 4456

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 :)
by Lovingsoul1337
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: 9252

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...
by Lovingsoul1337
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: 9252

Re: How can i install a OOP Framework for Atom and Love ?

Like this ? For some Reason it doesnt give a Output...

--> https://snipboard.io/bcLB5m.jpg

:cool: