What require returned is the object exported by the module. ... Class({ extends: Rotate, update: function (dt) { this.rotation += this.speed * Math.sin(dt); } ...
確定! 回上一頁