DEV Community

Discussion on: Building a full-stack Aavegotchi minigame - Part 1: Set up + Phaser 3

Collapse
 
scranley profile image
scranley

Great tutorial! I tried creating s JSON type for loading of TileMaps and it's getting a loading error. How would I go about loading them? I have a feeling this might be wrong.. case "JSON": this.load.tilemapTiledJSON(file.key, [file.src]);