question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

export class MirailleMap extends Scene {
    constructor(engine: Engine) {
        super(engine);
    }

    onInitialize(_engine: Engine) {
        this.add(Resources.MirailleMap.getTileMap())
    }
}
```js
const mirailleMap = require("./assets/images/Village.json")

let Resources = {
    MirailleMap: new TiledResource(mirailleMap),
}

Error :

Uncaught TypeError: Cannot read property 'tilesets' of null

I use : https://github.com/excaliburjs/excalibur-tiled

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:10 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
qarasinacommented, Apr 27, 2020

Hello

I did have a web server up and running, though.

JSON File : https://hastebin.com/exazezuzab.json

0reactions
eonarheimcommented, Sep 30, 2020

I believe this has been solved, please let me know if it hasn’t and we will re-open

Read more comments on GitHub >

github_iconTop Results From Across the Web

2D Tilemap bug - Unity Forum
I found a bug regarding the tilemap / tilemap collider 2d. I'm surprised no one is talking about this issue so I'm not...
Read more >
Tilemap bug in unity - Stack Overflow
I have a problem with my tilemap in unity. I draw a map and when I play the game, I sometimes see a...
Read more >
Tilemap glitch. : r/godot - Reddit
Tilemap glitch. Here you can see the two screenshots, the one is showing the bug, the other shows how it should work.
Read more >
Problem Set: Tilemaps - Microsoft MakeCode Arcade
Problem Set: Tilemaps. This section contains a number of selected problems for the Tilemaps section. It is recommended that you review the problems, ......
Read more >
Tilemap Z order bug? - Defold game engine forum
The player.go has a zorder of 0.5 and tilemaps go has a script that ... some reason it changes the zorder of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found