Jump to content

Separate Game Time and UI Time


tomdanvers
 Share

Recommended Posts

Hi All,

 

I'm developing a game where I'd like to slow game time when certain UI elements are expanded.

 

I can use the .slowMotion of Phaser.Time (game.time.slowMotion = 2) to slow the global time which is great. However this also affects the rendering of the UI (animations etc).

 

Question: Is it possible to specify a slow motion factor (or deltaTime) for a game object and its descendants somehow without affecting global time? 

 

Thanks,

Tom

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

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