From 7fef260b3878725cf200034687eea3d766047ec1 Mon Sep 17 00:00:00 2001 From: Johannes Berthel Date: Wed, 7 Apr 2021 21:10:27 +0200 Subject: [PATCH] fixed function comment --- front/src/Phaser/Map/InteractiveLayer.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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}