fix private attr bug

This commit is contained in:
Alexander Popov 2023-04-30 20:42:30 +03:00
parent 82398736da
commit 0dbbfc1663
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
1 changed files with 2 additions and 0 deletions

View File

@ -108,6 +108,8 @@ export class Sprite {
}
export class TiledSprite extends Sprite {
#image;
constructor(src = null, x, y, only = null) {
super(src, x, y);