Abandon ScaleGrid bg for now, working though!

This commit is contained in:
3wc
2024-02-18 13:38:32 -03:00
parent 2ad54aa613
commit 610d107e60
4 changed files with 34 additions and 28 deletions

View File

@ -56,18 +56,26 @@ menubutton:active {
flow.dialogue-container {
fill-width: true;
height: 20;
debug: true;
layout: vertical;
}
dialogue-box {
fill-width: true;
height: 20;
/* background: tile("ui.png", 5, 5); */
/* background-tile-pos: 1 1; */
background: blue;
padding: 10;
}
scale-grid#dialogueBackground {
/* fill-width: true; */
dialogue-options {
fill-width: true;
background: red;
layout: vertical;
}
/* text#dialogueText { */
/* font : url("res/font/minecraftia_regular_6.fnt"); */
/* } */
dialogue-option {
fill-width: true;
background: green;
padding: 10;
}