Working animations

This commit is contained in:
Ian Gulliver
2021-05-11 03:12:32 +00:00
parent 0ff24fe806
commit ea167e42a1
17 changed files with 74 additions and 37 deletions

View File

@@ -10,4 +10,6 @@ export abstract class Tile {
get_elem(): HTMLElement {
return this.elem;
}
abstract play(name: string): void;
}