phaser/v3/src/tween/components/Init.js

9 lines
100 B
JavaScript
Raw Normal View History

var Init = function ()
{
this.state = 1;
return (!this.paused);
};
module.exports = Init;