📄️ Customization
Styling with CSS
📄️ Layered images
To create a multi-layered image, use the [layers] markup tag:
📄️ HTML templates
If you need to display HTML content in your game, you can use HTML templates.
📄️ External functions
You can define game functions in JavaScript that can be called directly from Ink story.
📄️ Zipped game content
Atrament UI supports zipped game content, when the whole game is loaded into the browser as a single zip file. The advantage of this mode is instant asset loading at the cost of increased startup time. However, it makes sense only for the web application export mode.