diff --git a/front/src/Phaser/Map/InteractiveLayer.ts b/front/src/Phaser/Map/InteractiveLayer.ts index 468be3e9..e4d6bcf9 100644 --- a/front/src/Phaser/Map/InteractiveLayer.ts +++ b/front/src/Phaser/Map/InteractiveLayer.ts @@ -386,8 +386,10 @@ export class InteractiveLayer extends Container { } /** + * Add frames to the image associated with the tileset. They will only be added, + * if the frame doesn't already exist. * - * @param {} tileset + * @param {Tileset} tileset * @param {string} key * @param {number} index * @returns {void}