mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 21:42:20 +02:00
Add todo comment to mock phaser's tween manager
This commit is contained in:
parent
4934a9e357
commit
ea0b240f32
@ -122,6 +122,7 @@ export default class GameWrapper {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO: Replace this with a proper mock of phaser's TweenManager.
|
||||||
this.scene.tweens = {
|
this.scene.tweens = {
|
||||||
add: data => {
|
add: data => {
|
||||||
// TODO: our mock of `add` should have the same signature as the real one, which returns the tween
|
// TODO: our mock of `add` should have the same signature as the real one, which returns the tween
|
||||||
|
Loading…
Reference in New Issue
Block a user