Working option selection 🎉

This commit is contained in:
3wc
2024-02-18 13:56:45 -03:00
parent 610d107e60
commit e1bdd74100
3 changed files with 38 additions and 67 deletions

View File

@ -66,11 +66,11 @@ dialogue-box {
/* background-tile-pos: 1 1; */
background: blue;
padding: 10;
alpha: 0.9;
}
dialogue-options {
fill-width: true;
background: red;
layout: vertical;
}
@ -78,4 +78,9 @@ dialogue-option {
fill-width: true;
background: green;
padding: 10;
alpha: 0.9;
}
dialogue-option.disabled {
alpha: 0.5;
}