This commit is contained in:
CortexCore
2025-04-23 14:48:45 +08:00
parent 1226b6f0c5
commit 043e56ef7e
2695 changed files with 2552733 additions and 115961 deletions

View File

@@ -191,3 +191,11 @@ Button.color-secondary {
background-image: url("project://database/Assets/BITKit/Unity/Art/Backgrounds/BG_Gradient_Half_BT_.png?fileID=21300000&guid=d19ac049792985540825b54b0b002529&type=3#BG_Gradient_Half_BT_");
-unity-background-image-tint-color: rgb(0, 0, 0);
}
#hunger-bar .unity-progress-bar__progress {
background-color: rgb(253, 123, 0);
}
#thirsty-bar .unity-progress-bar__progress {
background-color: rgb(0, 198, 253);
}