mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-21 09:02:47 +02:00
Fix mockImage.ts
This commit is contained in:
parent
05204fdca9
commit
2ef93dc625
@ -1,6 +1,9 @@
|
|||||||
import MockContainer from "#test/testUtils/mocks/mocksContainer/mockContainer";
|
import MockContainer from "#test/testUtils/mocks/mocksContainer/mockContainer";
|
||||||
|
|
||||||
export class MockImage extends MockContainer {
|
export class MockImage extends MockContainer {
|
||||||
|
// biome-ignore lint/correctness/noUnusedPrivateClassMembers: this is intentional (?)
|
||||||
|
private texture;
|
||||||
|
|
||||||
constructor(textureManager, x, y, texture) {
|
constructor(textureManager, x, y, texture) {
|
||||||
super(textureManager, x, y);
|
super(textureManager, x, y);
|
||||||
this.texture = texture;
|
this.texture = texture;
|
||||||
|
Loading…
Reference in New Issue
Block a user