Appearance
Character Customization
The "Character Customization" feature changes the visuals used in the Source Selection and Tutorial parts of the LIQA interface. It is managed through the character and tutorial-character attributes and can be enabled as shown below:
html
<hautai-liqa license="LICENSE_KEY" character="1" tutorial-character="8"></hautai-liqa><hautai-liqa license="LICENSE_KEY" character="1" tutorial-character="8"></hautai-liqa>javascript
new Liqa({
target: "#selector",
license: "LICENSE_KEY",
character: 1,
tutorialCharacter: 8,
})new Liqa({
target: "#selector",
license: "LICENSE_KEY",
character: 1,
tutorialCharacter: 8,
})Differences
characterchanges the Source Selection screen and the built-in tutorials.tutorial-characterchanges the built-in tutorials only.- When both attributes are provided,
tutorial-charactertakes precedence for the tutorial, while Source Selection still usescharacter. - If
characteris not provided, LIQA keeps the default Source Selection screen. - If the selected character does not have the required assets for a specific screen, LIQA falls back to the default built-in character with ID
0. - Most characters support both
imageandvideotutorials.
How it works
- LIQA reads
characterandtutorial-characteras numeric zero-based character IDs. - If
characteris provided, LIQA uses that character on the Source Selection screen and also uses it for tutorials by default. - If
tutorial-characteris also provided, LIQA keepscharacterfor Source Selection and overrides the tutorial visuals withtutorial-character. - If only
tutorial-characteris provided, LIQA keeps the default Source Selection screen and applies the selected character only to the built-in tutorials. - If a selected character is missing the assets required for the currently displayed screen, LIQA falls back to the default built-in character with ID
0for that screen.
Character Visual Examples
Source Selection examples










Tutorial examples






