rsaber_lib 0.6.0

Beat Saber clone written in Rust
1
2
3
4
5
6
7
8
9
export global Const {
    out property<string> default-font-family: "Noto Sans";
    out property<length> default-font-size: 20px;
    out property<color> border-color: #a0a0a0;
    out property<color> title-color: #000000;
    out property<length> title-height: 30px;
    out property<color> content-background: #ffffff;
    out property<length> border-width: 7px;
}