Jump to content

reseting frame upon calling spriite.reset()


FakeWizard
 Share

Recommended Posts

I know that there is a separate method Sprite.resetFrame() which resets the texture's frame to default. But I just though it may be easier if it was all done implicitly

while calling the Sprite.reset() method.

So I'd just add another optional parameter to the reset method, and then based on this parameter call or not call the resetFrame method. 

reset( x: number, y: number, health?: number, resetFrame: boolean ): Phaser.Sprite;

 

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...