diff --git a/frontend/ascii_tile_types.js b/frontend/ascii_tile_types.js index 6e117ed..ffa7f3d 100755 --- a/frontend/ascii_tile_types.js +++ b/frontend/ascii_tile_types.js @@ -156,6 +156,8 @@ export class Tile { if (!Object.hasOwn(this, key) /* Object.prototype.hasOwnProperty.call(this, key) */) { console.warn("Unknown tile property", { key, val, properties }); } + + this[key] = val; } //