Thanks! that did the trick. I was thinking in the wrong programming language. I am still getting used to tables in Lua.
Your solution worked. Thanks!
Search found 3 matches
- Sat Aug 29, 2020 4:17 pm
- Forum: General
- Topic: Rotation Matrix seems to squash quadrilateral
- Replies: 2
- Views: 4989
- Sat Aug 29, 2020 2:28 am
- Forum: General
- Topic: Rotation Matrix seems to squash quadrilateral
- Replies: 2
- Views: 4989
Rotation Matrix seems to squash quadrilateral
Hello fellow coders. I have been rotating shapes fine using `love.graphics.rotate()` I have been working on a program to explore efficient and humane ways to develop areas of land. I know that this is not as exciting as the video games you guys whip up. In the process, I came up with an algorithm to...
- Tue Aug 25, 2020 11:08 pm
- Forum: Support and Development
- Topic: Making Sprites Disappear
- Replies: 1
- Views: 2521
Re: Making Sprites Disappear
Hi Tomatotumtum, First, it would be helpful if you could include the .love file, (see Game_Distribution ) or at least the main file with love.draw() in it. Second, how I would make a tile disappear would be to set it to nil. If you want to reuse tiles, it might be worth creating an INVISIBLE "I...