are you going to plan for isometric to start with and add it later. or will you just build coconut for orthagonal for now and then portion it out later with a modified API?
just thought if you can work out the common functions up front someone could take on that other job as a plugin. (not volunteering currently sorry!)
also can you actually do this in lua? i’m guessing you can
main.lua[lua]visual = coconut.create(map, “orthagonal”)[/lua]
coconut.lua[lua]function create(map, type)
local mapper = require(“lime.mapper.”…type)[/lua]
[import]uid: 6645 topic_id: 3598 reply_id: 11499[/import]