Add todo comment to mock phaser's tween manager

This commit is contained in:
Sirz Benjie 2025-05-28 16:29:45 -05:00
parent 4934a9e357
commit ea0b240f32
No known key found for this signature in database
GPG Key ID: 38AC42D68CF5E138

View File

@ -122,6 +122,7 @@ export default class GameWrapper {
},
};
// TODO: Replace this with a proper mock of phaser's TweenManager.
this.scene.tweens = {
add: data => {
// TODO: our mock of `add` should have the same signature as the real one, which returns the tween