diff --git a/front/dist/maps/tilesets_deviant_milkian_1.png b/front/dist/maps/tilesets_deviant_milkian_1.png new file mode 100644 index 00000000..47400131 Binary files /dev/null and b/front/dist/maps/tilesets_deviant_milkian_1.png differ diff --git a/front/src/Phaser/Game/GameScene.ts b/front/src/Phaser/Game/GameScene.ts index 12acded0..ab4703e1 100644 --- a/front/src/Phaser/Game/GameScene.ts +++ b/front/src/Phaser/Game/GameScene.ts @@ -41,8 +41,9 @@ export class GameScene extends Phaser.Scene implements GameSceneInterface{ //hook preload scene preload(): void { - this.load.image(Textures.Tiles, 'maps/tiles.png'); - this.load.tilemapTiledJSON(Textures.Map, 'maps/map2.json'); + this.load.image(Textures.Tiles, 'maps/floortileset.png'); + this.load.image(Textures.Tiles, 'maps/tilesets_deviant_milkian_1.png'); + this.load.tilemapTiledJSON(Textures.Map, 'maps/map.json'); this.load.image(Textures.Rock, 'resources/objects/rockSprite.png'); this.load.spritesheet(Textures.Player, 'resources/characters/pipoya/Male 01-1.png',