WIP: Switch to domkit for dialogue

This commit is contained in:
3wc
2024-02-18 12:25:03 -03:00
parent ed8bc13402
commit 2ad54aa613
6 changed files with 296 additions and 195 deletions

View File

@ -52,3 +52,22 @@ menubutton:hover text {
menubutton:active {
background: #666;
}
flow.dialogue-container {
fill-width: true;
height: 20;
debug: true;
}
dialogue-box {
fill-width: true;
height: 20;
}
scale-grid#dialogueBackground {
/* fill-width: true; */
}
/* text#dialogueText { */
/* font : url("res/font/minecraftia_regular_6.fnt"); */
/* } */