Skip to content

Instantly share code, notes, and snippets.

View Hope-Upstairs's full-sized avatar

Răzvan P. Hope-Upstairs

  • London
  • 11:32 (UTC)
View GitHub Profile
@Hope-Upstairs
Hope-Upstairs / workbench.gml
Created December 6, 2024 23:35
fully functional Amiga Workbench top bar in gamemaker
function amigaWorkbench(
_tabs = ["Workbench", "Window", "Icons", "Tools"],
_opts = [
["Backdrop", "Execute Command...", "Redraw All", "Update All", "Last Message", "About...", "Quit..."],
["New Drawer", "Open Parent", "Close", "Update", "Select Contents", "Clean Up"],
["Open", "Copy", "Rename...", "Information...", "Snapshot", "UnSnapshot", "Leave Out", "Put Away"],
["ResetWB"]
],
_title="Amiga Workbench 1,586,784 graphics mem 0 other mem"
) {