Hello,
I don't quite understand the location section of the API.
Assuming the panels are not in a circle and more of a line, how can I create an array of them from "left" (first) to "right" (last)?
Assuming 4 panels in this shape:
/\ \/ /\ \/
Does a method exist to convert location to directly connected neighbors or something?
Hey @gtt1229
To get them arranged from left to right, you simply need to order the panels based on increasing x coordinate value.
Regards
Hey @gtt1229 bubble shooter
To get them arranged from left to right, you simply need to order the panels based on increasing x coordinate value.
Regards
We have a lot of fun with the different games available on the internet. Every hour on the hour
Simply arrange the panels in ascending x coordinate value order to get them sorted from left to right. jacksmith
i totally agree with wispy__cherry__455