mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-02 06:22:15 +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 active = true;
|
||||
|
||||
public play = () => null;
|
||||
public play = () => this;
|
||||
public stop = () => this;
|
||||
public setOrigin = () => this;
|
||||
public setScale = () => this;
|
||||
|
Loading…
Reference in New Issue
Block a user