CanvasContext.prototype.save = function() {
    this.missions.push(() => {
        this.ctx.save();
    });
};