Search found 67 matches

by alejandroalzate
Tue Aug 17, 2021 4:09 am
Forum: Support and Development
Topic: [SOLVED] Feeding parameters question
Replies: 8
Views: 8615

Re: Feeding parameters question

oh its kinda EZ like love.window.setMode flags, and btw how i close the thread?
by alejandroalzate
Tue Aug 17, 2021 4:00 am
Forum: Support and Development
Topic: i want some help to index a table in a for loop
Replies: 7
Views: 7306

Re: i want some help to index a table in a for loop

i can get a some sort of DB like query? example "getvalue(table, key)" outputing a value value example: "getValue(jugador, size)" outputing 20 (BTW getValue is an idea what come from nowhere of my mind, but if is possible to make it please teach me how rather than showing me the ...
by alejandroalzate
Tue Aug 17, 2021 2:55 am
Forum: Support and Development
Topic: [SOLVED] Feeding parameters question
Replies: 8
Views: 8615

[SOLVED] Feeding parameters question

so i have a real quick one im feeding a draw function by a another function that returns x & y as a string return ((camara.x + camara.secondaryx + camara.secondaryx * dt) * width / 100) .. ", " .. ((camara.y + camara.secondaryy + camara.secondary * dt) * height / 100) outputs like 123....
by alejandroalzate
Sun Aug 15, 2021 9:51 pm
Forum: Support and Development
Topic: Love has some offline Doc?
Replies: 4
Views: 4345

Re: Love has some offline Doc?

oh, im a morron uhhhhhh ok
by alejandroalzate
Sun Aug 15, 2021 9:50 pm
Forum: Support and Development
Topic: i want some help to index a table in a for loop
Replies: 7
Views: 7306

Re: i want some help to index a table in a for loop

THANKS im so stupid, cuz for example i do .... print({"BRUH x", var, " times for me"}, etc ... when i realize a much shorter way .... print("Bruh x"..var.." times my lua s##ks!", etc ... But by people like u, as the song says: "I never gonna give me up&qu...
by alejandroalzate
Sun Aug 15, 2021 6:21 pm
Forum: Support and Development
Topic: Love has some offline Doc?
Replies: 4
Views: 4345

Love has some offline Doc?

This is a short one:
I didn't find any manual, pdf, docx, htm or whatever to offline use
is kinda hidden or doesn't exist?
by alejandroalzate
Sun Aug 15, 2021 6:13 pm
Forum: Support and Development
Topic: i want some help to index a table in a for loop
Replies: 7
Views: 7306

i want some help to index a table in a for loop

The code of the traceback: function love.draw() if true then for i = 1 , jugadores do local drawfor = current --EXTREMELY BROKEN --love.graphics.setColor('jugador'..'['..i..']'..'.color') --love.graphics.rectangle("fill", calcpos(drawfor.x, drawfor,y), drawfor.tamañoy, drawfor.tamañox) lov...