Search found 2 matches
- Mon Feb 20, 2023 2:19 pm
- Forum: Libraries and Tools
- Topic: Other Emmylua API Generator
- Replies: 0
- Views: 10280
Other Emmylua API Generator
I found that there are some problems with an existing emmylua-api generator, and I can't generate a new version of love2d api. For the purpose of practice, I took a little time to rewrite one. Then the maintainer of emmylua told me that someone has actually fixed the generator, and the latest versio...
- Fri Apr 22, 2022 2:21 am
- Forum: General
- Topic: How do I replace isometric tiles
- Replies: 4
- Views: 3499
Re: How do I replace isometric tiles
Maybe you want to convert your mouse coord to tile coord? you can use matrices to convert, there are some great videos on youtube.