Skip to content

Version 0.3.1

Compare
Choose a tag to compare
@joethephish joethephish released this 11 Jul 15:26
· 658 commits to master since this release

Export for web now uses inkjs 1.1.0, which works on browsers that aren't super-modern, and also mobile browsers.

From 0.3:

  • First version of Export for web added

From 0.2.2:

  • More subtle updating of player view so it doesn't continually refresh and scroll, and tries to update more discreetly. (by double-buffering the view and having it fade/scroll only when it needs to)
  • Made Step Back button more response by having it immediately update view, before the model has finished re-playing the story

From 0.2.1:

  • Ability to alt-click content in the player view in order to jump to where that text was defined (file and line number) in the editor. Works for content, not choices, for now.