(data)
| 62 | } |
| 63 | |
| 64 | function makeLayer(data) { |
| 65 | const map = new TMXTileMap("test", buildMapJSON(data)); |
| 66 | const groups = map.getLayers(); |
| 67 | return groups[0]; |
| 68 | } |
| 69 | |
| 70 | const ALL_ZERO_4x3 = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]; |
| 71 |
no test coverage detected