Search found 3 matches
- Wed Jan 16, 2019 10:49 pm
- Forum: Support and Development
- Topic: Create .apk File
- Replies: 6
- Views: 7747
Re: Create .apk File
Ok, so you used Start Game Dev, wich compiles the 10.1 version of love and you made your game for the version 11.2 of it. Without a .love file I'm not sure if anyone can help you, but I have a guess. One of the differences between these two versions is the range of the color values: before 11.0 vers...
- Sat Jul 15, 2017 1:31 pm
- Forum: Support and Development
- Topic: "Attempt to index a nil value"
- Replies: 2
- Views: 4268
Re: "Attempt to index a nil value"

Oh, My! It was just a stupid mistake. Thanks.
o/
- Sat Jul 15, 2017 4:55 am
- Forum: Support and Development
- Topic: "Attempt to index a nil value"
- Replies: 2
- Views: 4268
"Attempt to index a nil value"
Can you guys help me? I don't know how to solve this. Here's the code function love.load( ) love.graphics.setBackgroundColor(255, 255, 255, 255) gridX = 10 gridY = 18 inert = {} --TEMPORÁRIO inert[18][1] = 'A' inert[17][2] = 'B' inert[16][3] = 'C' inert[15][4] = 'D' inert[14][5] = 'E' inert[13][6] =...