BITFALL/Assets/BITKit/Unity/UX/BITQuest.uss

34 lines
581 B
Plaintext
Raw Normal View History

2023-06-08 14:09:50 +08:00
.quest-title {
font-size: 32px;
-unity-font-definition: url('project://database/Assets/BITKit/Art/Fonts/NotoSansSC-Bold%20SDF.asset?fileID=11400000&guid=033cc1a4c6c35c6488ad74f4cee476ac&type=2#NotoSansSC-Bold SDF');
-unity-text-align: middle-left;
}
.quest-icon {
2023-08-27 02:58:19 +08:00
background-image: none;
2023-06-08 14:09:50 +08:00
width: 32px;
height: 32px;
}
.quest-description {
}
.complete {
}
.quest {
}
.completed .quest #icon-image {
display: none;
}
.completed .quest #title-label {
display: flex;
opacity: 0.5;
}
.completed .quest #description-label {
display: none;
}