-
Notifications
You must be signed in to change notification settings - Fork 1
Component
toxicity188 edited this page Sep 2, 2023
·
4 revisions
This docs will teach you how to write the text of dialog, quest, and etc.
test-dialog-1:
talk:
- <color:yellow>Hello world!
you can use named text color by using <color:name of color> pattern.
test-dialog-1:
talk:
- <color:#FFD800>Hello world!
you also can use hex color by using <color:#hex(six char)> pattern.
test-dialog-1:
talk:
- <decoration:bold,italic>Hello world!
you can decorate your text like bold, italic, underline, and etc by using <decoration:dec1,dec2> pattern.
you can use gradient color by using <gradient:color-color> pattern.
test-dialog-1:
talk:
- Hello <space:100>world!
you can use space font by using <space:pixel> pattern.
you can use your custom font by using <font:font key> pattern.
First, to use icon, you have to bring your icon.
Second, put your icon to QuestAdder/resources/fonts folder.
test-dialog-1:
talk:
- Hello <image:scroll>world!
Third, use <image:name of file without extension> pattern.