Encode layer name in tile factory, remove get_elem()
This commit is contained in:
@@ -7,9 +7,5 @@ export abstract class Tile {
|
||||
this.elem.style.gridRowEnd = `span ${height}`;
|
||||
}
|
||||
|
||||
get_elem(): HTMLElement {
|
||||
return this.elem;
|
||||
}
|
||||
|
||||
abstract play(name: string): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user