File { type: "button", text: "Save", onclick: () => { artimus.activeWorkspaces[0].exportToPC(); }} { type: "button", text: "Save as", onclick: () => { artimus.activeWorkspaces[0].exportToPC("artimus", { forceDialogue: true }); }} { type: "button", text: "Export", onclick: () => { editor.exportMenu(); }} { type: "button", text: "Load", onclick: () => { editor.loadFile(false); }} Edit { type: "label", text:"Sprite" } { type: "button", text: "Resize", onclick: () => { editor.fileResize(false); }} { type: "button", text: "Crop", onclick: () => { artimus.activeWorkspaces[0].cropToSelection(); }} { type: "button", text: "Undo (ctrl + z)", onclick: () => { artimus.activeWorkspaces[0].undo(); }} { type: "button", text: "Redo (ctrl + shift + z)", onclick: () => { artimus.activeWorkspaces[0].redo(); }} { type: "label", text:"Editor" } { type: "button", text: "Editor Settings", onclick: () => { editor.settingsPage(); }}

Artimus web [Γ 1.3]