Skip to content

@atrament/web-ui 2.5.0

Latest

Choose a tag to compare

@technix technix released this 25 Jun 21:50
  • New major features:
    • Android build (requires Docker) - supports both standalone APK and AAB bundle for Play Market
    • Google font downloading tool - allows to add any Google font to the game with npm run download-google-font command
    • Grid option for choices - grid-N option for #CHOICES tag arranges choice buttons as a N-column grid
    • Description for saved games - can be set explicitly or as excerpt from scene text
  • Minor features for authors:
    • Added configurable text alignment and borders for [banner] markup tag
    • Added example of utility Ink external functions
    • Added CSS classes for UI elements
    • Common HTML tags now available as markup tags
  • UI improvements:
    • Added "Text line height" to settings
    • Added confirmation dialogs to "Load game" and "Exit game"
    • "Exit game" button moved to main menu
    • "Click to continue" now handles click anywhere on the app screen
    • Backdrop for modal windows now is full screen on desktop
    • Improved UI element styles
  • Bug fixes:
    • fix: order of saved games
    • fix: proper game saving after some saves were deleted
    • fix: layered image area handling
    • fix: re-render loop in auto choice
  • Code refactoring.