Thanks for these answers!
I managed to do what I wanted to do without it, but thank you very much anyway!
If I need anything like this again I'll know how to use it now.
Search found 7 matches
- Wed Nov 30, 2016 12:29 pm
- Forum: General
- Topic: How to import a library like this one ?
- Replies: 6
- Views: 4894
- Sun Nov 27, 2016 6:01 pm
- Forum: General
- Topic: How to import a library like this one ?
- Replies: 6
- Views: 4894
Re: How to import a library like this one ?
Thanks! But where do I put the files ? I tried to put them in the LOVE folder and it says it can't find 'struct'.
- Sun Nov 27, 2016 5:13 pm
- Forum: General
- Topic: How to import a library like this one ?
- Replies: 6
- Views: 4894
How to import a library like this one ?
Hi, I would like to use a function that is only in Lua 5.3, string.pack(), and I found a library that implements this function in Lua 5.2 : http://www.inf.puc-rio.br/~roberto/struct/ The problem is that I have absolutely no idea where to put the files and how to import it with Löve, can someone enli...
- Wed Sep 28, 2016 3:45 pm
- Forum: General
- Topic: I'd like to help translate the wiki in french
- Replies: 3
- Views: 2397
Re: I'd like to help translate the wiki in french
Oh, awesome. Thank you very much!
- Wed Sep 28, 2016 2:35 pm
- Forum: General
- Topic: I'd like to help translate the wiki in french
- Replies: 3
- Views: 2397
I'd like to help translate the wiki in french
Hello, I'm french and I noticed there are some pages missing a translation, and I would be very glad to be able to help translate the Löve wiki
Is there a way I can do this? Thanks!
Is there a way I can do this? Thanks!
- Sun Mar 20, 2016 1:14 pm
- Forum: Support and Development
- Topic: "Questions that don't deserve their own thread" thread
- Replies: 905
- Views: 453762
Re: "Questions that don't deserve their own thread" thread
Thank you! Yes, I was actually comparing a string with a number :S
I will paste my code next time so it is more clear!
I will paste my code next time so it is more clear!
- Sat Mar 19, 2016 6:07 pm
- Forum: Support and Development
- Topic: "Questions that don't deserve their own thread" thread
- Replies: 905
- Views: 453762
Re: "Questions that don't deserve their own thread" thread
Very quick question: Can someone explain to me why the code in this "if" is executed? data[2] is equal to "position", but data[1] IS equal to id. though I would like it not to execute only if data[1] is different than id... https://i.gyazo.com/0b1581b3d1a54d45fcb83f8122292c79.png...