UNPKG

@petkoneo/phaser3-rex-plugins

Version:
9 lines (8 loc) 236 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;