UNPKG

phaser4-rex-plugins

Version:
9 lines (8 loc) 244 B
var SetTimeScale = function (value) { this.timeline.timeScale = value; for (var name in this.gameObjectManagers) { this.gameObjectManagers[name].setTimeScale(value); } return this; } export default SetTimeScale;