Pre-release
AdventureJS Docs Downloads Bundler Devlog
Score: 0 Moves: 0
Tutorial explaining how to create custom content docks for AdventureJS. tutorial, custom, ontent dock

GUI:Content Docks

MyGame.createDock({
  class: "Content",
  id: "MyContentDock",
  cssclasses: ["custom", "content"],
  position: "top",
});