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