fancydialog, docs: Update example dialog

This commit is contained in:
Oliver
2025-06-21 15:01:03 +02:00
parent 531e3a4ab3
commit 1067ffa635
2 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ public class DefaultDialogs {
"fav_color",
"<color:#ff7300>What is your favorite color?</color>",
1,
"Gold",
"gold",
50,
1
)
@@ -64,7 +64,7 @@ public class DefaultDialogs {
"<color:#ffd000>Show favourite color</color>",
"<color:#ff4f19>Click to show your fav color :D</color>",
List.of(
new DialogButton.DialogAction("message", "Your favorite color is: {fav_color}")
new DialogButton.DialogAction("message", "Your favorite color is: <color:{fav_color}>{fav_color}</color>")
)
)
)