Prototype walking monster

This commit is contained in:
Ian Gulliver
2021-05-13 04:09:46 +00:00
parent 6cc4e620ee
commit d1bdcf5485
28 changed files with 127 additions and 848 deletions

View File

@@ -4,6 +4,7 @@ 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;