fix private attr bug
This commit is contained in:
parent
82398736da
commit
0dbbfc1663
@ -108,6 +108,8 @@ export class Sprite {
|
||||
}
|
||||
|
||||
export class TiledSprite extends Sprite {
|
||||
#image;
|
||||
|
||||
constructor(src = null, x, y, only = null) {
|
||||
super(src, x, y);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user