Slightly less confusing sprite animation

This commit is contained in:
Ian Gulliver
2021-05-13 05:00:18 +00:00
parent d1bdcf5485
commit b491fbd9fc
5 changed files with 20 additions and 15 deletions

View File

@@ -4,7 +4,6 @@ export class Grid {
this.layers = new Map();
this.prnt = prnt;
this.prnt.style.display = 'grid';
this.prnt.style.position = 'relative';
}
set_size(x, y) {
this.height = y;