mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 23:42:18 +02:00
Fix mock video object return methods
This commit is contained in:
parent
ee7e2094e1
commit
df361accd7
@ -5,7 +5,7 @@ export class MockVideoGameObject implements MockGameObject {
|
|||||||
public name: string;
|
public name: string;
|
||||||
public active = true;
|
public active = true;
|
||||||
|
|
||||||
public play = () => null;
|
public play = () => this;
|
||||||
public stop = () => this;
|
public stop = () => this;
|
||||||
public setOrigin = () => this;
|
public setOrigin = () => this;
|
||||||
public setScale = () => this;
|
public setScale = () => this;
|
||||||
|
Loading…
Reference in New Issue
Block a user