Search found 2 matches
- Sat Jul 08, 2017 9:28 am
- Forum: Support and Development
- Topic: [Solved] Drawing sprites on the fly from array information?
- Replies: 2
- Views: 2710
[Solved]Re: Drawing sprites on the fly from array information?
Thanks for the answer and sorry for not uploading the .love file, for the next time I now what to do. And, you were right, and all the errors I had (aside of this) was due to Sublime Text not formating correctly the program (I'm used to use "{}" in C# for almost everything, and using "...
- Fri Jul 07, 2017 7:05 pm
- Forum: Support and Development
- Topic: [Solved] Drawing sprites on the fly from array information?
- Replies: 2
- Views: 2710
[Solved] Drawing sprites on the fly from array information?
Morning everyone! Fast explanation here, I've trying to port my 2D minimap code from C# to Lua. It should look like this https://love2d.org/imgmirrur/IRcTXTDl.png But instead, is showing like this : https://love2d.org/imgmirrur/hseF2VX.png What I'm doing? I have a 2D Array that stores the map data, ...