New problem. I want to scroll the map like so:
Group:
content: bind[
map
robot
bullet
gameObject
]
translateX:bind -robot.translateX + centerPosX
translateY:bind -robot.translateY + centerPosY
}
But this causes major lag if its moving the map. The map itself is a Group that has cache on, so it should be just a big static image…
How else should I scroll a map?