Abandon ScaleGrid bg for now, working though!
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user