Skip to content

@atrament/web-ui 2.1.0

Latest
Compare
Choose a tag to compare
@technix technix released this 11 Mar 13:34
  • Fonts, themes, and styles are moved to resources folder and can be added/removed without modifying Atrament code
  • "About" screen now can be set in Ink game file with global tag #about
  • Zipped game: all game files can be served as a single ZIP archive
  • #SHUFFLE_CHOICES knot tag displays choices in random order
  • Debugger improvements: it can be enabled with global tag #debug, has better list view, allows filtering and pagination of variables list
  • New markup elements:
    • [video] allows to insert video files
    • [picture] allows to display block-level images
    • [block] allows to make table-like markup. Blocks can contain images, text, and other markup elements.
    • [url] allows to insert links to web sites
  • Alternate "click to continue" syntax: [>>>]
  • Fixed toolbar bug, now its content refreshes automatically
  • Various small bug fixes