Tilemap
can do much of the work of the old Tilesheet
class, but without the same bugs, and with better performance. There are a few key differences (Tilemap
preserves state between renders, is “passive” not “active” in rendering and is a DisplayObject
) but should otherwise should do the job
1 Like