Slightly less confusing sprite animation
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user