Search found 2 matches
- Mon Aug 28, 2023 10:22 am
- Forum: Libraries and Tools
- Topic: pathfun: a pure Lua library for 2D pathfinding, with editor
- Replies: 22
- Views: 38028
Re: pathfun: a pure Lua library for 2D pathfinding, with editor
I apologize for the delay, I try to be as clear as possible, currently the steps to create a map are: 1) I open the game map. 2) I place the editor on the map and adjust the transparency with a third party tool. 3) I trace the map trying to be more accurate as possible. 4) with a lua script I flip t...
- Thu Apr 20, 2023 8:56 am
- Forum: Libraries and Tools
- Topic: pathfun: a pure Lua library for 2D pathfinding, with editor
- Replies: 22
- Views: 38028
Re: pathfun: a pure Lua library for 2D pathfinding, with editor
Hi everyone! I would like to ask is it possible to have a version of the editor with a customizable reference system? So being able to change the position of the origin of the axis and perhaps the scale. This would help me a lot with conversions from monitor to game reference system and would drasti...